From 7b4cd88f574fefeec6bdb7c38132d8d1b733610b Mon Sep 17 00:00:00 2001 From: John Costa Date: Wed, 4 Jun 2025 12:59:20 +0100 Subject: [PATCH] feat: adding dunst and other fixes --- .config/metapac/groups/default.toml | 2 +- config/dunst/dunstrc | 18 ++++++++++++++++++ scripts/add-package.bash | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 config/dunst/dunstrc diff --git a/.config/metapac/groups/default.toml b/.config/metapac/groups/default.toml index f2da1bd1..228a0fc5 100644 --- a/.config/metapac/groups/default.toml +++ b/.config/metapac/groups/default.toml @@ -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"] diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc new file mode 100644 index 00000000..110cbebd --- /dev/null +++ b/config/dunst/dunstrc @@ -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" diff --git a/scripts/add-package.bash b/scripts/add-package.bash index 9a2c8d48..c8357a86 100644 --- a/scripts/add-package.bash +++ b/scripts/add-package.bash @@ -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