feat: adding dunst and other fixes

This commit is contained in:
2025-06-04 12:59:20 +01:00
parent 6b5b46353e
commit 7b4cd88f57
3 changed files with 20 additions and 2 deletions

View File

@ -145,7 +145,7 @@ arch = [
"xorg-xinit",
"yay",
"zram-generator", "lazygit", "logseq-desktop-bin", "tailscale", "git-delta", "keepassxc", "slack-desktop-wayland", "pavucontrol", "telegram-desktop", "filelight", "nodejs", "yarn", "rustup"
, "vtsls","git-lfs", "less", "ttf-fira-sans", "texlive-bin", "texstudio", "gopls", "postgresql", "hoppscotch-bin", "dbeaver", "obs-studio", "mullvad-vpn", "bun-bin", "hyprshot", "qt6-svg", "qt6-declarative", "qt5-quickcontrols2", "wl-clipboard-history", "cliphist", "stylua", "biome", "okular", "docker", "docker-compose", "bluez", "gwenview", "tailwindcss-language-server", "catppuccin-gtk-theme-mocha"]
, "vtsls","git-lfs", "less", "ttf-fira-sans", "texlive-bin", "texstudio", "gopls", "postgresql", "hoppscotch-bin", "dbeaver", "obs-studio", "mullvad-vpn", "bun-bin", "hyprshot", "qt6-svg", "qt6-declarative", "qt5-quickcontrols2", "wl-clipboard-history", "cliphist", "stylua", "biome", "okular", "docker", "docker-compose", "bluez", "gwenview", "tailwindcss-language-server", "sddm-catppuccin-git", "qt6ct-kde"]
cargo = ["wasm-pack"]

18
config/dunst/dunstrc Normal file
View File

@ -0,0 +1,18 @@
[global]
frame_color = "#89b4fa"
separator_color= frame
highlight = "#89b4fa"
font = Monospace 20
[urgency_low]
background = "#1e1e2e"
foreground = "#cdd6f4"
[urgency_normal]
background = "#1e1e2e"
foreground = "#cdd6f4"
[urgency_critical]
background = "#1e1e2e"
foreground = "#cdd6f4"
frame_color = "#fab387"

View File

@ -15,6 +15,6 @@ metapac sync
echo "Adding package to git..."
git add .config/metapac
git add config/metapac
git commit -m "add-package: $@"
git push