diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-01-10 10:06:07 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-01-10 10:06:07 +0000 |
commit | 5a58034071911286816bbf2418a349f7657494ab (patch) | |
tree | 5f3d494b9a1cc44c1d56add4c880025c6f1019e2 /polybar | |
parent | a42bf68b85d951d9a4cf624fffb74dc247ed6fe1 (diff) |
added shortcut for hdmi
Diffstat (limited to 'polybar')
-rwxr-xr-x | polybar/.config/polybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 165f477..67965f1 100755 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config | |||
@@ -3,7 +3,7 @@ screenchange-reload = true | |||
3 | 3 | ||
4 | [colors] | 4 | [colors] |
5 | ;background = ${xrdb:background:#060808} | 5 | ;background = ${xrdb:background:#060808} |
6 | background = #171a1f | 6 | background = #00171a1f |
7 | background-alt = ${xrdb:color0:#000} | 7 | background-alt = ${xrdb:color0:#000} |
8 | ;foreground = ${xrdb:foreground:#c5c8c6} | 8 | ;foreground = ${xrdb:foreground:#c5c8c6} |
9 | foreground = #b7b7b7 | 9 | foreground = #b7b7b7 |