sway: structure i3status/hosts config
This commit is contained in:
parent
f895cb3ee9
commit
77ba02d939
6 changed files with 2 additions and 2 deletions
4
config
4
config
|
@ -247,7 +247,7 @@ for_window [class=".*"] title_format "<b>%title</b> (%class:%instance)"
|
||||||
# Read `man 5 sway-bar` for more information about this section.
|
# Read `man 5 sway-bar` for more information about this section.
|
||||||
bar {
|
bar {
|
||||||
position top
|
position top
|
||||||
status_command i3status-rs $HOME/.config/sway/conf.d/i3status_$(hostname).toml
|
status_command i3status-rs $HOME/.config/sway/i3status.d/$(hostname).toml
|
||||||
font $font
|
font $font
|
||||||
colors {
|
colors {
|
||||||
separator #666666
|
separator #666666
|
||||||
|
@ -266,4 +266,4 @@ bar {
|
||||||
exec --no-startup-id nextcloud --background
|
exec --no-startup-id nextcloud --background
|
||||||
|
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
include $HOME/.config/sway/conf.d/$(hostname)
|
include $HOME/.config/sway/hosts.d/$(hostname).conf
|
||||||
|
|
Loading…
Reference in a new issue