Add dunst and polkit-kde-agent

This commit is contained in:
Oliver Traber 2024-10-12 16:42:26 +02:00
parent 1e330f25f4
commit 1da0ea7f1e
Signed by: Bluemedia
GPG key ID: C0674B105057136C
3 changed files with 19 additions and 2 deletions

View 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

View file

@ -24,4 +24,6 @@
- fonts-firacode - fonts-firacode
- fonts-font-awesome - fonts-font-awesome
- fonts-noto-color-emoji - fonts-noto-color-emoji
- thunar - thunar
- dunst
- polkit-kde-agent-1

View file

@ -105,10 +105,14 @@ workspace = {{ workspace['id'] }}{% if 'monitor' in workspace %}, monitor:desc:{
{% endfor %} {% 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 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 = waybar & ~/.local/bin/hyprhelpr background & ~/.local/bin/hyprhelpr idle
exec-once = flatpak run com.tomjwatson.Emote exec-once = flatpak run com.tomjwatson.Emote
# Execute apps at launch
{% if 'nextcloud' in role_names %} {% if 'nextcloud' in role_names %}
exec-once = nextcloud --background exec-once = nextcloud --background
{% endif %} {% endif %}