Adds proper wallpaper reaction to theme
This commit is contained in:
parent
ab0c103ad9
commit
1a04002bd2
22 changed files with 96 additions and 55 deletions
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/env sh
|
||||
|
||||
brightnessctl set 25%
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/env sh
|
||||
|
||||
hyprctl hyprsunset temperature 5000
|
||||
|
|
@ -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"
|
||||
3
.local/share/dark-mode.d/run-setup.sh
Executable file
3
.local/share/dark-mode.d/run-setup.sh
Executable 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 |
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue