Updated packages and sorted them

This commit is contained in:
Gu://em_ 2026-04-27 15:15:20 +02:00
parent fe4c868f95
commit 8909213781
7 changed files with 30 additions and 25 deletions

View file

@ -1 +1 @@
albert
rofi-bluetooth-git

View file

@ -4,5 +4,7 @@ fastfetch
fzf
git
gnome-keyring
helix
openssh
wget
zoxide

View file

@ -8,8 +8,9 @@ mandoc
man-pages
networkmanager
os-prober
sudo
sof-firmware
stow
sudo
ufw
vim
zram-generator

View file

@ -1,18 +1,23 @@
pipewire-jack
pipewire
wireplumber
pipewire-pulse
greetd-tuigreet
foot
grim
hypridle
hyprland
hyprland-qtutils
hyprlock
hyprpaper
hyprland-qtutils
hyprpicker
hyprpolkitagent
xdg-desktop-portal-hyprland
waybar
hyprsunset
ly
pipewire
pipewire-jack
pipewire-pulse
power-profiles-daemon
fnott
kitty
grim
pulsemixer
rofi
rofimoji
slurp
swaync
waybar
wireplumber
xdg-desktop-portal-hyprland

View file

@ -1,4 +1,3 @@
ttf-dejavu
ttf-jetbrains-mono-nerd
noto-fonts
noto-fonts-emoji

View file

@ -1,3 +1,4 @@
bluez
bluez-utils
blueman
fprintd

7
setup.sh Normal file → Executable file
View file

@ -85,9 +85,6 @@ cd $dotfiles_path &&
stow .
cd $script_path
## Install launcher theme (albert)
sudo ln -s .config/albert/schemes/Seventy\ Eight.qss /usr/share/albert/widgetsboxmodel/themes/
## Swap (Zram)
is_zram_active=$(sudo systemctl is-active systemd-zram-setup@zram0.service)
if [ is_zram_active != "active" ]; then
@ -108,8 +105,8 @@ if [ is_aa_active != "active" ]; then
echo -e "========================================\n"
fi
## Display manager (Greetd)
sudo systemctl enable greetd
## Display manager (Ly)
sudo systemctl enable ly
## Firewall (UFW)
sudo systemctl enable ufw