From 2c52771a6c49e85582b965021baee98e150c81a2 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 28 Jul 2024 13:17:28 +0300 Subject: Great changes to the install script now making use of xargs and xpkg. Great changes in how other tools function better as well. Changes to be committed: renamed: dunst/launch.sh -> dunst/test.sh modified: install.sh modified: X11/xinit modified: appimageupdate modified: nvim/init.vim modified: pmenu modified: runc modified: zsh/aliases modified: zsh/env modified: zsh/zshrc --- dunst/launch.sh | 9 --------- dunst/test.sh | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100755 dunst/launch.sh create mode 100755 dunst/test.sh (limited to 'dunst') diff --git a/dunst/launch.sh b/dunst/launch.sh deleted file mode 100755 index 9d6162b..0000000 --- a/dunst/launch.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -pkill dunst - -dunst -config ~/.config/dunst/dunstrc & - -dunstify -u critical "Test message" "critical test 1" -dunstify -u normal "Test message" "normal test 2" -dunstify -u low "Test message" "low test 3" diff --git a/dunst/test.sh b/dunst/test.sh new file mode 100755 index 0000000..9d6162b --- /dev/null +++ b/dunst/test.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +pkill dunst + +dunst -config ~/.config/dunst/dunstrc & + +dunstify -u critical "Test message" "critical test 1" +dunstify -u normal "Test message" "normal test 2" +dunstify -u low "Test message" "low test 3" -- cgit v1.2.3