Compare commits
2 Commits
ac4a85f418
...
848396af6b
| Author | SHA1 | Date | |
|---|---|---|---|
| 848396af6b | |||
| ba6fed00b5 |
28
.config/dunst/dunstrc
Normal file
28
.config/dunst/dunstrc
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
[global]
|
||||||
|
follow = mouse
|
||||||
|
corner_radius = 5
|
||||||
|
font = "Monospace 12"
|
||||||
|
width = 350
|
||||||
|
height = (0, 200)
|
||||||
|
origin = top-right
|
||||||
|
offset = (15, 15)
|
||||||
|
transparency = 20
|
||||||
|
|
||||||
|
[urgency_low]
|
||||||
|
background = "#1e1e2e77"
|
||||||
|
foreground = "#cdd6f4"
|
||||||
|
frame_color = "#b4befe"
|
||||||
|
timeout = 10
|
||||||
|
|
||||||
|
[urgency_normal]
|
||||||
|
background = "#1e1e2e77"
|
||||||
|
foreground = "#cdd6f4"
|
||||||
|
frame_color = "#cba6f7"
|
||||||
|
highlight = "#BF616A"
|
||||||
|
timeout = 15
|
||||||
|
|
||||||
|
[urgency_critical]
|
||||||
|
background = "#1e1e2e77"
|
||||||
|
foreground = "#cdd6f4"
|
||||||
|
frame_color = "#f38ba8"
|
||||||
|
timeout = 0
|
||||||
@@ -120,11 +120,10 @@ layerrule {
|
|||||||
blur = on
|
blur = on
|
||||||
ignore_alpha = 0
|
ignore_alpha = 0
|
||||||
match:namespace = notifications
|
match:namespace = notifications
|
||||||
match:namespace = swaync-notification-window
|
|
||||||
}
|
}
|
||||||
|
|
||||||
layerrule {
|
layerrule {
|
||||||
name = layerrule-3
|
name = something to do with wlogout
|
||||||
blur = on
|
blur = on
|
||||||
match:namespace = logout_dialog
|
match:namespace = logout_dialog
|
||||||
}
|
}
|
||||||
@@ -133,7 +132,7 @@ layerrule {
|
|||||||
name = layerrule-3
|
name = layerrule-3
|
||||||
blur = on
|
blur = on
|
||||||
ignore_alpha = 0
|
ignore_alpha = 0
|
||||||
match:namespace = ironbar
|
match:namespace = waybar
|
||||||
}
|
}
|
||||||
|
|
||||||
layerrule {
|
layerrule {
|
||||||
|
|||||||
@@ -4,15 +4,12 @@ exec-once = dbus-update-activation-environment --systemd --all # for XDPH
|
|||||||
exec-once = dconf write /org/gnome/desktop/interface/color-scheme '"prefer-dark"'
|
exec-once = dconf write /org/gnome/desktop/interface/color-scheme '"prefer-dark"'
|
||||||
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # for XDPH
|
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # for XDPH
|
||||||
exec-once = $scrPath/polkitkdeauth.sh # authentication dialogue for GUI apps
|
exec-once = $scrPath/polkitkdeauth.sh # authentication dialogue for GUI apps
|
||||||
exec-once = way-edges # Screen Edge Shell
|
|
||||||
exec-once = waybar # System bar
|
exec-once = waybar # System bar
|
||||||
exec-once = sleep 10 && curl -X POST -H "Content-Type: application/json" -d "{\"ref\":\"$(git -C ~/.dotfiles rev-parse HEAD)\", \"status\":\"$(git -C ~/.dotfiles diff --quiet && echo "clean" || echo "dirty")\"}" https://n8n.voidarc.co.uk/webhook/config-checker # check if config is up to date
|
exec-once = sleep 10 && curl -X POST -H "Content-Type: application/json" -d "{\"ref\":\"$(git -C ~/.dotfiles rev-parse HEAD)\", \"status\":\"$(git -C ~/.dotfiles diff --quiet && echo "clean" || echo "dirty")\"}" https://n8n.voidarc.co.uk/webhook/config-checker # check if config is up to date
|
||||||
exec-once = elephant # Data for Walker
|
exec-once = elephant # Data for Walker
|
||||||
exec-once = walker --gapplication-service # make walker faster
|
exec-once = walker --gapplication-service # make walker faster
|
||||||
exec-once = swaync # Notifications
|
exec-once = dunst # Notifications
|
||||||
exec-once = ~/.config/scripts/.venv/bin/python ~/.config/scripts/notify.py # Android notification forwarding
|
exec-once = ~/.config/scripts/.venv/bin/python ~/.config/scripts/notify.py # Android notification forwarding
|
||||||
exec-once = wayvnc 0.0.0.0 --output=DP-1 # runs vnc server on all interfaces
|
exec-once = wayvnc 0.0.0.0 --output=DP-1 # runs vnc server on all interfaces
|
||||||
exec-once = syncthing -home=/home/user01/.config/syncthing -no-browser # starts syncthing in background
|
exec-once = syncthing -home=/home/user01/.config/syncthing -no-browser # starts syncthing in background
|
||||||
exec-once = gotify-desktop # gotify daemon for service notifications
|
exec-once = gotify-desktop # gotify daemon for service notifications
|
||||||
|
|
||||||
# exec-once = 'kitten panel --edge=background -o background_opacity=0 --output-name eDP-1 sh -c "fastfetch && tail -f /dev/null"'
|
|
||||||
|
|||||||
2
.nixos
2
.nixos
Submodule .nixos updated: 74fe377b0c...96452d4a90
@@ -7,3 +7,4 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
exec-once = wpaperd -d # Wallpaper
|
exec-once = wpaperd -d # Wallpaper
|
||||||
|
exec-once = way-edges # Screen Edge Shell
|
||||||
|
|||||||
Reference in New Issue
Block a user