mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-07 05:19:07 -04:00
Update config
This commit is contained in:
parent
b11a88ded9
commit
c21063c727
4 changed files with 39 additions and 13 deletions
|
@ -6,6 +6,7 @@
|
|||
"modules-left": [
|
||||
"hyprland/workspaces",
|
||||
"sway/workspaces#sway",
|
||||
"niri/workspaces",
|
||||
"river/tags",
|
||||
// "custom/workspaces",
|
||||
// "river/layout",
|
||||
|
@ -176,7 +177,7 @@
|
|||
"icon-size": 14,
|
||||
"icon-theme": "Papirus-Dark",
|
||||
"active-first": false,
|
||||
"tooltip-format": "{title} - {app_id}",
|
||||
"tooltip-format": "{title} [{app_id}]",
|
||||
"on-click": "activate",
|
||||
"on-click-middle": "close",
|
||||
"ignore-list": [],
|
||||
|
@ -296,8 +297,9 @@
|
|||
"tooltip-format": "Games running: {count}"
|
||||
},
|
||||
"clock": {
|
||||
"format": "{:%R}",
|
||||
// "format": "{:%a %d %b %R}",
|
||||
"format": "{:%R}",
|
||||
"format-alt": "{:L%A %d %B, %Y (%R)}",
|
||||
"tooltip-format": "<tt><small>{calendar}</small></tt>",
|
||||
"calendar": {
|
||||
"mode": "month",
|
||||
|
@ -365,7 +367,7 @@
|
|||
"interval": 30
|
||||
},
|
||||
"custom/updates": {
|
||||
"interval": 120,
|
||||
"interval": 60,
|
||||
"return-type": "string",
|
||||
"exec": "~/.config/waybar/modules/updates.sh",
|
||||
"tooltip": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue