feat: gamemode, toggle-touchpad and restore-waybar \n fix: albert glitches and bugs in the scripts \n And appearance changes concerning waybar and single windows

This commit is contained in:
Gu://em_ 2025-03-03 09:01:51 +01:00
parent 6e4c3bb974
commit d33ecc32e7
14 changed files with 124 additions and 19 deletions

View file

@ -1,13 +1,13 @@
{
"layer": "top",
"position": "left",
"margin": "1 2 1 1",
"margin": "1 1 1 1",
"reload_style_on_change": true,
"modules-left": [
//"custom/updates",
"hyprland/workspaces",
"hyprland/submap"
//"group/info"
//"group/info",
//"hyprland/window"
],
"hyprland/workspaces": {

View file

@ -18,9 +18,9 @@ window#waybar {
transition-property: background-color;
transition-duration: 0.5s;
border-radius: 4px;
border: 1px solid alpha(@active, 0.7);
border: 1px solid alpha(@active, 0.3);
background: @background;
background: alpha(@background, 0.8);
background: alpha(@background, 0.7);
color: lighter(@active);
}