Skip to content

Commit

Permalink
Adjusted as I have a small plan :)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaKooLit committed Sep 7, 2024
1 parent 9fefbe7 commit 1ad0d7a
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 51 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,5 @@ chmod +x upgrade.sh


## 🫰 Thank you for the stars 🩷

<a href="https://star-history.com/#JaKooLit/Hyprland-Dots&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=JaKooLit/Hyprland-Dots&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=JaKooLit/Hyprland-Dots&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=JaKooLit/Hyprland-Dots&type=Date" />
</picture>
</a>

## 🥰🥰 💖💖 👍👍👍
[![Stargazers over time](https://starchart.cc/JaKooLit/Hyprland-Dots.svg?variant=adaptive)](https://starchart.cc/JaKooLit/Hyprland-Dots)
11 changes: 5 additions & 6 deletions config/hypr/UserConfigs/UserSettings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ misc {
enable_swallow = true
swallow_regex = ^(kitty)$
focus_on_activate = false
#no_direct_scanout = true #for fullscreen games - deprecated
initial_workspace_tracking = 0
middle_click_paste = false
}
Expand All @@ -120,11 +119,11 @@ xwayland {
}

# render section for Hyprland >= v0.42.0
render {
explicit_sync = 2
explicit_sync_kms = 2
direct_scanout = false
}
#render {
# explicit_sync = 2
# explicit_sync_kms = 2
# direct_scanout = false
#}

cursor {
no_hardware_cursors = false
Expand Down
28 changes: 14 additions & 14 deletions config/hypr/UserScripts/WallpaperEffects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration
# Define ImageMagick effects
declare -A effects=(
["No Effects"]="no-effects"
["Black & White"]="magick $current_wallpaper -colorspace gray -sigmoidal-contrast 10,40% $wallpaper_output"
["Blurred"]="magick $current_wallpaper -blur 0x10 $wallpaper_output"
["Charcoal"]="magick $current_wallpaper -charcoal 0x5 $wallpaper_output"
["Edge Detect"]="magick $current_wallpaper -edge 1 $wallpaper_output"
["Emboss"]="magick $current_wallpaper -emboss 0x5 $wallpaper_output"
["Negate"]="magick $current_wallpaper -negate $wallpaper_output"
["Oil Paint"]="magick $current_wallpaper -paint 4 $wallpaper_output"
["Posterize"]="magick $current_wallpaper -posterize 4 $wallpaper_output"
["Polaroid"]="magick $current_wallpaper -polaroid 0 $wallpaper_output"
["Sepia Tone"]="magick $current_wallpaper -sepia-tone 65% $wallpaper_output"
["Solarize"]="magick $current_wallpaper -solarize 80% $wallpaper_output"
["Sharpen"]="magick $current_wallpaper -sharpen 0x5 $wallpaper_output"
["Vignette"]="magick $current_wallpaper -vignette 0x5 $wallpaper_output"
["Zoomed"]="magick $current_wallpaper -gravity Center -extent 1:1 $wallpaper_output"
["Black & White"]="convert $current_wallpaper -colorspace gray -sigmoidal-contrast 10,40% $wallpaper_output"
["Blurred"]="convert $current_wallpaper -blur 0x10 $wallpaper_output"
["Charcoal"]="convert $current_wallpaper -charcoal 0x5 $wallpaper_output"
["Edge Detect"]="convert $current_wallpaper -edge 1 $wallpaper_output"
["Emboss"]="convert $current_wallpaper -emboss 0x5 $wallpaper_output"
["Negate"]="convert $current_wallpaper -negate $wallpaper_output"
["Oil Paint"]="convert $current_wallpaper -paint 4 $wallpaper_output"
["Posterize"]="convert $current_wallpaper -posterize 4 $wallpaper_output"
["Polaroid"]="convert $current_wallpaper -polaroid 0 $wallpaper_output"
["Sepia Tone"]="convert $current_wallpaper -sepia-tone 65% $wallpaper_output"
["Solarize"]="convert $current_wallpaper -solarize 80% $wallpaper_output"
["Sharpen"]="convert $current_wallpaper -sharpen 0x5 $wallpaper_output"
["Vignette"]="convert $current_wallpaper -vignette 0x5 $wallpaper_output"
["Zoomed"]="convert $current_wallpaper -gravity Center -extent 1:1 $wallpaper_output"
)

# Function to apply no effects
Expand Down
6 changes: 3 additions & 3 deletions config/hypr/scripts/GameMode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ if [ "$HYPRGAMEMODE" = 1 ] ; then
hyprctl --batch "\
keyword animations:enabled 0;\
keyword decoration:drop_shadow 0;\
keyword decoration:blur:passes 0;\
keyword decoration:blur:passes 0;\
keyword general:gaps_in 0;\
keyword general:gaps_out 0;\
keyword general:border_size 1;\
keyword decoration:rounding 0"
hyprctl keyword "windowrule opacity 1 override 1 override 1 override, ^(.*)$"

hyprctl keyword "windowrule opacity 1 override 1 override 1 override, ^(.*)$"
swww kill
notify-send -e -u low -i "$notif" "gamemode enabled. All animations off"
exit
Expand Down
File renamed without changes.
Binary file modified config/hypr/wallpaper_effects/.wallpaper_current
Binary file not shown.
Binary file modified config/hypr/wallpaper_effects/.wallpaper_modified
Binary file not shown.
36 changes: 18 additions & 18 deletions config/hypr/wallust/wallust-hyprland.conf
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
$background = rgb(0A0000)
$foreground = rgb(FDEBE2)
$color0 = rgb(0A0000)
$color1 = rgb(654A37)
$color2 = rgb(7B5D49)
$color3 = rgb(906F5C)
$color4 = rgb(A6826F)
$color5 = rgb(BC9582)
$color6 = rgb(BB9582)
$color7 = rgb(F4DACE)
$color8 = rgb(AB9990)
$color9 = rgb(876349)
$color10 = rgb(A37C62)
$color11 = rgb(C0947B)
$color12 = rgb(DDAD94)
$color13 = rgb(FAC6AD)
$color14 = rgb(FAC6AD)
$color15 = rgb(F4DACE)
$background = rgb(050507)
$foreground = rgb(EAF2FA)
$color0 = rgb(050507)
$color1 = rgb(824616)
$color2 = rgb(7F481E)
$color3 = rgb(6A5C56)
$color4 = rgb(5D6879)
$color5 = rgb(586D87)
$color6 = rgb(92A4B4)
$color7 = rgb(D8E4EF)
$color8 = rgb(97A0A7)
$color9 = rgb(AD5D1E)
$color10 = rgb(A96027)
$color11 = rgb(8D7A72)
$color12 = rgb(7C8BA1)
$color13 = rgb(7591B4)
$color14 = rgb(C2DAF0)
$color15 = rgb(D8E4EF)

0 comments on commit 1ad0d7a

Please sign in to comment.