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
|
source = $HOME/.cache/wal/hyprland.conf
|
||||||
$Scripts = $HOME/.config/hypr/scripts
|
$Scripts = $HOME/.config/hypr/scripts
|
||||||
|
|
||||||
$foreground = rgb(213,196,161)
|
|
||||||
|
|
||||||
general {
|
general {
|
||||||
grace = 1
|
grace = 1
|
||||||
}
|
}
|
||||||
|
|
@ -22,7 +20,7 @@ background {
|
||||||
vibrancy = 0.2100
|
vibrancy = 0.2100
|
||||||
vibrancy_darkness = 0.0
|
vibrancy_darkness = 0.0
|
||||||
color = $background
|
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
|
#!/bin/env sh
|
||||||
|
|
||||||
reloadDarkman() {
|
reloadDarkman() {
|
||||||
echo "# Refreshing darkman (bruteforce method)"
|
echo "# Refreshing darkman"
|
||||||
darkman toggle
|
"$HOME/.config/theming/modes/setup-theme.sh" $(darkman get)
|
||||||
darkman toggle
|
|
||||||
}
|
}
|
||||||
|
|
||||||
reloadHyprland() {
|
reloadHyprland() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue