Compare commits

...

2 Commits

Author SHA1 Message Date
henrov c6cab85c33 Added css for notifications 2026-02-27 13:53:34 +01:00
henrov 907d464c72 Added notifs to waybar 2026-02-27 13:49:29 +01:00
2 changed files with 17 additions and 0 deletions
@@ -16,8 +16,17 @@
"battery",
"tray",
"clock",
"custom/notifications",
],
"custom/notifications": {
"format": " {}",
"interval": 2,
"exec": "swaync-client -swb",
"on-click": "swaync-client -t",
"tooltip": false,
},
"custom/hyprscroll_overflow": {
"exec": "bash -lc 'COLUMN_WIDTH=0.5 \"$HOME/.config/hypr/scripts/hyprscroll-overflow.sh\"'",
"return-type": "json",
@@ -38,6 +38,14 @@ window#waybar {
border-radius: 10px;
}
#custom-notifications.empty {
color: @overlay1;
}
#custom-notifications.unread {
color: @yellow;
}
#workspaces button:hover {
background-color: @surface1;
color: @text;