Some things

This commit is contained in:
2025-09-30 20:40:46 +02:00
parent 7e3b39d8e4
commit 1ab00403fb
11 changed files with 262 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
{
"position": "top",
"height": 0,
"position": "top",
"modules-left": ["hyprland/workspaces", "hyprland/window"],
"modules-center": ["custom/webdav","clock", "custom/status"],
"modules-right": ["tray", "pulseaudio", "backlight", "cpu", "memory", "battery"],

View File

@@ -1,6 +1,6 @@
* {
font-family: 'NotoFont';
font-size: 9px;
font-size: 8px;
font-weight: bold;
}
@@ -36,13 +36,13 @@ button:hover {
#workspaces button.active {
background-color: #9a5263;
color: #ebdbb2;
box-shadow: inset 0 -2px #ebdbb2;
box-shadow: inset 0 -1px #ebdbb2;
}
#workspaces button.urgent {
background-color: #d395a7;
color: #282828;
box-shadow: inset 0 -2px #ebdbb2;
box-shadow: inset 0 -1px #ebdbb2;
}
#window {
@@ -50,27 +50,27 @@ button:hover {
padding: 0 8px;
background-color: rgba(100, 50, 50, 0.75);
margin: 2px 0;
border-radius: 5px;
box-shadow: inset 0 -3px #ca9d1f;
border-radius: 3px;
box-shadow: inset 0 -2px #ca9d1f;
}
#backlight {
background-color: #282828;
color: #ebdbb2;
margin: 2px 3px;
margin: 1px 2px;
padding: 0 7px;
border-radius: 5px;
box-shadow: inset 0 -3px #ebdbb2;
border-radius: 3px;
box-shadow: inset 0 -2px #ebdbb2;
}
#battery {
background-color: #282828;
color: #b8bb26;
padding: 0 7px;
border-radius: 5px;
margin: 2px 3px;
box-shadow: inset 0 -3px #b8bb26;
border-radius: 3px;
margin: 1px 2px;
box-shadow: inset 0 -2px #b8bb26;
}
#battery.charging {
@@ -99,13 +99,13 @@ button:hover {
padding: 0 7px;
border-radius: 5px;
margin: 2px 3px;
box-shadow: inset 0 -3px #fabd2f;
box-shadow: inset 0 -2px #fabd2f;
}
#pulseaudio.muted {
background-color: #282828;
color: #a89984;
box-shadow: inset 0 -3px #a89984;
box-shadow: inset 0 -2px #a89984;
}
#tray {