switched to hyprpanel as main bar, waybar still in config for backup
This commit is contained in:
@@ -11,6 +11,7 @@ windowrulev2 = opaque, class:^(resolve)$
|
||||
|
||||
# Floaty Windows
|
||||
windowrulev2 = float,title:^(About Mozilla Firefox)$
|
||||
windowrulev2 = float,class:^(xdg-desktop-portal-gtk)$
|
||||
windowrulev2 = float,class:^(firefox)$,title:^(Picture-in-Picture)$
|
||||
windowrulev2 = float,class:^(firefox)$,title:^(Library)$
|
||||
windowrulev2 = float,class:^(nwg-look)$
|
||||
@@ -22,11 +23,17 @@ windowrulev2 = float,class:^(nm-connection-editor)$
|
||||
windowrulev2 = float,class:^(org.kde.polkit-kde-authentication-agent-1)$
|
||||
windowrulev2 = float,class:^(yad)$ # Protontricks-Gtk
|
||||
|
||||
|
||||
# Specific Animations and Styling
|
||||
windowrulev2 = size 800 500,class:^(xdg-desktop-portal-gtk)$
|
||||
windowrulev2 = animation popin,class:^(xdg-desktop-portal-gtk)$
|
||||
|
||||
# Layer rules
|
||||
layerrule = blur,notifications
|
||||
layerrule = ignorezero,notifications
|
||||
layerrule = blur,swaync-notification-window
|
||||
layerrule = ignorezero,swaync-notification-window
|
||||
layerrule = blur,swaync-notification-window
|
||||
layerrule = blur,swaync-control-center
|
||||
layerrule = ignorezero,swaync-control-center
|
||||
layerrule = blur,logout_dialog
|
||||
|
||||
@@ -3,7 +3,7 @@ exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CUR
|
||||
exec-once = dbus-update-activation-environment --systemd --all # for XDPH
|
||||
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # for XDPH
|
||||
exec-once = $scrPath/polkitkdeauth.sh # authentication dialogue for GUI apps
|
||||
exec-once = waybar # launch the system bar
|
||||
exec-once = hyprpanel # launch the system bar
|
||||
exec-once = udiskie --no-automount --smart-tray # front-end that allows to manage removable media
|
||||
exec-once = swaync # start notification demon
|
||||
exec-once = wl-paste --type text --watch cliphist store # clipboard store text data
|
||||
|
||||
@@ -92,15 +92,15 @@ animations {
|
||||
|
||||
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||
|
||||
bezier = my, 0.25, 0.73, 0.68, 1
|
||||
bezier = smooth, .23,.51,.4,.98
|
||||
bezier = my, .34,.77,.74,1.47
|
||||
|
||||
animation = windows, 1, 2, my, slide
|
||||
animation = windowsOut, 1, 2, my, slide
|
||||
animation = border, 1, 3, my
|
||||
animation = border, 1, 2, smooth
|
||||
animation = borderangle, 1, 8, my
|
||||
animation = fade, 1, 1, my
|
||||
animation = fadeIn, 0, 1, my
|
||||
animation = fadeOut, 0, 1, my
|
||||
animation = workspaces, 1, 2, my
|
||||
animation = layersIn, 1, 2, my, popin 90%
|
||||
animation = layersOut, 1, 2, my, slide
|
||||
animation = workspaces, 1, 2, smooth
|
||||
animation = layersIn, 1, 2, smooth, slide top
|
||||
animation = layersOut, 1, 2, smooth, slide
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user