feat: adding dunst and other fixes
This commit is contained in:
@ -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
18
config/dunst/dunstrc
Normal 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"
|
@ -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
|
||||
|
Reference in New Issue
Block a user