Merge pull request #81 from JaKooLit/main
Main to Development for new features
This commit is contained in:
commit
07824f1fab
|
|
@ -3,6 +3,10 @@
|
|||
## 23 May 2024
|
||||
- added qalculate-gtk to work with rofi-calc. Default keybinds (SUPER ALT C)
|
||||
|
||||
## 22 May 2024
|
||||
- nwg-look is now in extra repo so replaced with nwg-look from nwg-look-bin
|
||||
- change the sddm theme destination to /etc/sddm.conf.d/10-theme.conf to theme.conf.user
|
||||
|
||||
## 19 May 2024
|
||||
- Disabled the auto-login in .zprofile as it causes auto-login to Hyprland if any wayland was chosen. Can enabled if only using hyprland
|
||||
|
||||
|
|
|
|||
16
README.md
16
README.md
|
|
@ -8,12 +8,17 @@
|
|||
<br/>
|
||||
</div>
|
||||
|
||||
#### Hyprland-Dots-showcase
|
||||
<h3 align="center">
|
||||
<img src="https://github.com/JaKooLit/Telegram-Animated-Emojis/blob/main/Activity/Sparkles.webp" alt="Sparkles" width="38" height="38" />
|
||||
KooL Hyprland-Dotfiles Showcase
|
||||
<img src="https://github.com/JaKooLit/Telegram-Animated-Emojis/blob/main/Activity/Sparkles.webp" alt="Sparkles" width="38" height="38" />
|
||||
</h3>
|
||||
|
||||
<div align="center">
|
||||
|
||||
https://github.com/JaKooLit/Hyprland-Dots/assets/85185940/50d53755-0f11-45d6-9913-76039e84a2cd
|
||||
|
||||
https://github.com/JaKooLit/Arch-Hyprland/assets/85185940/84e3948f-edbf-45b8-9e3f-1f6699e3830a
|
||||
|
||||
</div>
|
||||
|
||||
### Gallery and Videos
|
||||
<details>
|
||||
|
|
@ -141,6 +146,11 @@ log into your account
|
|||
|
||||
- installing of cava-git on a newly installed Arch makes the install keep hanging. Switched back to cava. After booting and logged in, if cava dont work, replace it cava-git `yay -S cava-git` or `paru -S cava-git`
|
||||
|
||||
> [!NOTE]
|
||||
> Auto start of Hyprland after login (no SDDM or GDM or any login managers)
|
||||
- This was disabled a few days ago. (19 May 2024). This was because some users, after they used the Distro-Hyprland scripts with other DE (gnome-wayland or plasma-wayland), if they choose to login into gnome-wayland for example, Hyprland is starting.
|
||||
- to avoid this, I disabled it. You can re-enable again by editing `~/.zprofile` . Remove all the # on the first lines
|
||||
|
||||
|
||||
#### 🫥 Improving performance for Older Nvidia Cards using driver 470
|
||||
- [`SEE HERE`](https://github.com/JaKooLit/Hyprland-Dots/discussions/123#discussion-6035205)
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ mousepad
|
|||
mpv
|
||||
mpv-mpris
|
||||
nvtop
|
||||
nwg-look-bin
|
||||
nwg-look
|
||||
pacman-contrib
|
||||
qalculate-gtk
|
||||
vim
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ while [ "$valid_input" != true ]; do
|
|||
fi
|
||||
|
||||
sudo mv simple-sddm-2 /usr/share/sddm/themes/
|
||||
echo -e "[Theme]\nCurrent=simple-sddm-2" | sudo tee "$sddm_conf_dir/10-theme.conf" &>> "$LOG"
|
||||
echo -e "[Theme]\nCurrent=simple-sddm-2" | sudo tee "$sddm_conf_dir/theme.conf.user" &>> "$LOG"
|
||||
else
|
||||
echo -e "\e[1A\e[K${ERROR} - Failed to clone the theme repository. Please check your internet connection" | tee -a "$LOG" >&2
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@ thunar=(
|
|||
thunar
|
||||
thunar-volman
|
||||
tumbler
|
||||
ffmpegthumbnailer
|
||||
ffmpegthumbnailer
|
||||
file-roller
|
||||
thunar-archive-plugin
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue