added sway
- scape swap for sway - added urxvt to sway config - added window rules to sway - added set wallpaper to autostart for swaybg - switched to vesktop on autostart - changed split binds - border toggle - added sway - added sway stuff - changed reqs to use /etc/os-release ID
This commit is contained in:
30
env/.config/waybar/config.jsonc
vendored
30
env/.config/waybar/config.jsonc
vendored
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "bottom",
|
||||
"modules-left": ["hyprland/workspaces"],
|
||||
// "modules-left": ["hyprland/workspaces"],
|
||||
"modules-left": [ "sway/workspaces", "sway/mode" ],
|
||||
|
||||
//"modules-center": ["clock", ], //"custom/weather"],
|
||||
|
||||
@@ -72,6 +73,33 @@
|
||||
"sort-by-name": true
|
||||
},
|
||||
|
||||
"sway/workspaces": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"1":" ",
|
||||
"2":" ",
|
||||
"3":" ",
|
||||
"4":" ",
|
||||
"5":" ",
|
||||
"6":" ",
|
||||
"7":" ",
|
||||
"8":" ",
|
||||
"9":" ",
|
||||
"10":" ",
|
||||
"11":" ",
|
||||
"12":" ",
|
||||
"13":" ",
|
||||
"14":" ",
|
||||
"15":" ",
|
||||
"16":" ",
|
||||
"17":" ",
|
||||
"18":" ",
|
||||
"19":" ",
|
||||
"20":" "
|
||||
},
|
||||
"sort-by-name": true
|
||||
},
|
||||
|
||||
"tray": {
|
||||
"icon-size": 16,
|
||||
"spacing": 10
|
||||
|
||||
5
env/.config/waybar/style.css
vendored
5
env/.config/waybar/style.css
vendored
@@ -31,6 +31,11 @@
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
color: #00c5ba;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
button {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user