From 1275fd963bf8cd27d5f4df42363b1e4a2c3f055c Mon Sep 17 00:00:00 2001 From: bh Date: Mon, 20 Apr 2026 21:02:23 +0800 Subject: hyprland: change wallpaper from png to jxl --- hypr/.config/hypr/hyprland.conf | 116 +++++++++++++++++++-------------------- hypr/.config/hypr/hyprpaper.conf | 12 ++-- 2 files changed, 64 insertions(+), 64 deletions(-) (limited to 'hypr/.config') diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 400404c..a4108a7 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -61,8 +61,8 @@ env = QT_AUTO_SCREEN_SCALE_FACTOR,1 # ║ ⌨ DEVICE ║ # ╚════════════════════════════════════════╝ device { - name = at-translated-set-2-keyboard - enabled = false + name = at-translated-set-2-keyboard + enabled = false } @@ -77,72 +77,72 @@ $lightercyan = rgb(19e0e0) $red = rgb(e55235) general { - gaps_in = 3 - gaps_out = 3 + gaps_in = 3 + gaps_out = 3 - border_size = 1 + border_size = 1 - col.active_border = $lightercyan - col.inactive_border = $darkcyan + col.active_border = $lightercyan + col.inactive_border = $darkcyan - resize_on_border = false - allow_tearing = false - layout = scrolling + resize_on_border = false + allow_tearing = false + layout = scrolling } dwindle { preserve_split = true force_split = 2 - pseudotile = true - preserve_split = true + pseudotile = true + preserve_split = true } decoration { - rounding = 0 - - active_opacity = 1.0 - inactive_opacity = 1.0 - - shadow { - enabled = true - range = 4 - render_power = 3 - color = rgba(1a1a1aee) - } - - blur { - enabled = true - size = 0 - passes = 5 - - ignore_opacity = false - new_optimizations = true - xray = false - vibrancy = 0.1696 - } + rounding = 0 + + active_opacity = 1.0 + inactive_opacity = 1.0 + + shadow { + enabled = true + range = 4 + render_power = 3 + color = rgba(1a1a1aee) + } + + blur { + enabled = true + size = 0 + passes = 5 + + ignore_opacity = false + new_optimizations = true + xray = false + vibrancy = 0.1696 + } } animations { - enabled = true + enabled = true - bezier = myBezier, 0.05, 0.9, 0.1, 1.05 + bezier = myBezier, 0.05, 0.9, 0.1, 1.05 - animation = windows, 1, 7, myBezier - animation = windowsOut, 1, 7, default, popin 80% - animation = border, 1, 10, default - animation = borderangle, 1, 8, default - animation = fade, 1, 7, default - animation = workspaces, 1, 4, default, slidefade + animation = windows, 1, 7, myBezier + animation = windowsOut, 1, 7, default, popin 80% + animation = border, 1, 10, default + animation = borderangle, 1, 8, default + animation = fade, 1, 7, default + animation = workspaces, 1, 4, default, slidefade } master { - new_status = master + new_status = master } misc { - force_default_wallpaper = 0 - disable_hyprland_logo = true - focus_on_activate = true + force_default_wallpaper = 0 + disable_hyprland_logo = true + focus_on_activate = true } @@ -152,30 +152,30 @@ misc { input { # kb_layout = us,us,cn,jp,ru - # kb_variant = dvorak,,wubi,,, - # kb_model = - # kb_options = grp:ctrl_shift_toggle - # kb_rules = + # kb_variant = dvorak,,wubi,,, + # kb_model = + # kb_options = grp:ctrl_shift_toggle + # kb_rules = kb_layout = us kb_variant = dvps kb_options = caps:backspace - follow_mouse = 1 + follow_mouse = 1 - sensitivity = 0 + sensitivity = 0 - touchpad { - natural_scroll = false - } + touchpad { + natural_scroll = false + } } gestures { - # workspace_swipe option does not exist in current Hyprland + # workspace_swipe option does not exist in current Hyprland } device { - name = epic-mouse-v1 - sensitivity = -0.5 + name = epic-mouse-v1 + sensitivity = -0.5 } diff --git a/hypr/.config/hypr/hyprpaper.conf b/hypr/.config/hypr/hyprpaper.conf index b0833ad..04f4c6f 100644 --- a/hypr/.config/hypr/hyprpaper.conf +++ b/hypr/.config/hypr/hyprpaper.conf @@ -1,14 +1,14 @@ wallpaper { - monitor = eDP-1 - path = /home/bh/Dotfiles/.assets/Wallpapers/TealNebula.png - fit_mode = cover + monitor = eDP-1 + path = /home/bh/Dotfiles/.assets/Wallpapers/TealNebula.jxl + fit_mode = cover } # optional fallback for any monitor without a specific target wallpaper { - monitor = - path = /home/bh/.config/hypr/media/TealNebula.png - fit_mode = cover + monitor = + path = /home/bh/Dotfiles/.assets/Wallpapers/TealNebula.jxl + fit_mode = cover } splash = false -- cgit v1.2.3