Squashed 'i3/' changes from be81d9e..dd4b0c9

dd4b0c9 Polybar configuration

git-subtree-dir: i3
git-subtree-split: dd4b0c9e4c2c13fbcc34c3166c12bea48a832cd3
This commit is contained in:
murgi
2017-05-12 13:46:37 +02:00
parent cf12350577
commit 13ace96ffd
2 changed files with 110 additions and 24 deletions

View File

@@ -162,20 +162,32 @@ bindsym Mod1+Tab exec --no-startup-id "rofi -show window"
bindsym Mod1+F2 exec --no-startup-id "rofi -show run"
#Lock
bindsym $mod+Escape exec --no-startup-id "i3lock"
bindsym $mod+Escape exec --no-startup-id "i3lock -c 000000 -f"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
status_command i3status
}
#bar {
#status_command i3status
#}
exec --no-startup-id nitrogen --restore
exec --no-startup-id nm-applet
exec --no-startup-id owncloud
exec --no-startup-id "xset dpms 60"
exec --no-startup-id "polybar top"
#exec --no-startup-id "polybar bottom"
exec --no-startup-id "polybar bottom"
exec --no-startup-id "xfsettingsd"
exec --no-startup-id "xfce4-power-manager"
exec --no-startup-id "owncloud"
exec --no-startup-id "caffeine"
#Colors
# class border backgr. text indicator child_border
client.placeholder #242424 #242424 #242424
client.background #242424 #242424 #242424
client.focused #4A4A4A #4A4A4A #e5e5e5 #4A4A4A
client.unfocused #222222 #222222 #aaaaaa #222222
client.focused_inactive #222222 #222222 #a9a9a9 #222222
client.urgent #4A4A4A #4A4A4A #f7f7f7 #4A4A4A
hide_edge_borders both