From a7e56fe62635cb1ed0e44f3f36a51e63b151aebf Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 8 Feb 2025 23:35:31 +0900 Subject: minor wallust color fix --- config/wallust/templates/colors-rofi.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/wallust/templates/colors-rofi.rasi b/config/wallust/templates/colors-rofi.rasi index ee15be5a..ef76f736 100644 --- a/config/wallust/templates/colors-rofi.rasi +++ b/config/wallust/templates/colors-rofi.rasi @@ -9,7 +9,7 @@ normal-foreground: {{foreground}}; urgent-background: {{color13}}; urgent-foreground: {{foreground}}; -alternate-active-background: {{color11}}; +alternate-active-background: {{color12}}; alternate-active-foreground: {{foreground}}; alternate-normal-background: {{background}}; alternate-normal-foreground: {{foreground}}; @@ -20,7 +20,7 @@ selected-active-background: {{color12}}; selected-active-foreground: {{foreground}}; selected-normal-background: {{color11}}; selected-normal-foreground: {{foreground}}; -selected-urgent-background: {{color13}}; +selected-urgent-background: {{color14}}; selected-urgent-foreground: {{foreground}}; background-color: {{background}}; -- cgit v1.2.3 From 3e4c22e50130f41b00668b10b25ced21fd0869d0 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 9 Feb 2025 01:24:37 +0900 Subject: minor update wallust template rofi --- config/wallust/templates/colors-rofi.rasi | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/config/wallust/templates/colors-rofi.rasi b/config/wallust/templates/colors-rofi.rasi index ef76f736..dbb36597 100644 --- a/config/wallust/templates/colors-rofi.rasi +++ b/config/wallust/templates/colors-rofi.rasi @@ -9,23 +9,22 @@ normal-foreground: {{foreground}}; urgent-background: {{color13}}; urgent-foreground: {{foreground}}; -alternate-active-background: {{color12}}; +alternate-active-background: {{color11}}; alternate-active-foreground: {{foreground}}; alternate-normal-background: {{background}}; alternate-normal-foreground: {{foreground}}; alternate-urgent-background: {{background}}; alternate-urgent-foreground: {{foreground}}; -selected-active-background: {{color12}}; +selected-active-background: {{color13}}; selected-active-foreground: {{foreground}}; -selected-normal-background: {{color11}}; +selected-normal-background: {{color13}}; selected-normal-foreground: {{foreground}}; -selected-urgent-background: {{color14}}; +selected-urgent-background: {{color12}}; selected-urgent-foreground: {{foreground}}; background-color: {{background}}; background: rgba(0,0,0,0.7); -foreground: {{color15}}; -border-color: {{color11}}; -} - +foreground: {{foreground}}; +border-color: {{color12}}; +} \ No newline at end of file -- cgit v1.2.3 From 57461d4b572f0b2f68f2705f0e53a96543701c66 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 9 Feb 2025 01:39:12 +0900 Subject: added more colors to wallust for rofi --- config/wallust/templates/colors-rofi.rasi | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/config/wallust/templates/colors-rofi.rasi b/config/wallust/templates/colors-rofi.rasi index dbb36597..68bc8b6b 100644 --- a/config/wallust/templates/colors-rofi.rasi +++ b/config/wallust/templates/colors-rofi.rasi @@ -27,4 +27,24 @@ background-color: {{background}}; background: rgba(0,0,0,0.7); foreground: {{foreground}}; border-color: {{color12}}; -} \ No newline at end of file + +color0: {{color0}}; +color1: {{color1}}; +color2: {{color2}}; +color3: {{color3}}; +color4: {{color4}}; +color5: {{color5}}; +color6: {{color6}}; +color7: {{color7}}; +color8: {{color8}}; +color9: {{color9}}; +color10: {{color10}}; +color11: {{color11}}; +color12: {{color12}}; +color13: {{color13}}; +color14: {{color14}}; +color15: {{color15}}; + + +} + -- cgit v1.2.3 From f0c648818307cc229826727e48f7cbbd4c8a280e Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 9 Feb 2025 21:57:23 +0900 Subject: updated gamemode.sh to adjust for newer hyprland. Debian and Ubuntu versions dont need this update --- config/hypr/scripts/GameMode.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/scripts/GameMode.sh b/config/hypr/scripts/GameMode.sh index a5915cfb..04b337ed 100755 --- a/config/hypr/scripts/GameMode.sh +++ b/config/hypr/scripts/GameMode.sh @@ -10,8 +10,8 @@ HYPRGAMEMODE=$(hyprctl getoption animations:enabled | awk 'NR==1{print $2}') if [ "$HYPRGAMEMODE" = 1 ] ; then hyprctl --batch "\ keyword animations:enabled 0;\ - keyword decoration:drop_shadow 0;\ - keyword decoration:blur:passes 0;\ + keyword decoration:shadow:enabled 0;\ + keyword decoration:blur:enabled 0;\ keyword general:gaps_in 0;\ keyword general:gaps_out 0;\ keyword general:border_size 1;\ -- cgit v1.2.3