notification styling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user