summaryrefslogtreecommitdiff
path: root/.i3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.i3/conkyrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.i3/conkyrc b/.i3/conkyrc
index ce5ef17..3db7d80 100644
--- a/.i3/conkyrc
+++ b/.i3/conkyrc
@@ -39,7 +39,7 @@ conky.config = {
conky.text = [[
[ \
{\
- "full_text" : " ${if_match ${cpu}<10} ${endif}${cpu}%"\
+ "full_text" : " ${if_match ${cpu cpu0}<10} ${endif}${cpu cpu0}% ${freq_g 1} ${freq_g 5}"\
},\
{\
"full_text" : " ${mem}",\
@@ -47,10 +47,10 @@ conky.text = [[
"color" : "\#${if_match ${memperc}<90}ffffff${else}ff0000${endif}"\
},\
{\
- "full_text" : "${if_existing /sys/class/power_supply/AC0/online 1}${else}${endif} ${battery_percent BAT0}${if_existing /sys/class/power_supply/AC0/online 0} ${lua utime ${battery_time BAT0}}${endif}"\
+ "full_text" : "${if_existing /sys/class/power_supply/AC/online 1}${else}${endif} ${battery_percent BAT0}${if_existing /sys/class/power_supply/AC/online 0} ${lua utime ${battery_time BAT0}}${endif}"\
},\
{\
- "full_text" : " ${platform coretemp.0 temp 2}°C"\
+ "full_text" : " ${platform coretemp.0/hwmon/hwmon1 temp 1}°C"\
},\
${if_up eth0}{\
"full_text" : "⑆ ${addr eth0}"\
tato/gui/windows/mailinfo.py?h=no_config&id=b105a2a9e9068463eaad97b402209e3b944b6501&follow=1'>First mail window draftRené 'Necoro' Neumann3-0/+220 2008-06-10Added gpytage pluginRené 'Necoro' Neumann2-0/+29 2008-06-10Modified plugin.xsd so it allows also menu-only pluginsRené 'Necoro' Neumann2-7/+8 2008-06-10Fixed the default handlingRené 'Necoro' Neumann1-1/+1 2008-06-10Allowed default for session; load 'app-portage/portato' as default for select...René 'Necoro' Neumann2-10/+18 2008-06-09Fixed 'kill' in the systray popupRené 'Necoro' Neumann1-2/+2 2008-06-09Fixed error messageRené 'Necoro' Neumann2-4/+1 2008-06-08Make blocks way more intelligentRené 'Necoro' Neumann3-45/+107