Regenerated
This commit is contained in:
+313
-299
File diff suppressed because it is too large
Load Diff
+17
-3
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user