mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 02:10:13 +01:00
nwg-look is now in Debian Repo
This commit is contained in:
parent
f1fdca216f
commit
2e45ba4fd7
@ -2,6 +2,7 @@
|
||||
|
||||
## 14 Sep 2024
|
||||
- Added Essential Packages final check in lieu of errors from Install log files in Install-Logs directory
|
||||
- nwg-look is now in Debian Repo
|
||||
|
||||
## 10 Sep 2024
|
||||
- added background check of known login managers if they are active if user chose to install sddm
|
||||
|
||||
@ -134,11 +134,8 @@ sudo nano /etc/apt/sources.list
|
||||
- If you have nvidia, and wanted to use proprietary drivers, uninstall nouveau first (if installed). This script will be installing proprietary nvidia drivers and will not deal with removal of nouveau.
|
||||
- NVIDIA users / owners, after installation, check [`THIS`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users)
|
||||
|
||||
#### ⚠️ WARNING! nwg-look takes long time to install.
|
||||
- nwg-look is a utility to costumize your GTK theme. It's a LXAppearance like. Its a good tool though but this package is entirely optional
|
||||
|
||||
#### ✨ Costumize the packages to be installed
|
||||
- inside the install-scripts directory, you can edit 00-hypr-pkgs.sh. Do not edit 00-dependencies.sh unless you know what you are doing. Care though as the Hyprland Dots may not work properly!
|
||||
- inside the install-scripts directory, you can edit 01-hypr-pkgs.sh. Do not edit 00-dependencies.sh unless you know what you are doing. Care though as the Hyprland Dots may not work properly!
|
||||
|
||||
#### 💫 SDDM and GTK Themes offered
|
||||
- If you opted to install SDDM theme, here's the [`LINK`](https://github.com/JaKooLit/simple-sddm)
|
||||
@ -184,7 +181,6 @@ source ~/.zshrc
|
||||
- if you installed in your laptop and Brightness and Keyboard brightness does not work you can execute this command `sudo chmod +s $(which brightnessctl)`
|
||||
|
||||
#### ✨ Packages that are manually downloaded and build. These packages will not be updated by apt and have to be manually updated
|
||||
- nwg-look [`LINK`](https://github.com/nwg-piotr/nwg-look)
|
||||
- Asus ROG asusctl [`LINK`](https://gitlab.com/asus-linux/asusctl) and superfxctl [`LINK`](https://gitlab.com/asus-linux/supergfxctl)
|
||||
- swww [`LINK`](https://github.com/Horus645/swww)
|
||||
- hyprlock [`LINK`](https://github.com/hyprwm/hyprlock) #22 Aug 2024 - still not on repo
|
||||
@ -192,7 +188,6 @@ source ~/.zshrc
|
||||
- xdg-desktop-portal-hyprland [`LINK`](https://github.com/hyprwm/xdg-desktop-portal-hyprland)
|
||||
- rofi-wayland [`LINK`](https://github.com/lbonn/rofi)
|
||||
- wallust [`LINK`](https://codeberg.org/explosion-mental/wallust)
|
||||
- Imagemagick [`LINK`](https://github.com/ImageMagick/ImageMagick) - as of 23 AUG 2024, version 7 still not on official repo, hence needed to build from source
|
||||
|
||||
> [!TIP]
|
||||
> To update to latest packages, re-running this script will auto update all. Script is configured to pull latest packages build for you.
|
||||
|
||||
@ -20,6 +20,7 @@ hypr_package=(
|
||||
imagemagick
|
||||
kitty
|
||||
nano
|
||||
nwg-look
|
||||
pavucontrol
|
||||
playerctl
|
||||
polkit-kde-agent-1
|
||||
|
||||
@ -2,6 +2,8 @@
|
||||
# 💫 https://github.com/JaKooLit 💫 #
|
||||
# nwg-look ) #
|
||||
|
||||
# nwg-look is now in trixie repo 14-Sep-2024
|
||||
|
||||
nwg_look=(
|
||||
golang
|
||||
libgtk-3-dev
|
||||
|
||||
13
install.sh
13
install.sh
@ -162,8 +162,11 @@ ask_yes_no "-Install XDG-DESKTOP-PORTAL-HYPRLAND? (For proper Screen Share ie OB
|
||||
printf "\n"
|
||||
ask_yes_no "-Install zsh & oh-my-zsh plus (OPTIONAL) pokemon-colorscripts for tty?" zsh
|
||||
printf "\n"
|
||||
ask_yes_no "-Install nwg-look? (a GTK Theming app - lxappearance-like) WARN! This Package Takes long time to build!" nwg
|
||||
printf "\n"
|
||||
|
||||
# 14 Sep 2024, now in Debian repo
|
||||
#ask_yes_no "-Install nwg-look? (a GTK Theming app - lxappearance-like) WARN! This Package Takes long time to build!" nwg
|
||||
#printf "\n"
|
||||
|
||||
ask_yes_no "-Installing on Asus ROG Laptops?" rog
|
||||
printf "\n"
|
||||
ask_yes_no "-Do you want to download and install pre-configured Hyprland-dotfiles?" dots
|
||||
@ -242,9 +245,9 @@ if [ "$zsh" == "Y" ]; then
|
||||
execute_script "zsh.sh"
|
||||
fi
|
||||
|
||||
if [ "$nwg" == "Y" ]; then
|
||||
execute_script "nwg-look.sh"
|
||||
fi
|
||||
#if [ "$nwg" == "Y" ]; then
|
||||
# execute_script "nwg-look.sh"
|
||||
#fi
|
||||
|
||||
if [ "$rog" == "Y" ]; then
|
||||
execute_script "rog.sh"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user