This commit is contained in:
Sakooooo 2023-07-24 14:28:49 +03:00
parent 62b706293d
commit 7c26277239
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 6 additions and 6 deletions

View file

@ -2,16 +2,16 @@
{ {
"layer": "top", "layer": "top",
"position": "bottom", "position": "top",
"modules-left": [ "modules-left": [
"clock#2",
"clock#3",
],
"modules-center": [
"wlr/workspaces", "wlr/workspaces",
],
"modules-center": [
], ],
"modules-right": [ "modules-right": [
"clock#2",
"clock#3",
"pulseaudio", "pulseaudio",
"memory", "memory",
"cpu", "cpu",

View file

@ -4,7 +4,7 @@
} }
window#waybar { window#waybar {
background: #770000; background: #990000;
color: #fdf6e3; color: #fdf6e3;
} }