Selaa lähdekoodia

updated

master
Paul Longtine 9 vuotta sitten
vanhempi
commit
d82d1e863f
2 muutettua tiedostoa jossa 34 lisäystä ja 26 poistoa
  1. 21
    14
      i3/.conkyrc
  2. 13
    12
      i3/config

+ 21
- 14
i3/.conkyrc Näytä tiedosto

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

+ 13
- 12
i3/config Näytä tiedosto

@@ -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


Loading…
Peruuta
Tallenna