Compare commits
2 Commits
f0b4ecc886
...
c6cab85c33
| Author | SHA1 | Date | |
|---|---|---|---|
| c6cab85c33 | |||
| 907d464c72 |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user