From fff58277bb5319506b41cf4df16428e332e3baea Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Wed, 21 Aug 2019 09:47:23 +0200 Subject: [PATCH] tray icons fix --- profiles/desktop/.config/i3/config | 3 ++- profiles/desktop/.config/polybar/config | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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]