Compare commits

...

12 Commits

Author SHA1 Message Date
AramJonghu 845d28c6a1 removal of shadows and blur (temporary) 2026-05-04 16:51:29 +02:00
AramJonghu 77479b9043 reduced shadow and changed inactive border 2026-04-29 00:51:26 +02:00
AramJonghu 3cd4504e1c less blur 2026-04-26 14:36:09 +02:00
Aram Markarov 7af1f7b0fc Merge pull request 'no-uwsm-desktop' (#1) from no-uwsm-desktop into master
Reviewed-on: https://git.aramjonghu.nl/AramJonghu/hypr/pulls/1
2026-04-26 00:49:21 +02:00
AramJonghu defaaaed37 ollama rocm env variables 2026-04-09 21:09:08 +02:00
AramJonghu 9ab5e171ac less launch on boot 2026-04-09 00:44:47 +02:00
AramJonghu a144bca41e zshell 2026-04-07 23:42:40 +02:00
AramJonghu 4a431bfe9b zshell 2026-04-06 22:07:09 +02:00
AramJonghu e3986402bd 06/04 2026-04-06 21:13:40 +02:00
AramJonghu f486733186 05/04 2026-04-05 23:39:30 +02:00
AramJonghu de18797bfa blur cuz cool 2026-04-05 14:57:09 +02:00
AramJonghu 7e3cf6797a settings 2026-04-03 23:28:12 +02:00
6 changed files with 27 additions and 126 deletions
+4 -2
View File
@@ -4,7 +4,7 @@ bindm = SUPER,mouse:273,resizewindow
bind = SUPER,RETURN,exec, foot
bind = SUPER,Q,killactive
bind = SUPER,M,exit
bind = SUPER,E,exec, thunar
bind = SUPER,E,exec, dolphin
bind = SUPER,S,togglefloating
bind = SUPER,P,pseudo
bind = SUPER,B,exec, firefox
@@ -57,10 +57,12 @@ bindl = , XF86AudioPlay, exec, playerctl play-pause
bindl = , XF86AudioPrev, exec, playerctl previous
bindl = , XF86AudioNext, exec, playerctl next
bind = , PRINT, exec, hyprshot -m region -z
# bind = , PRINT, exec, hyprshot -m region -z
# zshell
bind = , PRINT, global, zshell:screenshotFreeze
bind = SUPER, R, global, zshell:toggle-launcher
bind = SUPER, A, global, zshell:toggle-nc
bind = SUPER, V, global, zshell:toggle-drawing
bind = SUPER, F1, global, zshell:lock
bind = SUPER, F2, global, zshell:toggle-settings
+3
View File
@@ -27,3 +27,6 @@ env = HYPRSHOT_DIR,$HOME/Pictures/Screenshots
env = RUSTICL_ENABLE,radeonsi
env = AMD_VULKAN_ICD,RADV
env = HSA_OVERRIDE_GFX_VERSION,12.0.1
env = HCC_AMDGPU_TARGET,gfx1201
+2 -5
View File
@@ -1,10 +1,7 @@
exec-once = qs -c /usr/etc/xdg/quickshell/zshell
exec-once = /bin/AyuGram
exec-once = /opt/teams-for-linux/teams-for-linux
exec-once = vesktop
exec-once = steam -silent
exec-once = zshell-cli shell start
exec-once = fcitx5
exec-once = wl-paste --type text --watch cliphist store
exec-once = wl-paste --type image --watch cliphist store
exec-once = nextcloud --background
exec-once = hyprsunset -i
exec-once = nm-applet
+1 -1
View File
@@ -1,7 +1,7 @@
monitor= DP-2, 2560x1440@240, 1728x0, 1, bitdepth, 10, cm, srgb
monitor = DP-3, 3840x2160@60, 0x0, 1.25, bitdepth, 10, transform, 1
#monitor = DP-3, 3840x2160@60, 0x0, 1.25, bitdepth, 10, transform, 1, icc, ~/color_profiles/1440p\ monitor.icm
#monitor = DP-3, 3840x2160@60, 0x0, 1.25, bitdepth, 10, transform, 1, icc, /home/koyomi/.config/colorprofiles/lg4k.icm
render {
cm_auto_hdr = 0
+17 -8
View File
@@ -11,25 +11,25 @@ input {
general {
gaps_in = 2
gaps_out = 4
gaps_out = 2
border_size = 1
col.active_border = $mauve $teal $green $blue $lavender 90deg
col.inactive_border = $crust 90deg
col.active_border = $mauve $teal $green $sapphire $lavender 90deg
col.inactive_border = $surface1 90deg
}
decoration {
rounding = 1
shadow {
enabled = true
range = 15
render_power = 5
enabled = false
range = 6
render_power = 6
color = $base
color_inactive = $mantle
}
blur {
enabled = true
enabled = false
size = 2
passes = 3
passes = 2
new_optimizations = on
ignore_opacity = true
contrast = 1.0
@@ -44,6 +44,14 @@ decoration {
}
layerrule = blur_popups on, match:namespace ZShell-Bar
layerrule = ignore_alpha 0.5, match:namespace ZShell-Bar
layerrule = blur on, match:namespace ZShell-Bar
layerrule = blur_popups on, match:namespace ZShell-Auth
layerrule = ignore_alpha 0.5, match:namespace ZShell-Auth
layerrule = blur on, match:namespace ZShell-Auth
animations {
enabled = 1
bezier = overshot,0.13,0.99,0.29,1.1
@@ -59,6 +67,7 @@ dwindle {
}
ecosystem {
no_donation_nag = true
no_update_news = true
}
-110
View File
@@ -1,110 +0,0 @@
$primary_paletteKeyColor = 6a73ac
$secondary_paletteKeyColor = 72758e
$tertiary_paletteKeyColor = 9b6592
$neutral_paletteKeyColor = 77767b
$neutral_variant_paletteKeyColor = 767680
$background = 131317
$onBackground = e4e1e7
$surface = 131317
$surfaceDim = 131317
$surfaceBright = 39393d
$surfaceContainerLowest = 0e0e12
$surfaceContainerLow = 1b1b1f
$surfaceContainer = 1f1f23
$surfaceContainerHigh = 2a2a2e
$surfaceContainerHighest = 353438
$onSurface = e4e1e7
$surfaceVariant = 46464f
$onSurfaceVariant = c6c5d1
$inverseSurface = e4e1e7
$inverseOnSurface = 303034
$outline = 90909a
$outlineVariant = 46464f
$shadow = 000000
$scrim = 000000
$surfaceTint = bac3ff
$primary = bac3ff
$onPrimary = 232c60
$primaryContainer = 6a73ac
$onPrimaryContainer = ffffff
$inversePrimary = 525b92
$secondary = c3c5e0
$onSecondary = 2c2f44
$secondaryContainer = 42455c
$onSecondaryContainer = b1b3ce
$tertiary = f1b3e5
$onTertiary = 4c1f48
$tertiaryContainer = b77ead
$onTertiaryContainer = 000000
$error = ffb4ab
$onError = 690005
$errorContainer = 93000a
$onErrorContainer = ffdad6
$primaryFixed = dee0ff
$primaryFixedDim = bac3ff
$onPrimaryFixed = 0b154b
$onPrimaryFixedVariant = 3a4378
$secondaryFixed = dfe1fd
$secondaryFixedDim = c3c5e0
$onSecondaryFixed = 171a2e
$onSecondaryFixedVariant = 42455c
$tertiaryFixed = ffd7f4
$tertiaryFixedDim = f1b3e5
$onTertiaryFixed = 340831
$onTertiaryFixedVariant = 66365f
$term0 = 353434
$term1 = a178ff
$term2 = 44def5
$term3 = ffdcf2
$term4 = 94abd7
$term5 = ada0ed
$term6 = 9dceff
$term7 = e8d3de
$term8 = ac9fa9
$term9 = b797ff
$term10 = 89ecff
$term11 = fff0f6
$term12 = b2c2dc
$term13 = c4b6f6
$term14 = bae0ff
$term15 = ffffff
$rosewater = f6eff9
$flamingo = e7def4
$pink = ded8ff
$mauve = b9baff
$red = b9a8ff
$maroon = c4b7ee
$peach = e0c2f9
$yellow = ffecf3
$green = c8e3ff
$teal = d0e0ff
$sky = ccdbff
$sapphire = b1c6ff
$blue = aab9ff
$lavender = c2c9ff
$klink = 6a84d1
$klinkSelection = 6a84d1
$kvisited = 7775dc
$kvisitedSelection = 7775dc
$knegative = 946dff
$knegativeSelection = 946dff
$kneutral = c794ff
$kneutralSelection = c794ff
$kpositive = 5daeff
$kpositiveSelection = 5eaeff
$text = e4e1e7
$subtext1 = c6c5d1
$subtext0 = 90909a
$overlay2 = 7d7d86
$overlay1 = 6a6a72
$overlay0 = 595960
$surface2 = 48484e
$surface1 = 37373d
$surface0 = 25252a
$base = 131317
$mantle = 131317
$crust = 121216
$success = B5CCBA
$onSuccess = 213528
$successContainer = 374B3E
$onSuccessContainer = D1E9D6