Many small changes.

This commit is contained in:
2016-04-23 20:09:24 +02:00
parent af275c5c1a
commit df0019ae57
10 changed files with 31 additions and 53 deletions

View File

@@ -178,6 +178,8 @@
bindsym Pause exec --no-startup-id ~/.i3/scripts/shutdown-menu
bindsym $mod+Shift+v exec --no-startup-id redshift-toggle
################################################################################
### MODES ######################################################################
################################################################################
@@ -238,7 +240,7 @@
smart_borders on
font pango:DejaVu Sans Mono 12
font pango:DejaVu Sans Mono 11
################################################################################
### COLOR SETTINGS #############################################################
@@ -305,18 +307,18 @@ bar {
id bar-0
font pango:DejaVu Sans, Icons 12
font pango:DejaVu Sans, Icons 11
colors {
background #000000
background #222222
statusline #ffffff
separator #e16b40
focused_workspace #e16b40 #000000 #ffffff
active_workspace #000000 #5f676a #ffffff
inactive_workspace #000000 #000000 #dddddd
urgent_workspace #D00000 #D00000 #000000
binding_mode #000000 #e16b40 #000000
focused_workspace #e16b40 #222222 #ffffff
active_workspace #222222 #5f676a #ffffff
inactive_workspace #222222 #222222 #dddddd
urgent_workspace #D00000 #D00000 #222222
binding_mode #222222 #e16b40 #222222
}
i3bar_command i3bar

View File

@@ -3,12 +3,12 @@ separator_block_width=33
[vpn-main]
command=$HOME/.i3/scripts/openvpn main
label=
interval=120
interval=5
[vpn-mgmt]
command=$HOME/.i3/scripts/openvpn mgmt
label=
interval=120
interval=5
[wifi]
command=$HOME/.i3/scripts/wifi
@@ -18,7 +18,7 @@ interval=30
[network]
command=BLOCK_INSTANCE=wlp2s0 /usr/lib/i3blocks/iface
label=
interval=120
interval=5
[load]
command=$HOME/.i3/scripts/load
@@ -33,7 +33,7 @@ interval=once
[battery]
command=$HOME/.i3/scripts/battery i3blocks
label=
label=
interval=30
[kernel]

View File

@@ -1,2 +1,2 @@
#!/usr/bin/env bash
j4-dmenu-desktop --dmenu="dmenu -fn 'DejaVu Sans:size=11' -i -p '>' -nb '#000000' -nf '#ffffff' -sb '#e16b40' -sf '#000000'"
j4-dmenu-desktop --dmenu="dmenu -fn 'DejaVu Sans:size=11' -h 24 -i -p '>' -nb '#000000' -nf '#ffffff' -sb '#e16b40' -sf '#000000'"

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
load="$(cut -d ' ' -f 2 /proc/loadavg)"
load="$(cut -d ' ' -f 1 /proc/loadavg)"
cpus="$(nproc --all)"
echo $load