Adds proper wallpaper reaction to theme

This commit is contained in:
Michel Fedde 2025-05-02 14:36:12 +02:00
parent ab0c103ad9
commit 1a04002bd2
22 changed files with 96 additions and 55 deletions

View file

@ -1,3 +0,0 @@
#!/bin/env sh
brightnessctl set 75%

View file

@ -1,6 +0,0 @@
#!/usr/bin/env bash
# trigger a small, passive popup dialog to inform the user about darkman's activity
# reference https://wiki.archlinux.org/title/Desktop_notifications#Usage_in_programming
notify-send --app-name="darkman" --urgency=low --icon=weather-clear "switching to light mode"

View file

@ -1,3 +0,0 @@
#!/bin/env sh
hyprctl hyprsunset identity

View file

@ -0,0 +1,3 @@
#!/bin/env sh
"$HOME/.config/theming/modes/setup-theme.sh" light

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

View file

@ -1,12 +0,0 @@
#!/bin/env sh
hyprctl setcursor Qogir 32
WALLPAPER_PATH="$HOME/.local/share/light-mode.d/theme-background.png"
gsettings set org.gnome.desktop.interface color-scheme 'prefer-light'
gsettings set org.gnome.desktop.interface gtk-theme "Gruvbox-Orange-Light"
wal -l --theme base16-gruvbox-medium
$HOME/.config/theming/compile.sh
$HOME/.config/theming/update.sh