Update config

This commit is contained in:
Hydroxycarbamide 2024-09-18 09:44:00 +02:00
parent b11a88ded9
commit c21063c727
4 changed files with 39 additions and 13 deletions

View file

@ -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,