changement de l'environnement de bureau pour wayland+sway

This commit is contained in:
2026-03-19 23:54:02 +01:00
commit 5f4a9cb976
3 changed files with 255 additions and 0 deletions

10
waybar/config Normal file
View File

@@ -0,0 +1,10 @@
{
"layer": "top",
"position": "top",
"modules-left": ["sway/workspaces"],
"modules-center": ["clock"],
"modules-right" : ["pulseaudio", "battery"],
"battery": {
"format": "[BAT : {capacity}%]"
}
}

17
waybar/style.css Normal file
View File

@@ -0,0 +1,17 @@
* {
font-family: sans-serif;
font-size: 14px;
}
window#waybar{
background: grey;
color: white;
}
#workspaces button{
color: white;
}
#workspaces button{
color: block;
}