mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
Remove dunst
dunst actually has Wayland support but I'd like to try something else for now, possibly something more "sway-like".
This commit is contained in:
parent
6adeb19e2b
commit
0662befeb2
3
.archlinux/PKGBUILDs/tari-core/PKGBUILD
vendored
3
.archlinux/PKGBUILDs/tari-core/PKGBUILD
vendored
@ -1,5 +1,5 @@
|
|||||||
pkgname=tari-core
|
pkgname=tari-core
|
||||||
pkgver=0.9.3
|
pkgver=0.9.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="My Arch Linux setup"
|
pkgdesc="My Arch Linux setup"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -95,7 +95,6 @@ depends=(
|
|||||||
code
|
code
|
||||||
bspwm
|
bspwm
|
||||||
sxhkd
|
sxhkd
|
||||||
dunst
|
|
||||||
obs-studio
|
obs-studio
|
||||||
texstudio
|
texstudio
|
||||||
virtualbox
|
virtualbox
|
||||||
|
@ -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 &
|
|
@ -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 = "<b>%s</b>: %b"
|
|
||||||
|
|
||||||
# Allow some HTML tags like <i> and <u> 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
|
|
@ -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
|
|
@ -3,7 +3,3 @@
|
|||||||
if [ -e ~/.config/bspwm/wal.sh ]; then
|
if [ -e ~/.config/bspwm/wal.sh ]; then
|
||||||
~/.config/bspwm/wal.sh
|
~/.config/bspwm/wal.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -e ~/.config/dunst/wal.sh ]; then
|
|
||||||
~/.config/dunst/wal.sh
|
|
||||||
fi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user