refactor: border sizes reduced, background opacity reduced;
refactor: animations changed
This commit is contained in:
@@ -30,8 +30,7 @@ $privateBrowser = env GTK_THEME=Adwaita:light zen-browser --private-window
|
||||
# Le essential hyprland crap
|
||||
exec-once = hyprpaper
|
||||
exec-once = waybar & hypridle & hyprsunset &
|
||||
exec-once = mullvad-vpn &
|
||||
exec-once = galaxybudsclient /StartMinimized &
|
||||
exec-once = mullvad-vpn
|
||||
exec-once = swaync
|
||||
exec-once = ~/.config/hypr/scripts/random_wallpaper.sh
|
||||
exec-once = ~/.config/hypr/scripts/autofreezer.sh
|
||||
@@ -39,7 +38,7 @@ exec-once = ~/.config/bspwm/checkupdates.sh
|
||||
exec-once = libinput-gestures
|
||||
exec-once = copyq --start-server
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
exec-once = thunar --daemon &
|
||||
exec-once = thunar --daemon
|
||||
exec-once = touch /tmp/toggle_ssocks
|
||||
exec-once = ~/.config/bspwm/proxy.sh &
|
||||
exec-once = ~/.config/bspwm/checkupdates.sh
|
||||
@@ -88,7 +87,7 @@ general {
|
||||
gaps_in = 12.5
|
||||
gaps_out = 20
|
||||
|
||||
border_size = 3
|
||||
border_size = 1
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||
col.active_border = rgba(E96375ff) rgba(9E2238ff) 45deg
|
||||
@@ -115,6 +114,8 @@ decoration {
|
||||
rounding = 10
|
||||
rounding_power = 2
|
||||
|
||||
dim_around = 1
|
||||
|
||||
# Change transparency of focused and unfocused windows
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
@@ -173,7 +174,7 @@ animations {
|
||||
animation = global, 1, 10, default
|
||||
animation = border, 1, 5.39, easeOutQuint
|
||||
animation = windows, 1, 4.79, easeOutQuint
|
||||
animation = windowsIn, 1, 5, easeOutQuint, slide
|
||||
animation = windowsIn, 1, 5, easeOutQuint, popin 0%
|
||||
animation = windowsOut, 1, 5, linear, popin 0%
|
||||
animation = fadeIn, 1, 1.73, almostLinear
|
||||
animation = fadeOut, 1, 1.46, almostLinear
|
||||
@@ -259,7 +260,12 @@ input {
|
||||
|
||||
follow_mouse = 0 # 2
|
||||
float_switch_override_focus = 0
|
||||
sensitivity = 0.2 # -1.0 - 1.0, 0 means no modification.
|
||||
|
||||
# touchpad / canyon
|
||||
# sensitivity = 0.2 # -1.0 - 1.0, 0 means no modification.
|
||||
|
||||
# ardor
|
||||
sensitivity = 0.025 # -1.0 - 1.0, 0 means no modification.
|
||||
|
||||
touchpad {
|
||||
natural_scroll = true
|
||||
@@ -299,7 +305,7 @@ bind = $mainMod, Q, exec, $browser
|
||||
bind = $mainMod SHIFT, Q, exec, $privateBrowser
|
||||
bind = $mainMod, Backslash, exec, $fastTerminal
|
||||
bind = $mainMod, Space, exec, $menu
|
||||
bind = $mainMod, N, exec, swaync-client -t -sw
|
||||
bind = $mainMod, N, exec, swaync-client -t -sw || notify-send "Error SwayNC is down"
|
||||
|
||||
# Open floating terminal
|
||||
bind = $mainMod SHIFT, Return, exec, [float; size 800 600; move center] $fastTerminal --class kitty-float
|
||||
@@ -335,8 +341,12 @@ bind = $mainMod SHIFT, S, centerwindow,
|
||||
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, D, togglesplit, # dwindle
|
||||
|
||||
# Screenshots
|
||||
bind = $mainMod SHIFT, Print, exec, grimblast --freeze copysave area ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg && play ~/Templates/Sounds/photo.mp3
|
||||
bind = $mainMod, Print, exec, play ~/Templates/Sounds/photo.mp3 & grimblast --freeze copysave output ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg
|
||||
bind = $mainMod SHIFT, XF86AudioNext, exec, grimblast --freeze copysave area ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg && play ~/Templates/Sounds/photo.mp3
|
||||
bind = $mainMod, XF86AudioNext, exec, play ~/Templates/Sounds/photo.mp3 & grimblast --freeze copysave output ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, h, movefocus, l
|
||||
@@ -514,6 +524,8 @@ windowrule = bordercolor rgba(ffff00ff) rgba(ffff0055),tag:voicechatuz
|
||||
# Zen - focus searchbar
|
||||
bindrn = CTRL, Space, sendshortcut, , F6, class:^(zen)$
|
||||
|
||||
bind = , XF86PowerOff, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 35% & ristretto -f ~/Templates/Images/theorist.jpg & play ~/Templates/Sounds/scream.mp3
|
||||
|
||||
# Disable binds temporarily
|
||||
bind = $mainMod, Escape, submap, clean
|
||||
submap = clean
|
||||
@@ -571,7 +583,7 @@ windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned
|
||||
# Animation for rofi
|
||||
layerrule = ignorezero, rofi
|
||||
layerrule = blur, rofi
|
||||
layerrule = animation slide left, rofi
|
||||
layerrule = animation slide bottom, rofi
|
||||
|
||||
# Animation fpr swaync
|
||||
layerrule = blur, swaync-control-center
|
||||
@@ -602,7 +614,7 @@ plugin {
|
||||
hyprfocus {
|
||||
animation = hyprfocusIn, 1, 3, quick
|
||||
animation = hyprfocusOut, 1, 3, quick
|
||||
fade_opacity = 0.95
|
||||
fade_opacity = 0.94
|
||||
mode = flash
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user