diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 380814b..7799a76 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -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 } diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index 390683a..2410040 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -1,4 +1,4 @@ -wallpaper = eDP-1,/home/greg/Pictures/Wallpapers/ryabina.jpg -wallpaper = HDMI-A-1,/home/greg/Pictures/Wallpapers/ryabina.jpg +wallpaper = eDP-1,/home/greg/Pictures/Wallpapers/oneshot_boat_centered.png +wallpaper = HDMI-A-1,/home/greg/Pictures/Wallpapers/oneshot_boat_centered.png ipc = on diff --git a/kitty/colors.conf b/kitty/colors.conf index 6f0745c..0913c11 100644 --- a/kitty/colors.conf +++ b/kitty/colors.conf @@ -1,6 +1,6 @@ # Kolyan color theme made by Nikolai (WeirdCat) -color0 #444551 +color0 #545561 color1 #9E2238 color2 #BB6F80 color3 #DA97B0 diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 093f467..66c3b44 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -959,7 +959,7 @@ hide_window_decorations yes #: Using zero as the percentage disables scaling in that dimension. A #: single zero (the default) disables all scaling of the window logo. -# resize_debounce_time 0.1 0.5 +resize_debounce_time 0.1 #: The time to wait (in seconds) before asking the program running in #: kitty to resize and redraw the screen during a live resize of the @@ -1178,7 +1178,7 @@ hide_window_decorations yes #: The foreground and background colors. -background_opacity 0.85 +background_opacity 0.80 #: The opacity of the background. A number between zero and one, where #: one is opaque and zero is fully transparent. This will only work if diff --git a/rofi-wayland/launchers/type-6/style-7.rasi b/rofi-wayland/launchers/type-6/style-7.rasi index 5613f1a..5b63fa8 100644 --- a/rofi-wayland/launchers/type-6/style-7.rasi +++ b/rofi-wayland/launchers/type-6/style-7.rasi @@ -23,12 +23,12 @@ configuration { /*****----- Global Properties -----*****/ * { font: "JetBrains Mono Nerd Font 10"; - background: #1c1c1cd0; + background: #1c1c1cc0; background-alt: #303030ff; button-shape-top: #505050ff; button-shape-bottom: #303030ff; background-button: #2e2d31ff; - background-input: #1c1c1cff; + background-input: #1c1c1cc0; border: #48535Ccf; foreground: #FFe8EE; selected: #9E2238dd; @@ -50,7 +50,7 @@ window { y-offset: 0px; border-radius: 15px; - border: 3px; + border: 1px; border-color: @border; /* properties for all widgets */ diff --git a/swaync/style.css b/swaync/style.css index 53f58f7..c6f4109 100644 --- a/swaync/style.css +++ b/swaync/style.css @@ -1,5 +1,5 @@ :root { - --cc-bg: #1c1c1cca; + --cc-bg: #1c1c1cba; --noti-border-color: rgba(90, 104, 115, 0.8); --noti-bg: #1c1c1cca; --noti-bg-alt:#1c1c1cca; @@ -307,7 +307,7 @@ button:hover { background: var(--cc-bg); color: var(--text-color); border-radius: 10px 0 0 10px; - border: 3px solid var(--noti-border-color); + border:1px solid var(--noti-border-color); border-right: none; } diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 66c931d..7442a67 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -178,6 +178,7 @@ "format-icons": ["", "", "", "", "", "", "", "", ""] }, "battery": { + "full-at": 98, "states": { "good": 85, "warning": 30, @@ -185,7 +186,7 @@ }, "format": "{icon} {capacity}%", "format-full": "{icon} {capacity}%", - "format-charging": "{icon}󱐋 {capacity}%", + "format-charging": "{icon}󱐋{capacity}%", "format-plugged": "{icon} {capacity}%", "format-alt": "{time} {icon}", // "format-good": "", // An empty format will hide the module diff --git a/waybar/style.css b/waybar/style.css index 6be407a..e892158 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,7 +1,7 @@ /* GTK Color Definitions */ @define-color bg-primary rgba(23, 28, 39, 0.8); @define-color bg-secondary rgba(23, 28, 39, 0.7); -@define-color border-color rgba(90, 104, 115, 0.8); +@define-color border-color rgba(90, 104, 115, 1); @define-color text-primary #ffffff; @define-color text-secondary #888888; @define-color accent-color #E96375; @@ -40,7 +40,7 @@ window#waybar.chromium { /* Common module styling */ #mpd { background: linear-gradient(to bottom, @bg-primary, @bg-secondary); - border: 3px solid @border-color; + border: 1px solid @border-color; border-top: none; padding: 0 10px; } @@ -74,7 +74,7 @@ window#waybar.chromium { /* Workspaces */ #workspaces { background: linear-gradient(to bottom, @bg-primary, @bg-secondary); - border: 3px solid @border-color; + border: 1px solid @border-color; border-top: none; border-left: none; border-radius: 0 0 10px 0; @@ -114,21 +114,21 @@ window#waybar.chromium { #cpu { margin-left: 20px; - border: 3px solid @border-color; + border: 1px solid @border-color; border-top: none; border-right: none; border-radius: 0 0 0 10px; } #memory { - border: 3px solid @border-color; + border: 1px solid @border-color; border-left: none; border-top: none; border-right: none; } #memory.swap { - border: 3px solid @border-color; + border: 1px solid @border-color; border-left: none; border-top: none; border-radius: 0 0 10px 0; @@ -136,7 +136,7 @@ window#waybar.chromium { #custom-goal { background: linear-gradient(to bottom, @bg-primary, @bg-secondary); - border: 3px solid @border-color; + border: 1px solid @border-color; border-top: none; border-radius: 0 0 10px 10px; padding: 0 10px; @@ -155,7 +155,7 @@ window#waybar.chromium { #network, #pulseaudio, #wireplumber, #custom-media, #tray, #mode, #idle_inhibitor, #scratchpad { background: linear-gradient(to bottom, @bg-primary, @bg-secondary); - border: 3px solid @border-color; + border: 1px solid @border-color; border-top: none; border-left: none; border-right: none; @@ -165,7 +165,7 @@ window#waybar.chromium { } #pulseaudio { - border-left: 3px solid @border-color; + border-left: 1px solid @border-color; border-radius: 0 0 0 10px; margin-left: 20px; } @@ -176,7 +176,6 @@ window#waybar.chromium { #wireplumber:hover, #custom-media:hover, #mode:hover, #idle_inhibitor:hover, #scratchpad:hover, #power-profiles-daemon:hover { color: @accent-color; - background: rgba(0, 0, 0, 0.2); transition: color 0.5s ease-out, border-bottom 0.5s ease-out, background 0.5s ease-out; }