Fix fedora-sway to use swaync
This commit is contained in:
parent
e9cde315bf
commit
fc0fcf45c9
1 changed files with 6 additions and 2 deletions
|
@ -7,8 +7,12 @@ fi
|
||||||
GIT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
GIT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
||||||
|
|
||||||
sudo dnf install i3status clipman swaybg swaylock slurp grim zenity wdisplays eom nemo pavucontrol light gnome-calculator wl-clipboard gedit kanshi wireguard-tools -y
|
sudo dnf install i3status clipman swaybg swaylock slurp grim zenity wdisplays eom nemo pavucontrol light gnome-calculator wl-clipboard gedit kanshi wireguard-tools -y
|
||||||
# also has waybar, which is unused, but maybe i'll use it idk
|
sudo dnf copr enable erikreider/SwayNotificationCenter
|
||||||
sudo dnf remove Thunar imw unst foot mpv
|
sudo dnf install SwayNotificationCenter
|
||||||
|
|
||||||
|
# also has waybar preinstalled, which is unused, but i'll probably use it idk
|
||||||
|
sudo dnf remove Thunar imw unst foot mpv dunst
|
||||||
|
sudo dnf autoremove
|
||||||
|
|
||||||
# Install catppuccin grub theme
|
# Install catppuccin grub theme
|
||||||
git clone --depth=1 https://github.com/catppuccin/grub
|
git clone --depth=1 https://github.com/catppuccin/grub
|
||||||
|
|
Loading…
Reference in a new issue