Add sway config
This commit is contained in:
parent
db15c95662
commit
cb3ea5254e
21 changed files with 347 additions and 3 deletions
|
@ -4,7 +4,8 @@
|
|||
"height": 28,
|
||||
"spacing": 6,
|
||||
"modules-left": [
|
||||
"hyprland/workspaces"
|
||||
"hyprland/workspaces",
|
||||
"sway/workspaces"
|
||||
],
|
||||
"modules-center": [
|
||||
"mpris"
|
||||
|
|
3
.config/waybar/custom/ts3-status
Executable file
3
.config/waybar/custom/ts3-status
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
ts-control "status-icon"
|
|
@ -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}",
|
||||
|
|
|
@ -40,6 +40,7 @@ window#waybar {
|
|||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 10px;
|
||||
background: none;
|
||||
border-bottom: solid 2px @background;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue