✨ ags: add ask popup, make notifications work(finally :3) and more improvements
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
###############
|
||||
|
||||
# Services/Daemons
|
||||
exec-once = systemctl enable --user --now hyprpolkitagent
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once = systemctl enable --user --now hypridle
|
||||
exec-once = systemctl enable --user --now gnome-keyring-daemon
|
||||
exec-once = wl-paste --type text --watch cliphist store
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@ $mainMod = SUPER # The master key
|
||||
$media = amberol # Media App
|
||||
$terminal = kitty # Terminal Emulator
|
||||
$fm = nautilus # File Manager
|
||||
$menu = anyrun # App Runner
|
||||
$menu = astal runner || anyrun # App Runner
|
||||
$dmenu = anyrun --plugins libstdin.so # dmenu app
|
||||
|
||||
$lockscreen = hyprlock
|
||||
@@ -24,7 +24,7 @@ $screenshotSelect = hyprshot -m region -o $screenshotDir
|
||||
|
||||
bind = $mainMod, K, exec, $terminal
|
||||
bind = $mainMod, Q, killactive
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, E, exec, $fm
|
||||
bind = $mainMod, F, togglefloating
|
||||
bind = $mainMod, SPACE, exec, $menu
|
||||
bind = $mainMod, P, pseudo,
|
||||
|
||||
+13
-10
@@ -35,19 +35,22 @@ windowrulev2 = movetoworkspace e, class:org.pulseaudio.pavucontrol
|
||||
windowrulev2 = animation slide right, class:org.pulseaudio.pavucontrol
|
||||
windowrulev2 = animation slide right, class:blueberry.py
|
||||
windowrulev2 = animation slide right, class:io.github.kaii_lb.Overskride
|
||||
layerrule = animation slide right, swaync-control-center
|
||||
layerrule = animation slide, swaync-control-center
|
||||
layerrule = animation fade, selection
|
||||
layerrule = animation fade, waybar
|
||||
layerrule = animation fade, hyprpaper
|
||||
layerrule = animation slide right, swaync-notification-window
|
||||
layerrule = animation fade, hyprpicker
|
||||
layerrule = animation fade, anyrun
|
||||
layerrule = animation slide right, eww-cc
|
||||
layerrule = animation fade, eww-calendar
|
||||
layerrule = animation fade, eww-volume
|
||||
layerrule = animation fade, eww-powermenu
|
||||
layerrule = animation fade, ^(eww-(.*))$
|
||||
layerrule = animation slide, eww-cc
|
||||
layerrule = animation fade, control-center
|
||||
layerrule = animation fade, center-window # Bruh i need a better name for this :skull:
|
||||
layerrule = animation fade, logout-menu
|
||||
layerrule = animation fade, wallpaper
|
||||
layerrule = animation fade, apps-window
|
||||
layerrule = animation fade, runner
|
||||
layerrule = animation fade, ask-popup
|
||||
|
||||
# Opacity
|
||||
windowrulev2 = opacity .95 .95, class:kitty
|
||||
@@ -58,10 +61,6 @@ windowrulev2 = opacity .88 .88, class:hyprpolkitagent
|
||||
windowrulev2 = noblur, class:^()$, title:^()$ # Removes blur from context menus
|
||||
windowrulev2 = noblur, class:steam(.*)$
|
||||
|
||||
# Window Blur list
|
||||
blurls = logout_dialog
|
||||
blurls = kitty
|
||||
|
||||
# Layer Blur list
|
||||
layerrule = blur, waybar
|
||||
layerrule = blur, eww-bar
|
||||
@@ -73,13 +72,17 @@ layerrule = blur, top-bar
|
||||
layerrule = blur, osd
|
||||
layerrule = blur, control-center
|
||||
layerrule = blur, center-window
|
||||
#layerrule = blur, logout-menu
|
||||
layerrule = blur, logout-menu
|
||||
layerrule = blur, runner
|
||||
layerrule = blur, ask-popup
|
||||
layerrule = ignorealpha .7, runner
|
||||
layerrule = ignorealpha .6, eww-volume
|
||||
layerrule = ignorealpha .55, eww-bar
|
||||
layerrule = ignorealpha .5, eww-calendar
|
||||
layerrule = ignorealpha .7, eww-cc
|
||||
layerrule = ignorealpha .4, osd
|
||||
layerrule = ignorealpha .55, top-bar
|
||||
layerrule = ignorealpha .6, ask-popup
|
||||
layerrule = ignorealpha .7, control-center
|
||||
layerrule = ignorealpha .7, center-window
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
# Made by retrozinndev (João Dias)
|
||||
# From https://github.com/retrozinndev/Hyprland-Dots
|
||||
|
||||
style="darken" # lighten / darken
|
||||
style="lighten" # lighten / darken
|
||||
dmenu=$(sh "$XDG_CONFIG_HOME/hypr/scripts/get-dmenu.sh")
|
||||
|
||||
if [[ -z "$WALLPAPERS_DIR" ]]; then
|
||||
@@ -46,7 +46,7 @@ function Reload_wallpaper() {
|
||||
|
||||
function Reload_pywal() {
|
||||
echo "[LOG] Reloading pywal colorscheme"
|
||||
wal -q -t --cols16 $style -i "$wall"
|
||||
wal -t --cols16 $style -i "$wall"
|
||||
}
|
||||
|
||||
# Prompt wallpaper list
|
||||
@@ -55,8 +55,7 @@ wall="$WALLPAPERS_DIR/$(ls $WALLPAPERS_DIR | $dmenu)"
|
||||
# Check if input wallpaper is empty
|
||||
if [[ $wall == "$WALLPAPERS_DIR/" ]]; then
|
||||
echo "No wallpaper has been selected by user!"
|
||||
if [[ $RANDOM_WALLPAPER_WHEN_EMPTY == true ]]
|
||||
then
|
||||
if [[ $RANDOM_WALLPAPER_WHEN_EMPTY == true ]]; then
|
||||
wall="$WALLPAPERS_DIR/$(ls $WALLPAPERS_DIR | shuf -n 1)"
|
||||
echo "Selected random from $WALLPAPERS_DIR: $wall"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user