notification styling

This commit is contained in:
2024-01-21 20:45:05 +01:00
parent 564b328001
commit adddfbc3ab
3 changed files with 20 additions and 4 deletions

View File

@@ -34,8 +34,19 @@ sudo apt install \
libxcb-xfixes0-dev \
libxkbcommon-dev \
python3 \
dunst \
bluez \
bluez-utils \
blueman \
nvme-cli \
-y
# Remove ibus since it causes issues with my custom keyboard layout
sudo apt remove ibus
sudo systemctl enable bluetooth.service
# Used for scrot
mkdir ~/Screenshots
sudo snap install caprine
@@ -45,14 +56,16 @@ sudo snap install firefox
sudo snap install signal-desktop
sudo snap install code --classic
sudo snap install moonlight
sudo snap install heroic
# Dependencies for cargo
sudo snap install rustup --classic
rustup default stable
cargo install alacritty
curl -s https://ohmyposh.dev/install.sh | sudo bash -s
# Access to brightness devices for brightnessctl
sudo usermod -aG video wholteza
source ~/.bashrc