diff options
author | Amin Bandali <me@aminb.org> | 2015-02-28 22:00:23 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-02-28 22:00:23 -0500 |
commit | 6cfa03bc98ebd197c4c451056234fda564daa87e (patch) | |
tree | cfce6dda4eaed6d3cd5f3aeb779a83d601ab6125 /conky | |
parent | e65630e02ebd6d255f86951e3b768a2c323712e2 (diff) | |
download | configs-6cfa03bc98ebd197c4c451056234fda564daa87e.tar.gz configs-6cfa03bc98ebd197c4c451056234fda564daa87e.tar.xz configs-6cfa03bc98ebd197c4c451056234fda564daa87e.zip |
update color theme (Base16 Tomorrow)
update panel colors, conky, dmenu and gtk themes
Diffstat (limited to 'conky')
-rw-r--r-- | conky/.conkyrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conky/.conkyrc b/conky/.conkyrc index d4f47ee..d369ff0 100644 --- a/conky/.conkyrc +++ b/conky/.conkyrc @@ -6,4 +6,4 @@ total_run_times 0 use_spacer none TEXT -S %{F\#ffcf0f38}⮠ %{F\#fffefdfb}${wireless_essid wlp3s0} %{F\#ffcf0f38}${exec ~/.local/bin/spk-icon} %{F\#fffefdfb}${exec pamixer --get-volume}%% %{F\#ffcf0f38}⮏ %{F\#fffefdfb}${execi 30 cat /sys/class/power_supply/BAT0/capacity}%% (${execi 30 acpi | grep '[0-9]\{2\}:[0-9]\{2\}' -o}) %{F\#ffcf0f38} %{F\#fffefdfb}${time %H:%M} +S %{F\#ffcc6666}⮠ %{F\#ffffffff}${wireless_essid wlp3s0} %{F\#ffcc6666}${exec ~/.local/bin/spk-icon} %{F\#ffffffff}${exec pamixer --get-volume}%% %{F\#ffcc6666}⮏ %{F\#ffffffff}${execi 30 cat /sys/class/power_supply/BAT0/capacity}%% (${execi 30 acpi | grep '[0-9]\{2\}:[0-9]\{2\}' -o}) %{F\#ffcc6666} %{F\#ffffffff}${time %H:%M} |