a dark catppuccin mocha rice with glassy windows & soft neons
general { gaps_in = 4 gaps_out = 10 border_size = 2 col.active_border= rgba(89b4facc) rgba(cba6f7cc) 45deg col.inactive_border = rgba(1e1e2eaa) layout = dwindle } decoration { rounding = 10 blur { enabled = true size = 8 passes = 3 new_optimizations = true } drop_shadow = true shadow_range = 20 shadow_color = rgba(1a1a2eee) }
animations { enabled = yes # bezier curves bezier = myBezier, 0.05, 0.9, 0.1, 1.05 bezier = linear, 0.0, 0.0, 1.0, 1.0 bezier = overshot, 0.13, 0.99, 0.29, 1.1 # animations animation = windows, 1, 7, myBezier animation = windowsOut, 1, 7, default, popin 80% animation = border, 1, 10, default animation = borderangle, 1, 8, linear, loop animation = fade, 1, 7, default animation = workspaces, 1, 6, overshot, slide }
* { font-family: "Space Mono", monospace; font-size: 12px; border: none; border-radius: 0; } window#waybar { background: rgba(30,30,46,0.8); backdrop-filter: blur(20px); color: #cdd6f4; border-bottom: 1px solid rgba(137,180,250,0.1); } #workspaces button.active { background: rgba(137,180,250,0.15); color: #89b4fa; box-shadow: inset 0 -3px 0 #89b4fa; }
# fonts font_family JetBrains Mono bold_font auto font_size 13.0 # transparency background_opacity 0.85 background_blur 32 # catppuccin mocha colors foreground #CDD6F4 background #1E1E2E color0 #45475A color1 #F38BA8 color2 #A6E3A1 color3 #F9E2AF color4 #89B4FA color5 #CBA6F7 color6 #94E2D5
* { bg-col: rgba(30, 30, 46, 85%); bg-col-light: rgba(49, 50, 68, 85%); border-col: rgba(137,180,250, 30%); selected-col: #89b4fa; blue: #89b4fa; font: "Space Mono 12"; } element selected { background-color: rgba(137,180,250,0.12); border: 1px solid rgba(137,180,250,0.25); border-radius: 6px; }
dwindle { pseudotile = yes preserve_split = yes smart_split = no } master { new_is_master = true } misc { force_default_wallpaper = 0 disable_hyprland_logo = true vrr = 0 } # window rules windowrulev2 = opacity 0.9 0.85, class:^(kitty)$ windowrulev2 = float, class:^(rofi)$
run the script on a fresh skywareOS install — it handles everything
$ bash <(curl -sL https://raw.githubusercontent.com/SkywareSW/hyprware/main/install.sh)