updated goober config

This commit is contained in:
chloe 2024-12-08 10:11:34 +01:00
parent 6fcf4c62e2
commit 7455e9981f
7 changed files with 31 additions and 5 deletions

View file

@ -4,6 +4,9 @@
#
# Read `man 5 sway` for a complete reference.
### title bar config
default_border none
### Variables
#
# Logo key. Use Mod1 for Alt.
@ -221,4 +224,5 @@ bar {
swaybar_command waybar
}
include /etc/sway/config.d/*

View file

@ -2,7 +2,7 @@
"layer": "top",
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["wireplumber", "mpris"],
"modules-right": ["bluetooth", "clock", "privacy"],
"modules-right": ["cpu", "bluetooth", "network", "clock", "privacy"],
"clock": {
"format-alt": "{:%a, %d. %b %H:%M}"
},
@ -33,5 +33,6 @@
"tooltip-icon-size": 24
}
]
},
}
}

View file

@ -1,12 +1,12 @@
* {
font-family: "CodeNewRoman Nerd Font";
font-weight: bold;
font-size: 14px;
font-size: 12px;
color: #fff;
}
window#waybar {
background-color: rgba(254, 254, 254, 0.6);
background-color: #000;
}
@ -17,3 +17,7 @@ window#waybar {
#workspaces button.focused {
background-color: #7b002c;
}
#workspaces {
padding: 4px 0;
}