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",
|
"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": [
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
* {
|
* {
|
||||||
background-color: #3B224C;
|
background-color: transparent;
|
||||||
color: #eeeeee;
|
color: #eeeeee;
|
||||||
|
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue