diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-12-03 12:39:51 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-12-03 12:39:51 +0000 |
commit | 0e4410594fbfd02b34776c83ea4ad6a39e21b871 (patch) | |
tree | f56b9d22e9c10e8dc94449f4ee738f27cf654427 /polybar | |
parent | 756721636ef05220700cfe775f73c3a23d0c7625 (diff) |
fix res
Diffstat (limited to 'polybar')
-rwxr-xr-x | polybar/.config/polybar/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 37609ef..bf137a6 100755 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config | |||
@@ -6,7 +6,7 @@ screenchange-reload = true | |||
6 | background = #00000000 | 6 | background = #00000000 |
7 | background-alt = ${xrdb:color0:#000} | 7 | background-alt = ${xrdb:color0:#000} |
8 | ;foreground = ${xrdb:foreground:#c5c8c6} | 8 | ;foreground = ${xrdb:foreground:#c5c8c6} |
9 | foreground = #757474 | 9 | foreground = #a3a1a1 |
10 | foreground-alt = ${xrdb:colorBD:#444} | 10 | foreground-alt = ${xrdb:colorBD:#444} |
11 | primary = ${xrdb:color4:#ffb52a} | 11 | primary = ${xrdb:color4:#ffb52a} |
12 | secondary = ${xrdb:color3:#e60053} | 12 | secondary = ${xrdb:color3:#e60053} |
@@ -17,7 +17,7 @@ alert = ${xrdb:color1:#bd2c40} | |||
17 | width = 100% | 17 | width = 100% |
18 | height = 20 | 18 | height = 20 |
19 | ;offset-x = 1% | 19 | ;offset-x = 1% |
20 | ;offset-y = 1% | 20 | offset-y = 0.5% |
21 | radius = 0 | 21 | radius = 0 |
22 | fixed-center = false | 22 | fixed-center = false |
23 | bottom = false | 23 | bottom = false |