feat: perf hyprland switcher and new image viewer

This commit is contained in:
2026-01-18 17:24:43 -05:00
parent 23a642f6f7
commit 0d21f85c84
9 changed files with 159 additions and 258 deletions

View File

@@ -8,6 +8,7 @@
"modules-center": ["clock", "custom/update", "custom/screenrecording-indicator"],
"modules-right": [
"group/tray-expander",
"custom/countdown",
"bluetooth",
"network",
"pulseaudio",
@@ -43,6 +44,11 @@
"on-click-right": "xdg-terminal-exec",
"tooltip-format": ""
},
"custom/countdown": {
"exec": "echo $(( ($(date +%s) - $(date -d 'June 6, 2026' +%s)) / 86400 ))",
"format": "{} ",
"interval": 3600
},
"clock": {
"format": "{:L%A %I:%M}",
"format-alt": "{:L%d %B W%V %Y}",