Regenerated
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
exec-once = dbus-update-activation-environment --systemd --all
|
||||
exec-once = hypridleconfig/hypr/exec-once
|
||||
exec-once = hyprpolkitagent
|
||||
exec-once = systemd-run --user --scope --unit=elephant elephant
|
||||
exec-once = waybar
|
||||
exec-once = awww-daemon & awww img -o eDP-1 ~/Wallpapers/pictures/01.jpg
|
||||
exec-once = awww-daemon
|
||||
exec-once = awww img ~/Wallpapers/pictures/01.jpg
|
||||
exec-once = ~/.config/hypr/scripts/set-workspace-wallpaper.sh
|
||||
exec-once = ~/.config/hypr/scripts/workspace-listener.sh
|
||||
exec-once = nextcloud
|
||||
exec-once = /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
||||
exec-once = nextcloud --background
|
||||
|
||||
@@ -252,19 +252,23 @@ window#waybar {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
#pulseaudio-slider slider {
|
||||
min-height: 0px;
|
||||
min-width: 0px;
|
||||
/* Hide the actual slider handle */
|
||||
#pulseaudio-slider::slider {
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
opacity: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
#pulseaudio-slider trough {
|
||||
/*min-height: 80px; */
|
||||
|
||||
/* Style the trough (background bar) */
|
||||
#pulseaudio-slider::trough {
|
||||
min-width: 80px;
|
||||
border-radius: 5px;
|
||||
background: black;
|
||||
}
|
||||
#pulseaudio-slider highlight {
|
||||
|
||||
/* Style the highlight (filled portion) */
|
||||
#pulseaudio-slider::highlight.top {
|
||||
min-width: 10px;
|
||||
border-radius: 30px;
|
||||
background: green;
|
||||
|
||||
Reference in New Issue
Block a user