From 0662befeb2e43552788443237abc8f2c04f2a219 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 12 May 2021 20:12:57 -0400 Subject: [PATCH] Remove dunst dunst actually has Wayland support but I'd like to try something else for now, possibly something more "sway-like". --- .archlinux/PKGBUILDs/tari-core/PKGBUILD | 3 +- dunst/.config/dunst/wal.sh | 8 ---- dunst/.config/wal/templates/dunstrc | 57 ------------------------- dunst/README.md | 16 ------- wal/.config/wal/done.sh | 4 -- 5 files changed, 1 insertion(+), 87 deletions(-) delete mode 100755 dunst/.config/dunst/wal.sh delete mode 100644 dunst/.config/wal/templates/dunstrc delete mode 100644 dunst/README.md diff --git a/.archlinux/PKGBUILDs/tari-core/PKGBUILD b/.archlinux/PKGBUILDs/tari-core/PKGBUILD index 2b887052..d9e19f8a 100644 --- a/.archlinux/PKGBUILDs/tari-core/PKGBUILD +++ b/.archlinux/PKGBUILDs/tari-core/PKGBUILD @@ -1,5 +1,5 @@ pkgname=tari-core -pkgver=0.9.3 +pkgver=0.9.4 pkgrel=1 pkgdesc="My Arch Linux setup" arch=('any') @@ -95,7 +95,6 @@ depends=( code bspwm sxhkd - dunst obs-studio texstudio virtualbox diff --git a/dunst/.config/dunst/wal.sh b/dunst/.config/dunst/wal.sh deleted file mode 100755 index 249d3882..00000000 --- a/dunst/.config/dunst/wal.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# Symlink dunst config -ln -sf ~/.cache/wal/dunstrc ~/.config/dunst/dunstrc - -# Restart dunst with the new color scheme -pkill dunst -dunst & diff --git a/dunst/.config/wal/templates/dunstrc b/dunst/.config/wal/templates/dunstrc deleted file mode 100644 index 35b4429d..00000000 --- a/dunst/.config/wal/templates/dunstrc +++ /dev/null @@ -1,57 +0,0 @@ -# New Start: A modern Arch workflow built with an emphasis on functionality. -# Copyright (C) 2018 Donovan Glover - -# NOTE: This file is automatically generated by pywal. Do not edit it by hand. - -[global] - # Make the width 3740 (3840 - 100), have 50 left margin and 95 above - geometry = "3740x5-50+95" - - # Show multiple notifications in the same box - separator_height = 0 - - # Add vertical padding to the inside of the notification - padding = 24 - - # Add horizontal padding for when the text gets long enough - horizontal_padding = 24 - - # The frame color and width of the notification - frame_color = "{color4}" - frame_width = 6 - - # How long a user needs to be idle for sticky notifications - idle_threshold = 120 - - # Font and typography settings - font = Fira Mono 11 - alignment = center - word_wrap = yes - - # Format for how notifications will be displayed - # Usage: `notify-send 'Title' 'Summary'` - format = "%s: %b" - - # Allow some HTML tags like and in notifications - markup = full - -# These are the keybindings used to control dunst notifications -[shortcuts] - close = ctrl+space - close_all = ctrl+shift+space - history = ctrl+grave - -# Set the background and foreground (text) color for all notifications -[urgency_low] - background = "{background}" - foreground = "{foreground}" - -[urgency_normal] - background = "{background}" - foreground = "{foreground}" - -[urgency_critical] - background = "{background}" - foreground = "{foreground}" - -# vim:ft=cfg diff --git a/dunst/README.md b/dunst/README.md deleted file mode 100644 index b9894a8d..00000000 --- a/dunst/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# dunst - -[dunst][dunst] is used to display notifications on your desktop. - -## Use Cases - -dunst can be used to: - -- Display messages sent with `notify-send` -- Strategically add notifications to your rice screenshots - -You should not use dunst if: - -- Your desktop environment already includes a notification daemon - -[dunst]: https://github.com/dunst-project/dunst diff --git a/wal/.config/wal/done.sh b/wal/.config/wal/done.sh index 40847e93..bca04b8a 100755 --- a/wal/.config/wal/done.sh +++ b/wal/.config/wal/done.sh @@ -3,7 +3,3 @@ if [ -e ~/.config/bspwm/wal.sh ]; then ~/.config/bspwm/wal.sh fi - -if [ -e ~/.config/dunst/wal.sh ]; then - ~/.config/dunst/wal.sh -fi