Update sway configs

This commit is contained in:
2024-02-12 18:34:26 -06:00
parent 0bc302721c
commit 211c5e8bce
4 changed files with 213 additions and 5 deletions

View File

@@ -29,7 +29,7 @@
},
"pulseaudio": {
"scroll-step": 0,
"format": "{volume}% {icon} {format_source}",
"format": "{icon} {volume}%",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",

View File

@@ -13,7 +13,7 @@
}
window#waybar {
background: @theme_base_color;
background: #282828;
border-bottom: 4px solid #32302f;
}
@@ -23,11 +23,12 @@ window#waybar {
}
#workspaces button {
background: transparent;
color: #ebdbb2;
padding: 0 0.9em;
}
#workspaces button.focused {
background: #83a598;
color: @theme_base_color;
color: #282828;
}
#mode {
background: #fb4934;
@@ -38,6 +39,7 @@ window#waybar {
/* widgets */
#pulseaudio {
padding: 0 1em;
color: #ebdbb2;
}
#battery {
padding: 0 1em;
@@ -54,5 +56,6 @@ window#waybar {
}
#clock {
border-left: 1px solid #32302f;
color: #ebdbb2;
padding: 0 1em;
}