Color changes
This commit is contained in:
parent
e4b8d3f800
commit
66603a19dd
@ -19,7 +19,7 @@ set $bg #121212
|
||||
set $fg #9f9f9f
|
||||
set $hi #efef8f
|
||||
set $ac #a0afa0
|
||||
set $tx #040404
|
||||
set $tx #ffffff
|
||||
set $ia #8f8f8f
|
||||
set $be #8faf9f
|
||||
set $yw #ccdc90
|
||||
@ -27,7 +27,8 @@ set $gn #88b090
|
||||
set $rd #e89393
|
||||
|
||||
## set some nice colors border background text
|
||||
client.focused #767676 #767676 $tx
|
||||
#client.focused #262626 #262626 $tx
|
||||
client.focused #262626 #262626 $tx
|
||||
client.unfocused $bg $bg $ia
|
||||
client.focused_inactive $bg $bg $ac
|
||||
client.urgent $rd $rd $tx
|
||||
@ -183,7 +184,7 @@ exec --no-startup-id "sleep 25;/usr/bin/owncloud"
|
||||
exec --no-startup-id /usr/bin/gtk-redshift -l 36.3:-80.3 -t 6500:4000
|
||||
exec --no-startup-id /usr/bin/parcellite
|
||||
exec --no-startup-id /usr/bin/numlockx
|
||||
bindsym $mod+p exec dmenu_run -p Run -l 5 -i -f
|
||||
bindsym $mod+p exec dmenu_run -sb \#262626 -nb \#121212 -p Run -l 5 -i -f
|
||||
bindsym $mod+shift+p exec "~/.i3/run.sh pass"
|
||||
#exec --no-startup-id /usr/bin/synapse -s
|
||||
exec --no-startup-id /usr/bin/zeal
|
||||
|
@ -5,13 +5,13 @@ if [ "$1" = "lock" ];then
|
||||
TRACK=$(xinput list | grep 'TouchPad' | sed -e 's/.*id=//' | cut -f 1)
|
||||
xinput set-prop $MOUSE "Device Enabled" 0
|
||||
xinput set-prop $TRACK "Device Enabled" 0
|
||||
while [ ! "$PASSWORD" = "a" ];do export PASSWORD=$(echo|dmenu -f -p Locked);done
|
||||
while [ ! "$PASSWORD" = "a" ];do export PASSWORD=$(echo|dmenu -sb \#1c1c1c -nb \#121212 -f -p Locked);done
|
||||
xinput set-prop $MOUSE "Device Enabled" 1
|
||||
xinput set-prop $TRACK "Device Enabled" 1
|
||||
#synclient TouchpadOff=0
|
||||
fi
|
||||
if [ "$1" = "pass" ];then
|
||||
pass -c $(ls ~/.password-store/*/*|cut -b-37 --complement|dmenu -f -l 5|sed -e 's/\.gpg//')
|
||||
pass -c $(ls ~/.password-store/*/*|cut -b-37 --complement|dmenu -sb \#1c1c1c -nb \#121212 -f -l 5|sed -e 's/\.gpg//')
|
||||
fi
|
||||
if [ "$1" = "screensaver" ];then
|
||||
cat /tmp/noss||i3lock -di `shuf -n1 -e ~/.i3/wall/*`
|
||||
|
Loading…
Reference in New Issue
Block a user