From ceae010375308744bfe381ee2c8126dbcfefdf88 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 26 May 2024 20:06:47 +0300 Subject: Lots of visual changes and quality of life. Dunst configured correctly. NeoVim colorscheme configured better. Updates to many config files. Changes to be committed: modified: Vencord/settings/settings.json modified: X11/Xresources modified: X11/xinit new file: appimageupdate modified: btop/btop.conf modified: clockpower modified: dunst/dunstrc new file: dunst/launch.sh modified: keybinds modified: lock modified: nvim/colors/hybrid.vim new file: nvim/colors/hybrid.vim.bkup modified: nvim/init.vim new file: qBittorrent/ICEBERG.qbtheme new file: qBittorrent/ayuDark.qbtheme modified: zsh/aliases modified: zsh/env modified: zsh/zshrc --- dunst/launch.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 dunst/launch.sh (limited to 'dunst/launch.sh') diff --git a/dunst/launch.sh b/dunst/launch.sh new file mode 100755 index 0000000..9d6162b --- /dev/null +++ b/dunst/launch.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