aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoreric.marin <maarin.eric@gmail.com>2025-03-10 08:21:36 +0100
committereric.marin <maarin.eric@gmail.com>2025-03-10 08:21:36 +0100
commitf4d45b1821ffd69361d0266247535e95c8552f1b (patch)
treeb4da3faa9ad14e58b193ab2c1385e8e441da0221 /scripts
parent2fc4260287471e5fb985411ea3f60d6eb0a854dc (diff)
downloaddotfiles-f4d45b1821ffd69361d0266247535e95c8552f1b.tar.gz
dotfiles-f4d45b1821ffd69361d0266247535e95c8552f1b.zip
changed nvim dashboard
Diffstat (limited to '')
-rwxr-xr-xscripts/powermenu2
-rwxr-xr-xscripts/set_background1
2 files changed, 1 insertions, 2 deletions
diff --git a/scripts/powermenu b/scripts/powermenu
index 79519ed..5dd5d19 100755
--- a/scripts/powermenu
+++ b/scripts/powermenu
@@ -4,7 +4,7 @@ set reboot " Reboot"
set lock " Lock"
set exit "󰗼 Exit"
-set chosen (echo -e "$poweroff\n$reboot\n$lock\n$exit" | fuzzel --dmenu --lines 4 --width 15)
+set chosen (echo -e "$poweroff\n$reboot\n$lock\n$exit" | fuzzel --dmenu --lines 4 --width 15 --prompt "" --placeholder "")
switch $chosen
case $poweroff
diff --git a/scripts/set_background b/scripts/set_background
index 3045637..8beab55 100755
--- a/scripts/set_background
+++ b/scripts/set_background
@@ -13,6 +13,5 @@ niri msg action do-screen-transition
swww img $img
wallust run $img
makoctl reload
-systemctl --user reload waybar.service
notify-send -i $img "Wallust" "Changed wallpaper and palette."