feat(hyprlock): visuals

This commit is contained in:
2025-10-26 00:31:45 +02:00
parent 2933bcdf02
commit ece5e89a84
3 changed files with 21 additions and 10 deletions

View File

@@ -131,15 +131,23 @@
"3": "3",
"4": "4",
"5": "5",
"active": "_",
"default": "_"
"6": "6",
"7": "7",
"8": "8",
"9": "9",
"default": "_",
"active": "_"
},
"on-click": "activate",
"show-special": false,
"on-scroll-up": "hyprctl dispatch workspace r-1",
"on-scroll-down": "hyprctl dispatch workspace r+1",
"persistent-workspaces": {
"*": 3
"1": [],
"2": [],
"3": [],
"4": [],
"5": []
}
},
"niri/workspaces": {

View File

@@ -28,8 +28,8 @@ tooltip label {
margin: 0 0px;
background-color: transparent;
color: #fbf1c7;
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
}
#workspaces button:hover {
@@ -45,7 +45,7 @@ tooltip label {
background-image: url("assets/button.svg");
background-position: center;
background-repeat: no-repeat;
background-size: 24px 20px;
background-size: 21px 18px;
}
#custom-trayicon {