Update .config/waybar/config.jsonc
Update .config/waybar/style.css
This commit is contained in:
parent
85f030ce36
commit
6cf8291255
2 changed files with 6 additions and 6 deletions
|
|
@ -20,6 +20,11 @@
|
|||
"pulseaudio",
|
||||
"battery"
|
||||
],
|
||||
"clock": {
|
||||
"format": "{:L%A %H:%M}",
|
||||
"format-alt": "{:L%d %B W%V %Y}",
|
||||
"tooltip": false
|
||||
},
|
||||
"niri/workspaces": {
|
||||
"active-only": false,
|
||||
"all-outputs": false,
|
||||
|
|
@ -31,11 +36,6 @@
|
|||
"empty": "◦"
|
||||
}
|
||||
},
|
||||
"clock": {
|
||||
"format": "{:L%A %H:%M}",
|
||||
"format-alt": "{:L%d %B W%V %Y}",
|
||||
"tooltip": false
|
||||
},
|
||||
"network": {
|
||||
"interface": "wl*",
|
||||
"format-icons": [
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
* {
|
||||
background-color: #3B224C;
|
||||
background-color: transparent;
|
||||
color: #eeeeee;
|
||||
|
||||
border: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue