Regenerated

This commit is contained in:
2026-04-09 09:46:36 +02:00
parent 7893fe0703
commit 139dc836fc
4 changed files with 347 additions and 305 deletions
+313 -299
View File
File diff suppressed because it is too large Load Diff
+17 -3
View File
@@ -2018,6 +2018,7 @@ exec-once = waybar
exec-once = awww-daemon & awww img -o eDP-1 ~/Wallpapers/pictures/01.jpg
exec-once = ~/.config/hypr/scripts/set-workspace-wallpaper.sh
exec-once = ~/.config/hypr/scripts/workspace-listener.sh
exec-once = nextcloud
#+END_SRC
** =.config/hypr/hypridle.conf=
@@ -3115,9 +3116,22 @@ window#waybar {
padding: 0 10px;
}
#pulseaudio-slider.widget {
margin: 0 50px;
padding: 0 100px; /* optional: inner spacing */
#pulseaudio-slider slider {
min-height: 0px;
min-width: 0px;
opacity: 0;
box-shadow: none;
}
#pulseaudio-slider trough {
/*min-height: 80px; */
min-width: 80px;
border-radius: 5px;
background: black;
}
#pulseaudio-slider highlight {
min-width: 10px;
border-radius: 30px;
background: green;
}
/* --------------------------------------------------------- */
@@ -6,3 +6,4 @@ exec-once = waybar
exec-once = awww-daemon & awww img -o eDP-1 ~/Wallpapers/pictures/01.jpg
exec-once = ~/.config/hypr/scripts/set-workspace-wallpaper.sh
exec-once = ~/.config/hypr/scripts/workspace-listener.sh
exec-once = nextcloud
+16 -3
View File
@@ -252,9 +252,22 @@ window#waybar {
padding: 0 10px;
}
#pulseaudio-slider.widget {
margin: 0 50px;
padding: 0 100px; /* optional: inner spacing */
#pulseaudio-slider slider {
min-height: 0px;
min-width: 0px;
opacity: 0;
box-shadow: none;
}
#pulseaudio-slider trough {
/*min-height: 80px; */
min-width: 80px;
border-radius: 5px;
background: black;
}
#pulseaudio-slider highlight {
min-width: 10px;
border-radius: 30px;
background: green;
}
/* --------------------------------------------------------- */