From 139e36a39353d9821e773743ed4e796d8c96a58d Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 2 May 2014 02:27:33 +0200 Subject: i3: Factor out conky configuration for i3bar. Now we're generating full conky config files and we now have a new conky.nix, which generates shell scripts for the left and right screens, that run conky with the right configuration files. Signed-off-by: aszlig --- modules/i3/i3.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/i3/i3.conf') diff --git a/modules/i3/i3.conf b/modules/i3/i3.conf index 6ae4a3a7..d6273489 100644 --- a/modules/i3/i3.conf +++ b/modules/i3/i3.conf @@ -166,7 +166,7 @@ for_window [class="^Dia$"] floating enable # bar configuration bar { output @leftHead@ - status_command @conky@/bin/conky -c "@conkyrc@" -t 'CPU: ${cpu cpu1}% ${cpu cpu2}% ${cpu cpu3}% ${cpu cpu4}% ${cpu cpu5}% ${cpu cpu6}% ${cpu cpu7}% ${cpu cpu8}% - ${cpu cpu0}% | MEM: $mem/$memmax - $memperc% | SWAP: $swap/$swapmax $swapperc% | ${time %a %b %d %T %Z %Y}' + status_command @leftConky@ colors { focused_workspace #5c5cff #e5e5e5 @@ -178,7 +178,7 @@ bar { bar { output @rightHead@ - status_command @conky@/bin/conky -c "@conkyrc@" -t 'NET: ${upspeed @primaryNetInterface@} ${downspeed @primaryNetInterface@} | DF: ${fs_used /}/${fs_size /} | LAVG: $loadavg | TEMP - CPU: ${platform coretemp.0 temp 2}C ${platform coretemp.0 temp 3}C ${platform coretemp.0 temp 4}C ${platform coretemp.0 temp 5}C - GPU: ${hwmon 0 temp 1}C - OUTSIDE: ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EDMA temperature}C | ${time %a %b %d %T %Z %Y}' + status_command @rightConky@ colors { focused_workspace #5c5cff #e5e5e5 -- cgit 1.4.1