mirror of
https://github.com/balkian/dotfiles.git
synced 2025-08-24 00:02:19 +00:00
Better support for i3
This commit is contained in:
26
i3/conkyrc
Normal file
26
i3/conkyrc
Normal file
@@ -0,0 +1,26 @@
|
||||
out_to_x no
|
||||
own_window no
|
||||
out_to_console yes
|
||||
background no
|
||||
max_text_width 0
|
||||
# Update interval in seconds
|
||||
update_interval 2.0
|
||||
total_run_times 0
|
||||
override_utf8_locale yes
|
||||
|
||||
TEXT
|
||||
|
||||
# [{ "full_text" : "MPD" , "color" : "\#b58900" } ,
|
||||
# { "full_text" : "${if_mpd_playing}${mpd_smart 50} ${mpd_elapsed}/${mpd_length}${else}${mpd_status}${endif}" , "color" :"\#93a1a1" } ,
|
||||
[
|
||||
{ "full_text" : "HD" , "color" : "\#b58900" } ,
|
||||
{ "full_text" : "home: ${fs_free /home}/${fs_size /home} root: ${fs_free /}/${fs_size /}" , "color" :"\#93a1a1" } ,
|
||||
{ "full_text" : "Ram" , "color" : "\#b58900" } ,
|
||||
{ "full_text" : "${mem}" , "color" :"\#93a1a1" },
|
||||
{ "full_text" : "Wifi" , "color" : "\#b58900" } ,
|
||||
{ "full_text" : "${wireless_essid wlan0}(${wireless_link_qual wlan0}/${wireless_link_qual_max wlan0})" , "color" :"\#93a1a1" } ,
|
||||
{ "full_text" : "Bat" , "color" : "\#b58900" } ,
|
||||
{ "full_text" : "${battery BAT0}" , "color" :
|
||||
${if_match ${battery_percent BAT0}<20}"\#b95670"${else}"\#5f5f5f"${endif} } ,
|
||||
{ "full_text" : "Date" , "color" : "\#b58900" } ,
|
||||
{ "full_text" : "${time %b %d %Y %I:%M%P}", "color" :"\#93a1a1" }] ,
|
Reference in New Issue
Block a user