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:
parent
6e4c3bb974
commit
d33ecc32e7
14 changed files with 124 additions and 19 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue