re-introduce bar
This commit is contained in:
@@ -16,6 +16,27 @@ set $shutdown shutdown -h now
|
||||
set $reboot reboot
|
||||
set $hibernate sudo -A systemctl suspend
|
||||
|
||||
bar {
|
||||
i3bar_command i3bar
|
||||
status_command i3status
|
||||
position top
|
||||
#tray_output primary
|
||||
font xft:Jetbrains mono 20
|
||||
bindsym button4 nop
|
||||
bindsym button5 nop
|
||||
strip_workspace_numbers yes
|
||||
|
||||
colors {
|
||||
background #222D31
|
||||
statusline #F9FAF9
|
||||
separator #454947
|
||||
focused_workspace #F9FAF9 #16a085 #292F34
|
||||
active_workspace #595B5B #353836 #FDF6E3
|
||||
inactive_workspace #595B5B #222D31 #EEE8D5
|
||||
binding_mode #16a085 #2C2C2C #F9FAF9
|
||||
urgent_workspace #16a085 #FDF6E3 #E5201D
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# DROPDOWN
|
||||
@@ -135,6 +156,6 @@ client.background #f1232
|
||||
exec --no-startup-id nitrogen --set-zoom-fill $HOME/.config/i3/bg.png
|
||||
# start xfce bar
|
||||
# try to start tray tools / applets manually
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id nm-applet --sm-disable
|
||||
exec --no-startup-id blueman-applet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user