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 25%

View file

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

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-night "switching to dark mode"

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

View file

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