Forgive the flotsam and jetsam post, but I wanted to keep the posting to a minimum. I have several small i3 questions:
-
lxappearance says it needs lxsessions to be able to make changes to colors like selections. Is that a good thing to install? Or is there another way to change the selection color? (Cuz I detest light blue!)
-
Is the Endeavour i3 “i3-gaps”? I assume YES since I can adjust the size of the … wait for it… gaps???
-
I have made 2 i3-bars, one for the top, one for the bottom of my screen. The “tray” is visible on the top when I have it configured for the bottom, and the bottom when configured for the top. Any idea why? Here is portion of my config file:
### BAR PRIMARY MONITOR
bar {
font pango:Noto Sans Regular 21, FontAwesome 21
status_command i3blocks -c ~/.config/i3/i3blocks.conf
position bottom
i3bar_command i3bar --transparency
tray_output primary
tray_padding 5
#strip_workspace_name no
strip_workspace_numbers no
colors {
separator $meddarkgrey
background $charcoal2
statusline $white
#### border bg txt indicator
focused_workspace $lightgrey $red800 $eeewhite $green3f0
active_workspace $grey8b $charcoal $lightgrey $magenta
inactive_workspace $grey $dksteel $lightgrey $purple
urgent_workspace $urgentred $urgentred $white $purple
}
}
### BAR TWO -- PRIMARY MONITOR
bar {
font pango:Noto Sans Regular 12, FontAwesome 13
status_command i3blocks -c ~/.config/i3/i3blocks2.conf
position top
i3bar_command i3bar --transparency
workspace_buttons no
# tray_output primary
# tray_padding 5
#strip_workspace_name no
#strip_workspace_numbers no
colors {
separator $meddarkgrey
background $charcoal
statusline $white
}
}
With the above config, I get the tray on the top bar, not bottom bar. And I DO have the monitor set to primary.
Thanks!.. Tom