mostly improvements, wip
[distro-setup] / i3-sway / bar.conf
1 # need this for kde connect
2 bar {
3
4 # keep it only on secondary monitor to save space and make for less
5 # missing pixes in obs live stream. For docs on this, search "output
6 # primary" in the i3 guide.
7 output primary
8
9 # the builtin prog
10 #status_command i3status
11
12 #for faster testing
13 #status_command /a/bin/ds/myi3status
14 status_command /usr/local/bin/myi3status
15 #mode hide
16 # hidden_state hide
17 font pango:monospace 18
18
19 # i have no need for the tray icons so far
20 tray_output primary
21
22 # I found I didn't need these, but, I'm trying them out again.
23 # workspace_buttons no
24 }
25
26 ## dont want to see this bar for now
27 # bar {
28 # status_command /p/c/myi3life
29 # tray_output none
30 # workspace_buttons no
31 # }