diff --git a/hyprland/.config/hypr/conf/autostart.conf b/hyprland/.config/hypr/conf/autostart.conf index 209c132..8724d7b 100644 --- a/hyprland/.config/hypr/conf/autostart.conf +++ b/hyprland/.config/hypr/conf/autostart.conf @@ -15,7 +15,7 @@ exec-once = swaybg -i ~/Wallpapers/macos.png # exec-once = swww init; swww kill; swww init # idk why tbh # Status bar -exec-once = $scr_path/waybar-launch.sh +exec-once = sleep 1 $scr_path/waybar-launch.sh # exec-once = eww daemon && eww open bar # exec-once = swayidle -w timeout 300 'gtklock' before-sleep 'gtklock' & diff --git a/hyprland/.config/hypr/conf/windowrules/default.conf b/hyprland/.config/hypr/conf/windowrules/default.conf index 56909f1..70739a2 100644 --- a/hyprland/.config/hypr/conf/windowrules/default.conf +++ b/hyprland/.config/hypr/conf/windowrules/default.conf @@ -1,9 +1,11 @@ # ----------------------------------------------------- # Window rules # ----------------------------------------------------- +windowrulev2 = bordercolor rgb(FF0000) rgb(880808) 15deg,fullscreen:1 windowrulev2= float,class:^(org.telegram.desktop|telegramdesktop)$,title:^(Media viewer)$ windowrulev2= animation popin,class:^(org.telegram.desktop|telegramdesktop)$ + windowrulev2 = float,class:^(pavucontrol|wlogout|dunst|Dunst|org.kde.polkit-kde-authentication-agent-1)$ windowrulev2 = animation popin,class:^(alacritty|Alacritty|pavucontrol|org.kde.polkit-kde-authentication-agent-1)$ -windowrulev2 = bordercolor rgb(FF0000) rgb(880808) 15deg,fullscreen:1 \ No newline at end of file + diff --git a/hyprland/.config/waybar/river/style.css b/hyprland/.config/waybar/river/style.css index 6950982..cdd4630 100644 --- a/hyprland/.config/waybar/river/style.css +++ b/hyprland/.config/waybar/river/style.css @@ -10,9 +10,6 @@ window#waybar { background-color: transparent; - - transition-property: background-color; - transition-duration: 1s; } window#waybar.hidden {