settings

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit d82d1e863f9fffc2d3477ad815796230da9091a0
parent 934e5acd3e4a23b7b4e03f303346098f6ca5388e
Author: Paul Longtine <paul@nanner.co>
Date:   Sun Jan 11 23:36:33 2015

updated

Diffstat:
 i3/.conkyrc | 35 +++++++++++++++++++++--------------
 i3/config   | 25 +++++++++++++------------
 2 files changed, 34 insertions(+), 26 deletions(-)

diff --git a/i3/.conkyrc b/i3/.conkyrc @@ -1,19 +1,26 @@ -background no -out_to_console yes -out_to_x no -update_interval 1 -total_run_times 0 -short_units yes -pad_percents 3 - +background no +out_to_console yes +out_to_x no +update_interval 1 +total_run_times 0 +short_units yes +pad_percents 3 +use_spacer left +seporator_block_width 0 override_utf8_locale yes TEXT ,[\ - {"full_text": " ▲ [${upspeed eth0}] ", "color":"\#839496"},\ - {"full_text": " ▼ [${downspeed eth0}] ", "color":"\#839496"},\ - {"full_text": " || [$mem] ", "color":"\#839496"},\ - {"full_text": " ■ [$cpubar] ", "color":"\#839496"},\ - {"full_text": " ≈ [${hwmon 0 temp 1}°C] ","color":"\#839496"},\ - {"full_text": " ⌛ [${time %I:%M %m/%d}] ","color": "\#839496"}\ + {"full_text": "↑", "color":"\#E8E8D3", "separator": false },\ + {"full_text": "${upspeed eth0}", "color":"\#799D6A", "separator": false },\ + {"full_text": "↓", "color":"\#E8E8D3", "separator": false },\ + {"full_text": "${downspeed eth0}", "color":"\#799D6A", "separator": false },\ + {"full_text": "||", "color":"\#E8E8D3", "separator": false },\ + {"full_text": "$mem", "color":"\#799D6A", "separator": false },\ + {"full_text": "■", "color":"\#E8E8D3", "separator": false },\ + {"full_text": "$cpubar", "color":"\#799D6A", "separator": false },\ + {"full_text": "≈", "color":"\#E8E8D3", "separator": false },\ + {"full_text": "${hwmon 0 temp 1}°C", "color":"\#799D6A", "separator": false },\ + {"full_text": "⌛", "color":"\#E8E8D3", "separator": false },\ + {"full_text": "${time %I:%M %m/%d}", "color":"\#799D6A", "separator": false }\ ] diff --git a/i3/config b/i3/config @@ -5,7 +5,7 @@ set $mod Mod4 #STARTUP exec compton --config ~/.comptonrc --backend glx --vsync opengl-swc --paint-on-overlay -b -exec feh --bg-scale ~/pictures/glitch.jpg +exec feh --bg-scale ~/pictures/efaw.jpg # hide dem borders hide_edge_borders both @@ -15,15 +15,15 @@ for_window [title="^float$"] floating enable #colors #solarized theme, weird -set $background #313131 -set $back-inact #313131 -set $back-urgen #CB504E -set $border #313131 -set $bor-in #313131 -set $bor-ur #313131 -set $text #777777 -set $t-in #454545 -set $t-ur #B00011 +set $background #1C1C1C +set $back-inact #1C1C1C +set $back-urgen #B85335 +set $border #1C1C1C +set $bor-in #1C1C1C +set $bor-ur #1C1C1C +set $text #FFB946 +set $t-in #888888 +set $t-ur #CF6A4C # class border background text indicator client.focused $border $background $text #31392F @@ -41,13 +41,14 @@ floating_modifier $mod # start a terminal bindsym $mod+Return exec urxvt -bindsym $mod+t exec urxvt -T float +bindsym $mod+j exec urxvt -T float # kill focused window bindsym $mod+shift+Q kill # start dmenu (a program launcher) bindsym $mod+d exec dmenu_run +bindsym $mod+s exec pmenu bindsym $mod+shift+d exec i3-dmenu-desktop @@ -85,7 +86,7 @@ bindsym $mod+v split v bindsym $mod+Shfit+z fullscreen # change container layout (stacked, tabbed, default) -bindsym $mod+s layout stacking +bindsym $mod+t layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout default