SWAY: utilisation de waybar

This commit is contained in:
2021-06-26 00:08:08 +02:00
parent 7d8fc24991
commit f9b79325e0
4 changed files with 310 additions and 1 deletions

View File

@ -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.

View 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
}