Added conky configuration.

This commit is contained in:
2013-09-14 19:32:22 +02:00
parent b71aa0d972
commit 8122ba7cad
3 changed files with 150 additions and 1 deletions

View File

@@ -205,6 +205,8 @@ for_window [class="^Wicd-client.py$"] floating enable
# Notifications through xfce4-notifyd, e.g. notifications from wicd
for_window [class="^Xfce4-notifyd$"] floating enable
for_window [class="^Conky$" ] floating enable
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
@@ -242,6 +244,9 @@ exec --no-startup-id xset r rate $mouse_repeat_delay $mouse_repeat_speed
# Start wicd in tray
exec --no-startup-id wicd-gtk --tray
# Start conky
exec --no-startup-id conky
# Enabling a mode to shutdown, reboot, lock screen and so on
set $mode_system System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown
mode "$mode_system" {