aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr')
-rw-r--r--config/hypr/configs/Settings.conf24
-rwxr-xr-xconfig/hypr/scripts/DarkLight.sh2
-rwxr-xr-xconfig/hypr/scripts/LidSwitch.sh9
-rwxr-xr-xconfig/hypr/scripts/Wallpaper.sh44
-rw-r--r--config/hypr/themes/frappe.conf61
-rw-r--r--config/hypr/themes/latte.conf61
-rw-r--r--config/hypr/themes/macchiato.conf61
-rw-r--r--config/hypr/themes/mocha.conf61
8 files changed, 12 insertions, 311 deletions
diff --git a/config/hypr/configs/Settings.conf b/config/hypr/configs/Settings.conf
index 6fb6c98c..fe3ad2a6 100644
--- a/config/hypr/configs/Settings.conf
+++ b/config/hypr/configs/Settings.conf
@@ -1,13 +1,7 @@
## refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables
## JaKooLit Github - https://github.com/JaKooLit
-$themes = $HOME/.config/hypr/themes
-
-# Catpuccin Hyprland Themes
-source = $themes/mocha.conf
-#source = $themes/frappe.conf
-#source = $themes/latte.conf
-#source = $themes/machiato.conf
+source = $HOME/.cache/wal/colors-hyprland
# blurls = waybar
# blurls = rofi
@@ -29,20 +23,20 @@ general {
apply_sens_to_raw=1
gaps_in = 4
gaps_out = 8
- border_size = 1
+ border_size = 2
resize_on_border = true
- col.active_border = $lavender $blue $sapphire $mauve $red $flamingo 45deg
- col.inactive_border = $overlay1
+ col.active_border = $color0 $color2 $color4 $color6 $color8 45deg
+ col.inactive_border = $backgroundCol
layout = master
}
group {
- col.border_active = $maroon
+ col.border_active = $color15
groupbar {
- col.active = $green
+ col.active = $color0
}
}
@@ -57,14 +51,14 @@ decoration {
dim_strength = 0.1
drop_shadow=true
- shadow_range=4
+ shadow_range=6
shadow_render_power = 1
- col.shadow = $mauve
+ col.shadow = $color2
col.shadow_inactive = 0x50000000
blur {
enabled = true
- size = 5
+ size = 4
passes = 1
ignore_opacity = true
new_optimizations = true
diff --git a/config/hypr/scripts/DarkLight.sh b/config/hypr/scripts/DarkLight.sh
index 7cc061f1..53e1c7d5 100755
--- a/config/hypr/scripts/DarkLight.sh
+++ b/config/hypr/scripts/DarkLight.sh
@@ -42,7 +42,7 @@ path_param=$(echo $next_mode | sed 's/.*/\u&/')
notify_user "$next_mode"
#ln -sf "${waybar_config}/style/style-pywal.css" "${waybar_config}/style.css"
-ln -sf "${dunst_config}/styles/dunstrc-${next_mode}" "${dunst_config}/styles/dunstrc"
+ln -sf "${dunst_config}/styles/dunstrc-${next_mode}" "${dunst_config}/dunstrc"
# Symlink for rofi theme
if [ "$next_mode" = "dark" ]; then
diff --git a/config/hypr/scripts/LidSwitch.sh b/config/hypr/scripts/LidSwitch.sh
deleted file mode 100755
index 76bce1f2..00000000
--- a/config/hypr/scripts/LidSwitch.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-if grep open /proc/acpi/button/lid/LID/state; then
- hyprctl keyword monitor "eDP-1, preferred, auto, 1"
-else
- if [[ `hyprctl monitors | grep "Monitor" | wc -l` != 1 ]]; then
- hyprctl keyword monitor "eDP-1, disable"
- fi
-fi \ No newline at end of file
diff --git a/config/hypr/scripts/Wallpaper.sh b/config/hypr/scripts/Wallpaper.sh
index 20c367cc..d5ea4645 100755
--- a/config/hypr/scripts/Wallpaper.sh
+++ b/config/hypr/scripts/Wallpaper.sh
@@ -4,48 +4,8 @@ DIR=$HOME/Pictures/wallpapers/
PICS=($(find ${DIR} -type f \( -name "*.jpg" -o -name "*.jpeg" -o -name "*.png" -o -name "*.gif" \)))
RANDOMPICS=${PICS[ $RANDOM % ${#PICS[@]} ]}
-change_swaybg(){
- pkill swww
- pkill swaybg
- swaybg -m fill -i ${RANDOMPICS}
-}
-
-change_swww(){
- pkill swaybg
- swww query || swww init
- swww img ${RANDOMPICS} --transition-fps 30 --transition-type any --transition-duration 3
-}
-
-change_current(){
- if pidof swaybg >/dev/null; then
- change_swaybg
- else
- change_swww
- fi
-}
-
-switch(){
- if pidof swaybg >/dev/null; then
- change_swww
- else
- change_swaybg
- fi
-}
-
-case "$1" in
- "swaybg")
- change_swaybg
- ;;
- "swww")
- change_swww
- ;;
- "s")
- switch
- ;;
- *)
- change_current
- ;;
-esac
+swww query || swww init
+swww img ${RANDOMPICS} --transition-fps 30 --transition-type any --transition-duration 3
exec $HOME/.config/hypr/scripts/PywalSwww.sh &
sleep 1
diff --git a/config/hypr/themes/frappe.conf b/config/hypr/themes/frappe.conf
deleted file mode 100644
index e07e4d38..00000000
--- a/config/hypr/themes/frappe.conf
+++ /dev/null
@@ -1,61 +0,0 @@
-$rosewaterAlpha = fff5e0dc
-$flamingoAlpha = fff2cdcd
-$pinkAlpha = fff5c2e7
-$mauveAlpha = ffcba6f7
-$redAlpha = fff38ba8
-$maroonAlpha = ffeba0ac
-$peachAlpha = fffab387
-$yellowAlpha = fff9e2af
-$greenAlpha = ffa6e3a1
-$tealAlpha = ff94e2d5
-$skyAlpha = ff89dceb
-$sapphireAlpha = ff74c7ec
-$blueAlpha = ff89b4fa
-$lavenderAlpha = ffb4befe
-
-$textAlpha = ffcdd6f4
-$subtext1Alpha = ffbac2de
-$subtext0Alpha = ffa6adc8
-
-$overlay2Alpha = ff9399b2
-$overlay1Alpha = ff7f849c
-$overlay0Alpha = ff6c7086
-
-$surface2Alpha = ff585b70
-$surface1Alpha = ff45475a
-$surface0Alpha = ff313244
-
-$baseAlpha = ff1e1e2e
-$mantleAlpha = ff181825
-$crustAlpha = ff11111b
-
-$rosewater = 0xfff5e0dc
-$flamingo = 0xfff2cdcd
-$pink = 0xfff5c2e7
-$mauve = 0xffcba6f7
-$red = 0xfff38ba8
-$maroon = 0xffeba0ac
-$peach = 0xfffab387
-$yellow = 0xfff9e2af
-$green = 0xffa6e3a1
-$teal = 0xff94e2d5
-$sky = 0xff89dceb
-$sapphire = 0xff74c7ec
-$blue = 0xff89b4fa
-$lavender = 0xffb4befe
-
-$text = 0xffcdd6f4
-$subtext1 = 0xffbac2de
-$subtext0 = 0xffa6adc8
-
-$overlay2 = 0xff9399b2
-$overlay1 = 0xff7f849c
-$overlay0 = 0xff6c7086
-
-$surface2 = 0xff585b70
-$surface1 = 0xff45475a
-$surface0 = 0xff313244
-
-$base = 0xff1e1e2e
-$mantle = 0xff181825
-$crust = 0xff11111b
diff --git a/config/hypr/themes/latte.conf b/config/hypr/themes/latte.conf
deleted file mode 100644
index e07e4d38..00000000
--- a/config/hypr/themes/latte.conf
+++ /dev/null
@@ -1,61 +0,0 @@
-$rosewaterAlpha = fff5e0dc
-$flamingoAlpha = fff2cdcd
-$pinkAlpha = fff5c2e7
-$mauveAlpha = ffcba6f7
-$redAlpha = fff38ba8
-$maroonAlpha = ffeba0ac
-$peachAlpha = fffab387
-$yellowAlpha = fff9e2af
-$greenAlpha = ffa6e3a1
-$tealAlpha = ff94e2d5
-$skyAlpha = ff89dceb
-$sapphireAlpha = ff74c7ec
-$blueAlpha = ff89b4fa
-$lavenderAlpha = ffb4befe
-
-$textAlpha = ffcdd6f4
-$subtext1Alpha = ffbac2de
-$subtext0Alpha = ffa6adc8
-
-$overlay2Alpha = ff9399b2
-$overlay1Alpha = ff7f849c
-$overlay0Alpha = ff6c7086
-
-$surface2Alpha = ff585b70
-$surface1Alpha = ff45475a
-$surface0Alpha = ff313244
-
-$baseAlpha = ff1e1e2e
-$mantleAlpha = ff181825
-$crustAlpha = ff11111b
-
-$rosewater = 0xfff5e0dc
-$flamingo = 0xfff2cdcd
-$pink = 0xfff5c2e7
-$mauve = 0xffcba6f7
-$red = 0xfff38ba8
-$maroon = 0xffeba0ac
-$peach = 0xfffab387
-$yellow = 0xfff9e2af
-$green = 0xffa6e3a1
-$teal = 0xff94e2d5
-$sky = 0xff89dceb
-$sapphire = 0xff74c7ec
-$blue = 0xff89b4fa
-$lavender = 0xffb4befe
-
-$text = 0xffcdd6f4
-$subtext1 = 0xffbac2de
-$subtext0 = 0xffa6adc8
-
-$overlay2 = 0xff9399b2
-$overlay1 = 0xff7f849c
-$overlay0 = 0xff6c7086
-
-$surface2 = 0xff585b70
-$surface1 = 0xff45475a
-$surface0 = 0xff313244
-
-$base = 0xff1e1e2e
-$mantle = 0xff181825
-$crust = 0xff11111b
diff --git a/config/hypr/themes/macchiato.conf b/config/hypr/themes/macchiato.conf
deleted file mode 100644
index e07e4d38..00000000
--- a/config/hypr/themes/macchiato.conf
+++ /dev/null
@@ -1,61 +0,0 @@
-$rosewaterAlpha = fff5e0dc
-$flamingoAlpha = fff2cdcd
-$pinkAlpha = fff5c2e7
-$mauveAlpha = ffcba6f7
-$redAlpha = fff38ba8
-$maroonAlpha = ffeba0ac
-$peachAlpha = fffab387
-$yellowAlpha = fff9e2af
-$greenAlpha = ffa6e3a1
-$tealAlpha = ff94e2d5
-$skyAlpha = ff89dceb
-$sapphireAlpha = ff74c7ec
-$blueAlpha = ff89b4fa
-$lavenderAlpha = ffb4befe
-
-$textAlpha = ffcdd6f4
-$subtext1Alpha = ffbac2de
-$subtext0Alpha = ffa6adc8
-
-$overlay2Alpha = ff9399b2
-$overlay1Alpha = ff7f849c
-$overlay0Alpha = ff6c7086
-
-$surface2Alpha = ff585b70
-$surface1Alpha = ff45475a
-$surface0Alpha = ff313244
-
-$baseAlpha = ff1e1e2e
-$mantleAlpha = ff181825
-$crustAlpha = ff11111b
-
-$rosewater = 0xfff5e0dc
-$flamingo = 0xfff2cdcd
-$pink = 0xfff5c2e7
-$mauve = 0xffcba6f7
-$red = 0xfff38ba8
-$maroon = 0xffeba0ac
-$peach = 0xfffab387
-$yellow = 0xfff9e2af
-$green = 0xffa6e3a1
-$teal = 0xff94e2d5
-$sky = 0xff89dceb
-$sapphire = 0xff74c7ec
-$blue = 0xff89b4fa
-$lavender = 0xffb4befe
-
-$text = 0xffcdd6f4
-$subtext1 = 0xffbac2de
-$subtext0 = 0xffa6adc8
-
-$overlay2 = 0xff9399b2
-$overlay1 = 0xff7f849c
-$overlay0 = 0xff6c7086
-
-$surface2 = 0xff585b70
-$surface1 = 0xff45475a
-$surface0 = 0xff313244
-
-$base = 0xff1e1e2e
-$mantle = 0xff181825
-$crust = 0xff11111b
diff --git a/config/hypr/themes/mocha.conf b/config/hypr/themes/mocha.conf
deleted file mode 100644
index e07e4d38..00000000
--- a/config/hypr/themes/mocha.conf
+++ /dev/null
@@ -1,61 +0,0 @@
-$rosewaterAlpha = fff5e0dc
-$flamingoAlpha = fff2cdcd
-$pinkAlpha = fff5c2e7
-$mauveAlpha = ffcba6f7
-$redAlpha = fff38ba8
-$maroonAlpha = ffeba0ac
-$peachAlpha = fffab387
-$yellowAlpha = fff9e2af
-$greenAlpha = ffa6e3a1
-$tealAlpha = ff94e2d5
-$skyAlpha = ff89dceb
-$sapphireAlpha = ff74c7ec
-$blueAlpha = ff89b4fa
-$lavenderAlpha = ffb4befe
-
-$textAlpha = ffcdd6f4
-$subtext1Alpha = ffbac2de
-$subtext0Alpha = ffa6adc8
-
-$overlay2Alpha = ff9399b2
-$overlay1Alpha = ff7f849c
-$overlay0Alpha = ff6c7086
-
-$surface2Alpha = ff585b70
-$surface1Alpha = ff45475a
-$surface0Alpha = ff313244
-
-$baseAlpha = ff1e1e2e
-$mantleAlpha = ff181825
-$crustAlpha = ff11111b
-
-$rosewater = 0xfff5e0dc
-$flamingo = 0xfff2cdcd
-$pink = 0xfff5c2e7
-$mauve = 0xffcba6f7
-$red = 0xfff38ba8
-$maroon = 0xffeba0ac
-$peach = 0xfffab387
-$yellow = 0xfff9e2af
-$green = 0xffa6e3a1
-$teal = 0xff94e2d5
-$sky = 0xff89dceb
-$sapphire = 0xff74c7ec
-$blue = 0xff89b4fa
-$lavender = 0xffb4befe
-
-$text = 0xffcdd6f4
-$subtext1 = 0xffbac2de
-$subtext0 = 0xffa6adc8
-
-$overlay2 = 0xff9399b2
-$overlay1 = 0xff7f849c
-$overlay0 = 0xff6c7086
-
-$surface2 = 0xff585b70
-$surface1 = 0xff45475a
-$surface0 = 0xff313244
-
-$base = 0xff1e1e2e
-$mantle = 0xff181825
-$crust = 0xff11111b
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage