mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds unfuck_fingerprint
This commit is contained in:
parent
936e0cd7f8
commit
b2a7025251
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,10 @@ unfuck_wallpaper() {
|
||||||
swww img ~/.local/share/bg.png
|
swww img ~/.local/share/bg.png
|
||||||
}
|
}
|
||||||
|
|
||||||
|
unfuck_fingerprint() {
|
||||||
|
systemctl restart fprintd.service
|
||||||
|
}
|
||||||
|
|
||||||
unfuck_bar() {
|
unfuck_bar() {
|
||||||
pkill waybar
|
pkill waybar
|
||||||
setsid waybar &
|
setsid waybar &
|
||||||
|
|
@ -81,6 +85,7 @@ everything)
|
||||||
unfuck_bar
|
unfuck_bar
|
||||||
unfuck_spotify
|
unfuck_spotify
|
||||||
unfuck_wallpaper
|
unfuck_wallpaper
|
||||||
|
unfuck_fingerprint
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
eval "unfuck_$1"
|
eval "unfuck_$1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue