aboutsummaryrefslogtreecommitdiff
path: root/conky
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-07-05 13:59:25 +0200
committerAdrian Kummerlaender2014-07-05 13:59:25 +0200
commitda9c5dcc5a01d71174428be3fe4509450422603c (patch)
tree0a5118446835cf9396535172d3360d65f1dc866c /conky
parent3fa9a8f0889fcc1a8f27a6acc0917dd55463d0aa (diff)
downloaddotfiles-da9c5dcc5a01d71174428be3fe4509450422603c.tar
dotfiles-da9c5dcc5a01d71174428be3fe4509450422603c.tar.gz
dotfiles-da9c5dcc5a01d71174428be3fe4509450422603c.tar.bz2
dotfiles-da9c5dcc5a01d71174428be3fe4509450422603c.tar.lz
dotfiles-da9c5dcc5a01d71174428be3fe4509450422603c.tar.xz
dotfiles-da9c5dcc5a01d71174428be3fe4509450422603c.tar.zst
dotfiles-da9c5dcc5a01d71174428be3fe4509450422603c.zip
Changed i3wm color scheme
* updated conky and urxvt configuration accordingly
Diffstat (limited to 'conky')
-rw-r--r--conky/.conkyrc142
1 files changed, 94 insertions, 48 deletions
diff --git a/conky/.conkyrc b/conky/.conkyrc
index 701dba9..bc52864 100644
--- a/conky/.conkyrc
+++ b/conky/.conkyrc
@@ -1,56 +1,102 @@
out_to_x no
out_to_console yes
-total_run_times 0
-
update_interval 5
if_up_strictness address
TEXT
-[
- {
- "full_text" : " Host: $nodename "
- },
- {
- "full_text" : " Root: ${fs_used_perc /}% "
- },
- ${if_up enp0s25}
- {
- "full_text" : " IP: ${addr enp0s25} "
- },
- ${else}
- ${if_up wlp3s0}
- {
- "full_text" : " IP: ${addr wlp3s0} "
- },
- ${else}
- ${if_up wwp0s29u1u4i6}
- {
- "full_text" : " IP: ${addr wwp0s29u1u4i6} "
- },
- ${else}
- {
- "full_text" : " IP: No connection "
- },
- ${endif}
- ${endif}
- ${endif}
- {
- "full_text" : " Temp: ${acpitemp}°C "
- },
- {
- "full_text" : " Fan: ${ibm_fan} "
- },
- {
- "full_text" : " RAM: ${memperc}% "
- },
- {
- "full_text" : " Load: ${cpu cpu0}% "
- },
- {
- "full_text" : " Battery: ${battery_percent} "
- },
- {
- "full_text" : " ${time %Y/%m/%d %H:%M}"
- }
+[\
+ {\
+ "full_text" : "Host",\
+ "separator" : false\
+ },\
+ {\
+ "full_text" : "$nodename ",\
+ "color" : "\#909737"\
+ },\
+ {\
+ "full_text" : " Root",\
+ "separator" : false\
+ },\
+ {\
+ "full_text" : "${fs_used_perc /}% ",\
+ "color" : "\#909737"\
+ },\
+ {\
+ "full_text" : " IP",\
+ "separator" : false\
+ },\
+ ${if_up enp0s25}\
+ {\
+ "full_text" : "${addr enp0s25} ",\
+ "color" : "\#909737"\
+ },\
+ ${else}\
+ ${if_up wlp3s0}\
+ {\
+ "full_text" : "${addr wlp3s0} ",\
+ "color" : "\#909737"\
+ },\
+ ${else}\
+ ${if_up wwp0s29u1u4i6}\
+ {\
+ "full_text" : "${addr wwp0s29u1u4i6} ",\
+ "color" : "\#909737"\
+ },\
+ ${else}\
+ {\
+ "full_text" : "No connection ",\
+ "color" : "\#909737"\
+ },\
+ ${endif}\
+ ${endif}\
+ ${endif}\
+ {\
+ "full_text" : " Temp",\
+ "separator" : false\
+ },\
+ {\
+ "full_text" : "${acpitemp}°C ",\
+ "color" : "\#909737"\
+ },\
+ {\
+ "full_text" : " Fan",\
+ "separator" : false\
+ },\
+ {\
+ "full_text" : "${ibm_fan} ",\
+ "color" : "\#909737"\
+ },\
+ { \
+ "full_text" : " RAM",\
+ "separator" : false\
+ },\
+ {\
+ "full_text" : "${memperc}% ",\
+ "color" : "\#909737"\
+ },\
+ {\
+ "full_text" : " Load",\
+ "separator" : false\
+ },\
+ {\
+ "full_text" : "${cpu cpu0}% ",\
+ "color" : "\#909737"\
+ },\
+ {\
+ "full_text" : " Battery",\
+ "separator" : false\
+ },\
+ {\
+ "full_text" : "${battery_percent} ",\
+ "color" : "\#909737"\
+ },\
+ {\
+ "full_text" : " ${time %Y/%m/%d}",\
+ "separator" : false\
+ },\
+ {\
+ "full_text" : "${time %H:%M}",\
+ "color" : "\#909737"\
+ }\
],