remove i3bar in favor of xfce4-panel

This commit is contained in:
eneller
2022-05-31 08:52:29 +02:00
parent aec5058ee0
commit 593be700fc

View File

@@ -25,7 +25,7 @@ set $hibernate sudo -A systemctl suspend
for_window [class="^.*"] border pixel 2 for_window [class="^.*"] border pixel 2
gaps inner $inner_gaps gaps inner $inner_gaps
gaps outer $outer_gaps gaps outer $outer_gaps
# Smart gaps (gaps used if only more than one container on the workspace) # Smart gaps (gaps used only if more than one container on the workspace)
#smart_gaps on #smart_gaps on
smart_borders on smart_borders on
@@ -44,22 +44,6 @@ for_window [instance="dropdown_*"] move position center
for_window [class="i3_help"] floating enable sticky enable border normal for_window [class="i3_help"] floating enable sticky enable border normal
for_window [class="Pacucontrol"] floating enable for_window [class="Pacucontrol"] floating enable
bar {
font pango:mono 10
# status_command i3blocks
position top
mode dock
modifier None
colors {
background $black
# border background text
focused_workspace $blue $blue $black
inactive_workspace $black $black $white
active_workspace $black $black $blue
urgent_workspace $pink $pink $black
binding_mode $black $orange $black
}
}
# #--- i3 keybinds ---# # # #--- i3 keybinds ---# #
bindsym $mod+h focus left bindsym $mod+h focus left
@@ -150,11 +134,6 @@ bindsym $mod+w exec --no-startup-id $BROWSER
# Show selection: # Show selection:
bindsym $mod+Insert exec --no-startup-id showclip bindsym $mod+Insert exec --no-startup-id showclip
# Volume keys
bindsym $mod+plus exec --no-startup-id pulsemixer --change-volume +5 && pkill -RTMIN+10 i3blocks
bindsym $mod+Shift+plus exec --no-startup-id pulsemixer --change-volume +15 && pkill -RTMIN+10 i3blocks
bindsym $mod+minus exec --no-startup-id pulsemixer --change-volume -5 && pkill -RTMIN+10 i3blocks
bindsym $mod+Shift+minus exec --no-startup-id pulsemixer --change-volume -15 && pkill -RTMIN+10 i3blocks
@@ -176,6 +155,8 @@ client.unfocused $black $black $white $black $black
client.background #f1232 client.background #f1232
# set background picture # set background picture
exec --no-startup-id nitrogen --set-zoom-fill $HOME/.config/i3/bg.png exec --no-startup-id nitrogen --set-zoom-fill $HOME/.config/i3/bg.png
# start network manager applet # start xfce bar
exec --no-startup-id xfce4-panel --disable-wm-check
# try to start tray tools / applets manually
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id blueman-applet exec --no-startup-id blueman-applet