···
48
-
format = "{name}:{icon}";
48
+
format = "{name} {icon}";
···
84
-
format = "{volume}% {icon} {format_source}";
86
-
format-bluetooth = "{volume}% {icon} {format_source}";
86
+
format = "{volume}% {icon}{format_source}";
87
+
format-bluetooth = "{volume}% {icon}{format_source}";
format-bluetooth-muted = " {icon} {format_source}";
format-muted = " {format_source}";
89
-
format-source = "{volume}% ";
90
-
format-source-muted = "";
91
+
format-source-muted = " ";
default = [ "" " " " " ];
···
118
-
#waybar, tooltip { color: @base00; }
119
-
tooltip { border-color: @base0D; background-color: @base00; }
120
-
tooltip label { color: @base05; }
120
+
#waybar { color: @base00; }
121
+
tooltip { border-color: @base0D; background-color: @base00; }
122
+
tooltip label { color: @base05; }
124
+
#workspaces button { border-bottom: 3px solid transparent; }
125
+
#workspaces button.focused, workspaces button.active { border-bottom: 3px solid @base05; }
122
-
#clock { color: @base00; background-color: @base03; }
127
+
#clock { background-color: @base03; }
124
-
#battery { color: @base00; background-color: @base0D; }
125
-
#battery.charging { background-color: @base0E; }
129
+
#battery { color: @base00; background-color: @base0D; }
130
+
#battery.charging { background-color: @base0E; }
127
-
#pulseaudio { color: @base00; background-color: @base09; }
128
-
#pulseaudio.muted { background-color: @base0C; }
132
+
#pulseaudio { color: @base00; background-color: @base09; }
133
+
#pulseaudio.muted { background-color: @base0C; }
130
-
#mpris { background-color: @base0B; }
135
+
#mpris { color: @base00; background-color: @base0B; }
132
-
#cava { background-color: @base0E; }
137
+
#cava { color: @base00; background-color: @base0D; }
139
-
/* Apply transparency to the bar (handled above by Stylix) */
140
-
#waybar { background: alpha(white, 0); }
144
+
/* Apply transparency to the bar (handled above by Stylix) */
145
+
#waybar { background: alpha(white, 0); }
142
-
/* Apply margin to all module groups */
143
-
.modules-left, .modules-center, .modules-right {
144
-
/*margin: .5rem .8rem;*/
147
+
/* Apply margin to all module groups */
148
+
.modules-left, .modules-center, .modules-right {
149
+
/*margin: .5rem .8rem;*/
147
-
/* Apply padding to all modules */
148
-
.modules-right widget .module {
152
+
/* Apply padding to all modules */
153
+
.modules-right widget .module {
154
-
/* Round first and last child of left, right and center modules. Disable rounding on the sides*/
155
-
.modules-left widget:last-child .module,
156
-
.modules-center widget:last-child .module/*,
157
-
.modules-right widget:last-child .module*/ {
158
-
border-top-right-radius: 5px;
160
-
/*.modules-left widget:first-child .module,*/
161
-
.modules-center widget:first-child .module,
162
-
.modules-right widget:first-child .module {
163
-
border-top-left-radius: 5px;
159
+
/* Round first and last child of left, right and center modules. Disable rounding on the sides*/
160
+
.modules-left widget:last-child .module,
161
+
.modules-center widget:last-child .module/*,
162
+
.modules-right widget:last-child .module*/ {
163
+
border-top-right-radius: 5px;
165
+
/*.modules-left widget:first-child .module,*/
166
+
.modules-center widget:first-child .module,
167
+
.modules-right widget:first-child .module {
168
+
border-top-left-radius: 5px;
167
-
background-color: @base03;
172
+
background-color: @base03;
170
-
/* Round first and last child of workspaces. */
171
-
#workspaces button:first-child {
172
-
/*border-top-left-radius: 5px;*/
174
-
#workspaces button:last-child {
175
-
border-top-right-radius: 5px;
175
+
/* Round first and last child of workspaces. */
176
+
#workspaces button:first-child {
177
+
/*border-top-left-radius: 5px;*/
179
+
#workspaces button:last-child {
180
+
border-top-right-radius: 5px;
178
-
#workspaces button {
180
-
background-color: @base03;
182
-
#workspaces button:hover {
184
-
background-color: @base03;
186
-
#workspaces button.urgent { color: @base08; }
183
+
#workspaces button {
185
+
background-color: @base03;
187
+
#workspaces button:hover {
189
+
background-color: @base03;
191
+
#workspaces button.urgent { color: @base08; }
wayland.windowManager.sway.config.bars = [{