diff options
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r-- | .config/waybar/style.css | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 7db875f..231798a 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css | |||
@@ -1,14 +1,14 @@ | |||
1 | @import "latte.css"; | 1 | @import "latte.css"; |
2 | 2 | ||
3 | * { | 3 | * { |
4 | border: none; | 4 | border: none; |
5 | border-radius: 0; | 5 | border-radius: 0; |
6 | font-family: FontAwesome, scientifica; | 6 | font-family: FontAwesome, scientifica; |
7 | font-size: 14px; | 7 | font-size: 14px; |
8 | min-height: 0; | 8 | min-height: 0; |
9 | box-shadow: none; | 9 | box-shadow: none; |
10 | text-shadow: none; | 10 | text-shadow: none; |
11 | transition-duration: 0s; | 11 | transition-duration: 0s; |
12 | color: @text; | 12 | color: @text; |
13 | } | 13 | } |
14 | 14 | ||
@@ -87,12 +87,12 @@ button:hover { | |||
87 | } | 87 | } |
88 | 88 | ||
89 | /* If workspaces is the leftmost module, omit left margin */ | 89 | /* If workspaces is the leftmost module, omit left margin */ |
90 | .modules-left > widget:first-child > #workspaces { | 90 | .modules-left>widget:first-child>#workspaces { |
91 | margin-left: 0; | 91 | margin-left: 0; |
92 | } | 92 | } |
93 | 93 | ||
94 | /* If workspaces is the rightmost module, omit right margin */ | 94 | /* If workspaces is the rightmost module, omit right margin */ |
95 | .modules-right > widget:last-child > #workspaces { | 95 | .modules-right>widget:last-child>#workspaces { |
96 | margin-right: 0; | 96 | margin-right: 0; |
97 | } | 97 | } |
98 | 98 | ||
@@ -109,15 +109,16 @@ tooltip.background { | |||
109 | background-color: #ffffff; | 109 | background-color: #ffffff; |
110 | } | 110 | } |
111 | 111 | ||
112 | #battery.charging, #battery.plugged { | 112 | #battery.charging, |
113 | #battery.plugged { | ||
113 | background-color: #26A65B; | 114 | background-color: #26A65B; |
114 | } | 115 | } |
115 | 116 | ||
116 | @keyframes blink { | 117 | @keyframes blink { |
117 | to { | 118 | to { |
118 | background-color: #ffffff; | 119 | background-color: #ffffff; |
119 | color: #000000; | 120 | color: #000000; |
120 | } | 121 | } |
121 | } | 122 | } |
122 | 123 | ||
123 | /* Using steps() instead of linear as a timing function to limit cpu usage */ | 124 | /* Using steps() instead of linear as a timing function to limit cpu usage */ |
@@ -200,11 +201,11 @@ label:focus { | |||
200 | background-color: @sapphire; | 201 | background-color: @sapphire; |
201 | } | 202 | } |
202 | 203 | ||
203 | #tray > .passive { | 204 | #tray>.passive { |
204 | -gtk-icon-effect: dim; | 205 | -gtk-icon-effect: dim; |
205 | } | 206 | } |
206 | 207 | ||
207 | #tray > .needs-attention { | 208 | #tray>.needs-attention { |
208 | -gtk-icon-effect: highlight; | 209 | -gtk-icon-effect: highlight; |
209 | background-color: @red; | 210 | background-color: @red; |
210 | } | 211 | } |
@@ -239,10 +240,9 @@ label:focus { | |||
239 | } | 240 | } |
240 | 241 | ||
241 | #language { | 242 | #language { |
242 | background: #00b093; | 243 | background: #89b4fa; |
243 | padding: 0 5px; | 244 | padding: 0 10px; |
244 | margin: 0 5px; | 245 | min-width: 12px; |
245 | min-width: 16px; | ||
246 | } | 246 | } |
247 | 247 | ||
248 | #keyboard-state { | 248 | #keyboard-state { |
@@ -252,11 +252,11 @@ label:focus { | |||
252 | min-width: 16px; | 252 | min-width: 16px; |
253 | } | 253 | } |
254 | 254 | ||
255 | #keyboard-state > label { | 255 | #keyboard-state>label { |
256 | padding: 0 5px; | 256 | padding: 0 5px; |
257 | } | 257 | } |
258 | 258 | ||
259 | #keyboard-state > label.locked { | 259 | #keyboard-state>label.locked { |
260 | background: rgba(0, 0, 0, 0.2); | 260 | background: rgba(0, 0, 0, 0.2); |
261 | } | 261 | } |
262 | 262 | ||