Browse Source

updated some things

pull/106/head
JaKooLit 2 years ago
parent
commit
a3ceb0a549
  1. 2
      README.md
  2. 3
      config/hypr/configs/Execs.conf
  3. 2
      config/hypr/configs/Keybinds.conf
  4. 2
      config/hypr/initial-boot.sh
  5. 5
      config/hypr/scripts/KeyHints.sh

2
README.md

@ -44,7 +44,7 @@ https://github.com/JaKooLit/Hyprland-Dots/assets/85185940/4bebe592-ca43-4962-9b5
- [`MORE INFO HERE`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_Update) - [`MORE INFO HERE`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_Update)
> [!Note] > [!Note]
> The auto copy script will create backups of intended folders to be copied. However, still a good idea to manually backup just incase script failed to backup! > The auto copy script will create backups of intended folders to be copied. However, still a good idea to manually backup just incase script failed to backup!
- ~/.config (btop cava dunst hypr kitty rofi swappy swaylock waybar wlogout) - These are folders to be copied. - ~/.config (btop cava hypr kitty rofi swappy swaylock swaync waybar wlogout) - These are folders to be copied.
- ~/Pictures/wallpapers - Will be backed up - ~/Pictures/wallpapers - Will be backed up
- clone this repo by using git. Change directory, make executable and run the script - clone this repo by using git. Change directory, make executable and run the script
```bash ```bash

3
config/hypr/configs/Execs.conf

@ -22,9 +22,8 @@ exec-once = $scriptsDir/Polkit.sh
# starup apps # starup apps
exec-once = waybar & exec-once = waybar &
exec-once swaync & exec-once swaync
exec-once = nm-applet --indicator & exec-once = nm-applet --indicator &
# exec-once = dunst &
#exec-once = blueman-applet & #exec-once = blueman-applet &
#exec-once = rog-control-center & #exec-once = rog-control-center &

2
config/hypr/configs/Keybinds.conf

@ -24,7 +24,7 @@ bind = CTRL ALT, L, exec, $scriptsDir/LockScreen.sh
bind = CTRL ALT, P, exec, $scriptsDir/Wlogout.sh bind = CTRL ALT, P, exec, $scriptsDir/Wlogout.sh
# FEATURES / EXTRAS # FEATURES / EXTRAS
bind = $mainMod ALT, R, exec, $scriptsDir/Refresh.sh # Refresh waybar, dunst, rofi bind = $mainMod ALT, R, exec, $scriptsDir/Refresh.sh # Refresh waybar, swaync, rofi
bind = $mainMod CTRL, S, exec, $scriptsDir/RofiBeats.sh # online music bind = $mainMod CTRL, S, exec, $scriptsDir/RofiBeats.sh # online music
bind = $mainMod ALT, E, exec, $scriptsDir/RofiEmoji.sh # emoji bind = $mainMod ALT, E, exec, $scriptsDir/RofiEmoji.sh # emoji
bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh # Small help file bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh # Small help file

2
config/hypr/initial-boot.sh

@ -43,7 +43,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then
# Initial waybar style # Initial waybar style
ln -sf "$waybar_style" "$HOME/.config/waybar/style.css" ln -sf "$waybar_style" "$HOME/.config/waybar/style.css"
# Refreshing waybar, dunst, rofi etc. # Refreshing waybar, swaync, rofi etc.
"$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 & "$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 &
"$scriptsDir/Refresh.sh" > /dev/null 2>&1 & "$scriptsDir/Refresh.sh" > /dev/null 2>&1 &

5
config/hypr/scripts/KeyHints.sh

@ -65,8 +65,7 @@ yad --width=$dynamic_width --height=$dynamic_height \
" H" "Launch this app" "" \ " H" "Launch this app" "" \
" E" "View or EDIT Keybinds, Settings, Monitor" "" \ " E" "View or EDIT Keybinds, Settings, Monitor" "" \
"" "" "" \ "" "" "" \
"" "More tips on Hyprland-Dots github wiki page" ""\ "More tips:" "https://github.com/JaKooLit/Hyprland-Dots/wiki" ""\
"" "https://github.com/JaKooLit/Hyprland-Dots/wiki" ""\
"" "" "" \

Loading…
Cancel
Save