This commit is contained in:
2025-10-02 17:57:29 +03:00
parent d201ddf5ef
commit f52e34d2ff
5 changed files with 15 additions and 12 deletions

View File

@@ -17,7 +17,8 @@ sudo pacman -S --needed --noconfirm \
hyprpaper \
dunst \
hyprlock \
hypridle
hypridle \
swww
# Essential Wayland tools
echo "🔧 Installing Wayland apps"

View File

@@ -1,7 +1,7 @@
[Settings]
gtk-theme-name=catppuccin-mocha-blue-standard+default
gtk-icon-theme-name=Arashi
gtk-font-name=Monaspace Neon 11
gtk-font-name=Noto Sans 11
gtk-cursor-theme-name=RalseiCursors
gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_ICONS
@@ -14,4 +14,4 @@ gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=1
gtk-application-prefer-dark-theme=0

View File

@@ -6,9 +6,9 @@ $mainMod = SUPER
# Programs
$terminal = ghostty
$fileManager = dolphin
$fileManager = nautilus
$menu = wofi --show drun
$browser = zen
$browser = zen-browser
# Cursor

View File

@@ -81,7 +81,7 @@
"clock": {
"timezone": "Europe/Riga",
"locale": "lv_LV.utf8",
// "locale": "lv_LV.utf8",
"format": "{:%H:%M}",
"tooltip-format": "<span color='#ffead3'><b>{:L%Y. gada %B}</b></span><tt><small>{calendar}</small></tt>",
"calendar": {

View File

@@ -2,7 +2,7 @@
pkill -9 waybar > /dev/null
hyprctl dispatch exec "GTK_THEME=Adwaita LC_TIME=lv_LV.UTF-8 waybar -c ~/config/config/waybar/config -s ~/config/config/waybar/style.css" > /dev/null &
hyprctl dispatch exec "GTK_THEME=Adwaita waybar -c ~/config/config/waybar/config -s ~/config/config/waybar/style.css" > /dev/null &
hyprctl reload > /dev/null &
ROBLOX_PID="$(pidof sober)"
@@ -11,13 +11,15 @@ HYPRPAPER_PID="$(pidof hyprpaper)"
# echo ${#ROBLOX_PID}
if [ ${#ROBLOX_PID} -lt 1 ]; then
trap "rm /tmp/.regretevator_state" EXIT > /dev/null
trap "rm /tmp/.regretevator_state" EXIT > /dev/null
fi
# shit
if [ ${#HYPRPAPER_PID} -lt 1 ]; then
hyprctl dispatch exec hyprpaper
sleep 1
bash ~/config/scripts/load-wallpaper.sh
if [[ "$(hostname)" == "gentoo" ]]; then
if [ ${#HYPRPAPER_PID} -lt 1 ]; then
hyprctl dispatch exec hyprpaper
sleep 1
bash ~/config/scripts/load-wallpaper.sh
fi
fi