Skip to content

Commit

Permalink
conky and colorful i3bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ivyl committed Oct 21, 2012
1 parent ddc0e22 commit 72ed3f5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ bindsym Mod4+Shift+a exec "pavucontrol"


bar { bar {
position top position top
status_command i3status -c ~/.i3/i3status.conf status_command ~/.i3/conky
colors { colors {
statusline #AAAAAA statusline #AAAAAA
focused_workspace #666666 $blue #FFFFFF focused_workspace #666666 $blue #FFFFFF
Expand Down
4 changes: 4 additions & 0 deletions conky
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
echo "{\"version\":1}"
echo "[[]"
conky -c ~/.i3/conkyrc
19 changes: 19 additions & 0 deletions conkyrc
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,19 @@
background no
out_to_console yes
out_to_x no
update_interval 2
total_run_times 0
short_units yes
pad_percents 3

override_utf8_locale yes

TEXT
,[{"full_text": " ⌬ [$cpu%] $acpitemp °C ","color": "\#DC322F"},
{"full_text": " ☰ [$membar] ", "color":"\#B58900"},
{"full_text": " ✵ ${wireless_essid wlan0} [${wireless_link_qual_perc wlan0}%]","color":"\#33CC99"},
{"full_text": " ☇ [${smapi_bat_perc 0}%] ","color":"\#9933CC"},
{"full_text": " ♪ [$mixer%] ", "color":"\#268BD2"},
{"full_text": " ${time %a %d %b} ${time %H:%M} "}
]

0 comments on commit 72ed3f5

Please sign in to comment.