Browse Source

updated

master
Paul Longtine 9 years ago
parent
commit
d82d1e863f
2 changed files with 34 additions and 26 deletions
  1. 21
    14
      i3/.conkyrc
  2. 13
    12
      i3/config

+ 21
- 14
i3/.conkyrc View File

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 override_utf8_locale yes


TEXT 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 }\
] ]

+ 13
- 12
i3/config View File

#STARTUP #STARTUP


exec compton --config ~/.comptonrc --backend glx --vsync opengl-swc --paint-on-overlay -b 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 dem borders
hide_edge_borders both hide_edge_borders both




#colors #colors
#solarized theme, weird #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 # class border background text indicator
client.focused $border $background $text #31392F client.focused $border $background $text #31392F


# start a terminal # start a terminal
bindsym $mod+Return exec urxvt bindsym $mod+Return exec urxvt
bindsym $mod+t exec urxvt -T float
bindsym $mod+j exec urxvt -T float


# kill focused window # kill focused window
bindsym $mod+shift+Q kill bindsym $mod+shift+Q kill


# start dmenu (a program launcher) # start dmenu (a program launcher)
bindsym $mod+d exec dmenu_run bindsym $mod+d exec dmenu_run
bindsym $mod+s exec pmenu


bindsym $mod+shift+d exec i3-dmenu-desktop bindsym $mod+shift+d exec i3-dmenu-desktop


bindsym $mod+Shfit+z fullscreen bindsym $mod+Shfit+z fullscreen


# change container layout (stacked, tabbed, default) # change container layout (stacked, tabbed, default)
bindsym $mod+s layout stacking
bindsym $mod+t layout stacking
bindsym $mod+w layout tabbed bindsym $mod+w layout tabbed
bindsym $mod+e layout default bindsym $mod+e layout default



Loading…
Cancel
Save