diff --git a/profiles/desktop/.config/i3/config b/profiles/desktop/.config/i3/config index 4a8326b..ec8c9f0 100644 --- a/profiles/desktop/.config/i3/config +++ b/profiles/desktop/.config/i3/config @@ -234,7 +234,8 @@ bindsym XF86HomePage exec "i3lock -i ~/lockscreens/`ls ~/lockscreens | shuf -n 1 bindsym $mod+Shift+s exec --no-startup-id ~/.config/i3/scripts/change_monitor.sh # reload workspace layouts -exec --no-startup-id "i3-msg 'workspace 9; append_layout /home/bauer/.i3/workspace-9.json'" +#exec --no-startup-id "i3-msg 'workspace 9; append_layout /home/bauer/.i3/workspace-9.json'" exec --no-startup-id nm-applet exec --no-startup-id xfsettingsd +exec --no-startup-id /usr/bin/blueman-applet \ No newline at end of file diff --git a/profiles/desktop/.config/polybar/config b/profiles/desktop/.config/polybar/config index 089fea4..4d1c2dc 100644 --- a/profiles/desktop/.config/polybar/config +++ b/profiles/desktop/.config/polybar/config @@ -48,12 +48,13 @@ font-2 = FontAwesome:size=14;0 [bar/laptop_station] inherit = bar/laptop monitor = ${env:MONITOR:HDMI-2} + [bar/workstation] inherit = bar/base monitor = ${env:MONITOR:DP-2} modules-left = i3 xwindow modules-right = spotify mpd volume filesystem cpu gpu memory date -tray-position = right +tray-position = false tray-padding = 2 font-0 = "Noto Sans:size=11:style=Regular;1" @@ -63,7 +64,7 @@ font-2 = FontAwesome:size=11;0 [bar/workstation2] inherit = bar/workstation monitor = ${env:MONITOR:DP-4} -tray-position = false +tray-position = right [module/xwindow]