Add dunst and polkit-kde-agent
This commit is contained in:
parent
1e330f25f4
commit
1da0ea7f1e
11
roles/desktop-environment/files/.config/dunst/dunst.ini
Normal file
11
roles/desktop-environment/files/.config/dunst/dunst.ini
Normal file
|
@ -0,0 +1,11 @@
|
|||
[global]
|
||||
follow = mouse
|
||||
font = "JetBrainsMono Nerd Font"
|
||||
background = "#1A1B26"
|
||||
foreground = "#F3F4F5"
|
||||
frame_color = "#FF8F40"
|
||||
separator_color = frame
|
||||
min_icon_size = 75
|
||||
max_icon_size = 75
|
||||
icon_corner_radius = 8
|
||||
text_icon_padding = 10
|
|
@ -24,4 +24,6 @@
|
|||
- fonts-firacode
|
||||
- fonts-font-awesome
|
||||
- fonts-noto-color-emoji
|
||||
- thunar
|
||||
- thunar
|
||||
- dunst
|
||||
- polkit-kde-agent-1
|
|
@ -105,10 +105,14 @@ workspace = {{ workspace['id'] }}{% if 'monitor' in workspace %}, monitor:desc:{
|
|||
|
||||
{% endfor %}
|
||||
|
||||
# Execute apps at launch
|
||||
# Execute helper programs
|
||||
exec-once = systemctl --user import-environment DISPLAY WAYLAND_DISPLAY && hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
exec-once = systemctl --user start plasma-polkit-agent.service
|
||||
exec-once = dunst -config ~/.config/dunst/dunst.ini
|
||||
exec-once = waybar & ~/.local/bin/hyprhelpr background & ~/.local/bin/hyprhelpr idle
|
||||
exec-once = flatpak run com.tomjwatson.Emote
|
||||
|
||||
# Execute apps at launch
|
||||
{% if 'nextcloud' in role_names %}
|
||||
exec-once = nextcloud --background
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue