(wayland) added configurations for sway, waybar and foot

This commit is contained in:
zegonix
2025-06-08 23:47:45 +02:00
parent 812fcacfc4
commit d83048925e
5 changed files with 333 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "foobar",
"layer": "top",
"position": "top",
"height": 30,
"mode": "dock",
"exclusive": true,
"spacing": 16,
"reload_style_on_change": true,
"modules-left": ["sway/workspaces"],
"modules-center": ["sway/window"],
"modules-right": ["pulseaudio", "clock"],
"sway/window": {
"max-length": 50
},
"pulseaudio": {
"format": "{volume}%",
"format-muted": "muted"
},
"clock": {
"name": "clock",
"format": "{:%Y-%m-%d %H:%M:%S}",
"format-alt": "{:%Y-%m-%d %H:%M:%S}"
}
}

View File

@@ -0,0 +1,18 @@
@define-color --black #080B1B;
@define-color --dark-grey #373B41;
@define-color --light-grey #707880;
@define-color --white #C5C8C6;
@define-color --cyan #15D7E5;
@define-color --magenta #E02482;
.foobar {
font-family: JetBrainsMonoNerdFont;
font-weight: bold;
font-size: 18px;
background: @--black;
color: @--white;
}
#clock {
padding: 0 20px;
}