[waybar] bascule sur la version hyprland par défaut

This commit is contained in:
2026-06-01 19:16:54 +02:00
parent 42ecc3ce55
commit 6217a70355
2 changed files with 10 additions and 10 deletions
+2 -8
View File
@@ -1,16 +1,10 @@
{
"font-familly": "FiraCode Nerd Font",
"height": 30, // Waybar height (to be removed for auto height)
"spacing": 1, // Gaps between modules (4px)
"modules-left": ["sway/workspaces"],
"modules-left": ["hyprland/workspaces"],
"modules-center": ["clock"],
"modules-right": ["tray", "pulseaudio", "battery"],
"sway/scratchpad": {
"format": "{icon} {count}",
"show-empty": false,
"format-icons": ["", ""],
"tooltip": true,
"tooltip-format": "{app}: {title}"
},
"tray": {
"icon-size": 16,
"spacing": 4
@@ -1,10 +1,16 @@
{
"font-familly": "FiraCode Nerd Font",
"height": 30, // Waybar height (to be removed for auto height)
"spacing": 1, // Gaps between modules (4px)
"modules-left": ["hyprland/workspaces"],
"modules-left": ["sway/workspaces"],
"modules-center": ["clock"],
"modules-right": ["tray", "pulseaudio", "battery"],
"sway/scratchpad": {
"format": "{icon} {count}",
"show-empty": false,
"format-icons": ["", ""],
"tooltip": true,
"tooltip-format": "{app}: {title}"
},
"tray": {
"icon-size": 16,
"spacing": 4