Update .config/waybar/config.jsonc

Update .config/waybar/style.css
This commit is contained in:
Lewis Wynne 2025-11-01 15:56:43 +00:00
parent 85f030ce36
commit 6cf8291255
2 changed files with 6 additions and 6 deletions

View file

@ -20,6 +20,11 @@
"pulseaudio", "pulseaudio",
"battery" "battery"
], ],
"clock": {
"format": "{:L%A %H:%M}",
"format-alt": "{:L%d %B W%V %Y}",
"tooltip": false
},
"niri/workspaces": { "niri/workspaces": {
"active-only": false, "active-only": false,
"all-outputs": false, "all-outputs": false,
@ -31,11 +36,6 @@
"empty": "◦" "empty": "◦"
} }
}, },
"clock": {
"format": "{:L%A %H:%M}",
"format-alt": "{:L%d %B W%V %Y}",
"tooltip": false
},
"network": { "network": {
"interface": "wl*", "interface": "wl*",
"format-icons": [ "format-icons": [

View file

@ -1,5 +1,5 @@
* { * {
background-color: #3B224C; background-color: transparent;
color: #eeeeee; color: #eeeeee;
border: none; border: none;