From a3ceb0a549e37ef3a57bf2ce7d86cb0a83c922d2 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 27 Dec 2023 23:41:42 +0900 Subject: updated some things --- config/hypr/configs/Execs.conf | 3 +-- config/hypr/configs/Keybinds.conf | 2 +- config/hypr/initial-boot.sh | 2 +- config/hypr/scripts/KeyHints.sh | 5 ++--- 4 files changed, 5 insertions(+), 7 deletions(-) (limited to 'config/hypr') diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf index 19da05bc..fd21a24d 100644 --- a/config/hypr/configs/Execs.conf +++ b/config/hypr/configs/Execs.conf @@ -22,9 +22,8 @@ exec-once = $scriptsDir/Polkit.sh # starup apps exec-once = waybar & -exec-once swaync & +exec-once swaync exec-once = nm-applet --indicator & -# exec-once = dunst & #exec-once = blueman-applet & #exec-once = rog-control-center & diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 901cbd27..4f8f6ae4 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/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 # 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 ALT, E, exec, $scriptsDir/RofiEmoji.sh # emoji bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh # Small help file diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index cbf13b40..704d8676 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -43,7 +43,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then # Initial waybar style 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/Refresh.sh" > /dev/null 2>&1 & diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh index 65151c9e..180befa1 100755 --- a/config/hypr/scripts/KeyHints.sh +++ b/config/hypr/scripts/KeyHints.sh @@ -65,8 +65,7 @@ yad --width=$dynamic_width --height=$dynamic_height \ " H" "Launch this app" "" \ " E" "View or EDIT Keybinds, Settings, Monitor" "" \ "" "" "" \ -"" "More tips on Hyprland-Dots github wiki page" ""\ -"" "https://github.com/JaKooLit/Hyprland-Dots/wiki" ""\ -"" "" "" \ +"More tips:" "https://github.com/JaKooLit/Hyprland-Dots/wiki" ""\ + -- cgit v1.2.3