Update sway configs
This commit is contained in:
@@ -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}",
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user