Add sway config

This commit is contained in:
Tobias Reisinger 2024-08-21 16:34:57 +02:00
parent db15c95662
commit cb3ea5254e
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
21 changed files with 347 additions and 3 deletions

View file

@ -4,7 +4,8 @@
"height": 28,
"spacing": 6,
"modules-left": [
"hyprland/workspaces"
"hyprland/workspaces",
"sway/workspaces"
],
"modules-center": [
"mpris"

View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
ts-control "status-icon"

View file

@ -7,6 +7,11 @@
"hyprland/window": {
"max-length": 128
},
"sway/workspaces": {
"on-click": "activate",
"all-outputs": true,
"disable-scroll": true
},
"clock": {
"interval": 1,
"format": " {:%Y-%m-%d %H:%M:%S}",

View file

@ -40,6 +40,7 @@ window#waybar {
}
#workspaces button {
padding: 0 10px;
background: none;
border-bottom: solid 2px @background;
}