mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
tray icons fix
This commit is contained in:
@@ -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
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user