tray icons fix

This commit is contained in:
Daniel Bauer
2019-08-21 09:47:23 +02:00
parent 7c5a95f734
commit fff58277bb
2 changed files with 5 additions and 3 deletions

View File

@@ -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 bindsym $mod+Shift+s exec --no-startup-id ~/.config/i3/scripts/change_monitor.sh
# reload workspace layouts # 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 nm-applet
exec --no-startup-id xfsettingsd exec --no-startup-id xfsettingsd
exec --no-startup-id /usr/bin/blueman-applet

View File

@@ -48,12 +48,13 @@ font-2 = FontAwesome:size=14;0
[bar/laptop_station] [bar/laptop_station]
inherit = bar/laptop inherit = bar/laptop
monitor = ${env:MONITOR:HDMI-2} monitor = ${env:MONITOR:HDMI-2}
[bar/workstation] [bar/workstation]
inherit = bar/base inherit = bar/base
monitor = ${env:MONITOR:DP-2} monitor = ${env:MONITOR:DP-2}
modules-left = i3 xwindow modules-left = i3 xwindow
modules-right = spotify mpd volume filesystem cpu gpu memory date modules-right = spotify mpd volume filesystem cpu gpu memory date
tray-position = right tray-position = false
tray-padding = 2 tray-padding = 2
font-0 = "Noto Sans:size=11:style=Regular;1" font-0 = "Noto Sans:size=11:style=Regular;1"
@@ -63,7 +64,7 @@ font-2 = FontAwesome:size=11;0
[bar/workstation2] [bar/workstation2]
inherit = bar/workstation inherit = bar/workstation
monitor = ${env:MONITOR:DP-4} monitor = ${env:MONITOR:DP-4}
tray-position = false tray-position = right
[module/xwindow] [module/xwindow]