changement de l'environnement de bureau pour wayland+sway
This commit is contained in:
10
waybar/config
Normal file
10
waybar/config
Normal 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
17
waybar/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user