SWAY: utilisation de waybar
This commit is contained in:
@ -205,7 +205,7 @@ bindsym $mod+r mode "resize"
|
||||
# Status Bar:
|
||||
#
|
||||
# Read `man 5 sway-bar` for more information about this section.
|
||||
bar {
|
||||
bar 1 {
|
||||
position top
|
||||
|
||||
# When the status_command prints a new line to stdout, swaybar updates.
|
||||
|
10
.config/sway/config.d/50-barre.conf
Normal file
10
.config/sway/config.d/50-barre.conf
Normal file
@ -0,0 +1,10 @@
|
||||
# Barre d'état
|
||||
|
||||
# désactive la barre principale
|
||||
bar 1 mode invisible
|
||||
|
||||
# active une nouvelle barre
|
||||
bar olivier {
|
||||
position top
|
||||
status_command waybar
|
||||
}
|
Reference in New Issue
Block a user