mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-24 03:04:12 +01:00
sway: add initial configs for i3status and -rs
This commit is contained in:
parent
6312cab577
commit
c93b50d151
20
conf/sway/config.d/i3status-rs.conf
Normal file
20
conf/sway/config.d/i3status-rs.conf
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Uncommented sections come from i3-selenized-dark.conf
|
||||||
|
#
|
||||||
|
# Status Bar:
|
||||||
|
#
|
||||||
|
# Read `man 5 sway-bar` for more information about this section.
|
||||||
|
bar {
|
||||||
|
position top
|
||||||
|
|
||||||
|
#i3status
|
||||||
|
status_command i3status-rs /home/mikaela/.config/i3status-rs/config.toml
|
||||||
|
|
||||||
|
colors {
|
||||||
|
#statusline #ffffff
|
||||||
|
statusline $br_white
|
||||||
|
#background #323232
|
||||||
|
background $bg
|
||||||
|
#inactive_workspace #32323200 #32323200 #5c5c5c
|
||||||
|
inactive_workspace $black $black $fg
|
||||||
|
}
|
||||||
|
}
|
20
conf/sway/config.d/i3status.conf
Normal file
20
conf/sway/config.d/i3status.conf
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Uncommented sections come from i3-selenized-dark.conf
|
||||||
|
#
|
||||||
|
# Status Bar:
|
||||||
|
#
|
||||||
|
# Read `man 5 sway-bar` for more information about this section.
|
||||||
|
bar {
|
||||||
|
position top
|
||||||
|
|
||||||
|
#i3status
|
||||||
|
status_command i3status
|
||||||
|
|
||||||
|
colors {
|
||||||
|
#statusline #ffffff
|
||||||
|
statusline $br_white
|
||||||
|
#background #323232
|
||||||
|
background $bg
|
||||||
|
#inactive_workspace #32323200 #32323200 #5c5c5c
|
||||||
|
inactive_workspace $black $black $fg
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user