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 \ hyprpaper \
dunst \ dunst \
hyprlock \ hyprlock \
hypridle hypridle \
swww
# Essential Wayland tools # Essential Wayland tools
echo "🔧 Installing Wayland apps" echo "🔧 Installing Wayland apps"

View File

@@ -1,7 +1,7 @@
[Settings] [Settings]
gtk-theme-name=catppuccin-mocha-blue-standard+default gtk-theme-name=catppuccin-mocha-blue-standard+default
gtk-icon-theme-name=Arashi 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-name=RalseiCursors
gtk-cursor-theme-size=24 gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_ICONS gtk-toolbar-style=GTK_TOOLBAR_ICONS
@@ -14,4 +14,4 @@ gtk-xft-antialias=1
gtk-xft-hinting=1 gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb 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 # Programs
$terminal = ghostty $terminal = ghostty
$fileManager = dolphin $fileManager = nautilus
$menu = wofi --show drun $menu = wofi --show drun
$browser = zen $browser = zen-browser
# Cursor # Cursor

View File

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

View File

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