- Updated default colors scheme
This commit is contained in:
parent
22d9d31af3
commit
9932252ae6
1 changed files with 7 additions and 6 deletions
13
i3/config
13
i3/config
|
@ -161,6 +161,7 @@ bindsym $mod+r mode "resize"
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
|
font pango:DejaVu Sans Mono, Icons 8
|
||||||
# status_command i3status
|
# status_command i3status
|
||||||
status_command py3status
|
status_command py3status
|
||||||
colors {
|
colors {
|
||||||
|
@ -172,12 +173,6 @@ bar {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#colors: border backgr. text indicator
|
|
||||||
client.focused #222222 #6a9ef2 #ffffff #2b2b2b
|
|
||||||
client.focused_inactive #888888 #2b2b2b #ffffff #2b2b2b
|
|
||||||
client.unfocused #888888 #2b2b2b #ffffff #2b2b2b
|
|
||||||
client.urgent #900000 #900000 #ffffff #2b2b2b
|
|
||||||
|
|
||||||
#exec --no-startup-id i3-msg 'exec xcompmgr -c -f -n &'
|
#exec --no-startup-id i3-msg 'exec xcompmgr -c -f -n &'
|
||||||
exec --no-startup-id i3-msg 'exec xautolock -time 5 -locker ~/Bin/lock.sh -detectsleep &'
|
exec --no-startup-id i3-msg 'exec xautolock -time 5 -locker ~/Bin/lock.sh -detectsleep &'
|
||||||
exec --no-startup-id i3-msg 'exec blueman-applet &'
|
exec --no-startup-id i3-msg 'exec blueman-applet &'
|
||||||
|
@ -211,3 +206,9 @@ bindsym XF86AudioNext exec dbus-send --print-reply --dest=org.mpris.MediaPlayer2
|
||||||
# Take Screenshot
|
# Take Screenshot
|
||||||
bindsym Print exec xfce4-screenshooter
|
bindsym Print exec xfce4-screenshooter
|
||||||
#Control Print :Exec scrot -d 0 `date +%Y-%m-%d_%H-%M-%S`.png--no-startup-
|
#Control Print :Exec scrot -d 0 `date +%Y-%m-%d_%H-%M-%S`.png--no-startup-
|
||||||
|
|
||||||
|
#colors border back text indicator
|
||||||
|
client.focused #0088CC #0088CC #ffffff #dddddd
|
||||||
|
client.focused_inactive #333333 #333333 #888888 #292d2e
|
||||||
|
client.unfocused #333333 #333333 #888888 #292d2e
|
||||||
|
client.urgent #2f343a #900000 #ffffff #900000
|
||||||
|
|
Loading…
Reference in a new issue