fixes hyprlock
This commit is contained in:
parent
1a04002bd2
commit
7cbed7b312
3 changed files with 6 additions and 6 deletions
|
|
@ -6,8 +6,6 @@
|
|||
source = $HOME/.cache/wal/hyprland.conf
|
||||
$Scripts = $HOME/.config/hypr/scripts
|
||||
|
||||
$foreground = rgb(213,196,161)
|
||||
|
||||
general {
|
||||
grace = 1
|
||||
}
|
||||
|
|
@ -22,7 +20,7 @@ background {
|
|||
vibrancy = 0.2100
|
||||
vibrancy_darkness = 0.0
|
||||
color = $background
|
||||
path = $HOME/.cache/wallpaper
|
||||
path = $HOME/.cache/wallpaper.png
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/env sh
|
||||
|
||||
addApplications xpadneo-dkms
|
||||
|
|
@ -1,9 +1,8 @@
|
|||
#!/bin/env sh
|
||||
|
||||
reloadDarkman() {
|
||||
echo "# Refreshing darkman (bruteforce method)"
|
||||
darkman toggle
|
||||
darkman toggle
|
||||
echo "# Refreshing darkman"
|
||||
"$HOME/.config/theming/modes/setup-theme.sh" $(darkman get)
|
||||
}
|
||||
|
||||
reloadHyprland() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue