1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-23 00:13:49 +01:00

Use polybar

This commit is contained in:
Valentin Brandl 2018-11-22 18:24:24 +01:00
parent a7c984e774
commit 2e235eb585
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -135,6 +135,7 @@ for_window [window_role="pop-up"] floating enable
for_window [window_role="task_dialog"] floating enable for_window [window_role="task_dialog"] floating enable
for_window [title="Preferences$"] floating enable for_window [title="Preferences$"] floating enable
for_window [class="Keepassx2"] floating enable for_window [class="Keepassx2"] floating enable
for_window [class="keepassxc"] floating enable
for_window [class="^Pavucontrol$"] floating enable for_window [class="^Pavucontrol$"] floating enable
for_window [class="^Pinentry-gtk-2$"] floating enable for_window [class="^Pinentry-gtk-2$"] floating enable
@ -176,28 +177,28 @@ hide_edge_borders both
# 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:ohsnap, awesome, FontAwesome 13 # font pango:ohsnap, awesome, FontAwesome 13
# separator_symbol "•" # # separator_symbol "•"
separator_symbol "::" # separator_symbol "::"
status_command i3blocks # status_command i3blocks
#strip_workspace_numbers yes # #strip_workspace_numbers yes
position top # position top
colors { # colors {
background #253941 # background #253941
statusline #9e958e # statusline #9e958e
separator #081419 # separator #081419
# background $transparent # # background $transparent
# ##
# # Numix-Dark 1d2121 414848 ## # Numix-Dark 1d2121 414848
# #::::::::::::::::::::::: Indicadores ::::::::::::::::::::::::::# ## #::::::::::::::::::::::: Indicadores ::::::::::::::::::::::::::#
# ################################################################ ## ################################################################
# # border backgr. text ## # border backgr. text
focused_workspace #08202a #08202a #e7dfd9 # focused_workspace #08202a #08202a #e7dfd9
inactive_workspace #253941 #253941 #9e958e # inactive_workspace #253941 #253941 #9e958e
urgent_workspace #1b1d1f #c6a78a #000000 # urgent_workspace #1b1d1f #c6a78a #000000
} # }
} #}
client.focused #1d3037 #1d3037 #ffffff #ffffff #1d3037 client.focused #1d3037 #1d3037 #ffffff #ffffff #1d3037
client.focused_inactive #1d2121 #1d2121 #a1a1a1 #484e50 #1d2121 client.focused_inactive #1d2121 #1d2121 #a1a1a1 #484e50 #1d2121
@ -254,5 +255,7 @@ exec_always feh --bg-scale /home/me/Bilder/wallpaper/wall.png
exec_always conky -c ~/.conkyrc exec_always conky -c ~/.conkyrc
# map esc to capslock # map esc to capslock
exec_always setxkbmap -option caps:escape exec_always setxkbmap -option caps:escape
# start polybar
exec_always --no-startup-id ~/bin/polybar.sh &
# vim: set filetype=conf ts=4 sw=2 tw=120 et : # vim: set filetype=conf ts=4 sw=2 tw=120 et :