diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | assets/Tips.md | 5 | ||||
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 2 | ||||
| -rwxr-xr-x | config/hypr/scripts/KeyHints.sh | 5 | ||||
| -rw-r--r-- | config/waybar/configs/config-all | 8 | ||||
| -rw-r--r-- | config/waybar/configs/config-default | 1 | ||||
| -rw-r--r-- | config/waybar/configs/config-dual | 2 | ||||
| -rw-r--r-- | config/waybar/configs/config-dual-TL | 2 | ||||
| -rw-r--r-- | config/waybar/configs/config-dual-TR | 2 | ||||
| -rw-r--r-- | config/waybar/configs/config-gnome | 2 | ||||
| -rw-r--r-- | config/waybar/configs/config-plasma | 2 | ||||
| -rw-r--r-- | config/waybar/modules | 41 |
12 files changed, 23 insertions, 53 deletions
@@ -104,6 +104,10 @@ ln -sf "$HOME/.cache/wal/colors-rofi-dark.rasi" "$HOME/.config/rofi/pywal-color/ - [ ] Quite possibly switch to starship? Although starship has limited themes compared to oh-my-zsh. +### Some ricing tips +- [Ricing Tips](https://github.com/JaKooLit/Hyprland-Dots/blob/main/assets/Tips.md?plain=1) + + ### 🔮 Discord Server - kindly join my Discord Server https://discord.gg/V2SJ92vbEN diff --git a/assets/Tips.md b/assets/Tips.md new file mode 100644 index 00000000..0aba3133 --- /dev/null +++ b/assets/Tips.md @@ -0,0 +1,5 @@ +###This will search as a quick tips / guide + +### Waybar ricing +- 4 waybar hyprland/workspaces to choose from. Circle +Roman Number, pacman, and workspace number and icons. Just assign accordingly on waybar configs. They are called hyprland/workspaces, #2, #3, #4 etc...
\ No newline at end of file diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index aaf74435..d92137cc 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -48,7 +48,7 @@ bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh bind = $mainMod, E, exec, $scriptsDir/QuickEdit.sh bind = $mainMod, B, exec, killall -SIGUSR1 waybar # Toggle hide/show waybar bind = $mainMod SHIFT, G, exec, $scriptsDir/GameMode.sh -bind = CTRL, ESCAPE, exec, killall waybar || waybar #This RELOADS waybar [Double press] +bind = CTRL SHIFT, W, exec, $scriptsDir/Refresh.sh #bind = $mainMod SHIFT, M, exec, hyprctl dispatch splitratio -0.3 #bind = $mainMod SHIFT, Y, exec, $term --class clock -T clock -e tty-clock -c -C 7 -r -s -f "%A, %B, %d" diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh index 9b202cb5..f7357653 100755 --- a/config/hypr/scripts/KeyHints.sh +++ b/config/hypr/scripts/KeyHints.sh @@ -8,7 +8,7 @@ yad --width=1000 --height=1000 \ --column=Key: \ --column=Description: \ --column=Command: \ ---timeout=30 \ +--timeout=60 \ --timeout-indicator=bottom \ "ESC" "close this app" "" "=" "SUPER KEY" "(SUPER KEY)" \ " enter" "Terminal" "(kitty)" \ @@ -20,6 +20,7 @@ yad --width=1000 --height=1000 \ " W" "Random wallpaper" "(swww)" \ " ALT W" "Choose waybar layout" "(waybar layout)" \ " SHIFT W" "cycle waybar styles" "(waybar styles)" \ +"CTRL SHIFT W" "Reload Waybar and Dunst" "" \ " Print" "screenshot" "(grim)" \ " Shift Print" "screenshot region" "(grim + slurp)" \ " Shift S" "screenshot region" "(swappy)" \ @@ -35,6 +36,6 @@ yad --width=1000 --height=1000 \ " H" "Launch this app" "" \ " E" "View or EDIT Keybinds, Settings, Monitor" "" \ "" "" "" \ -"" "This window will auto-close in 30 secs" ""\ +"" "This window will auto-close in 60 secs" ""\ diff --git a/config/waybar/configs/config-all b/config/waybar/configs/config-all index bee620b0..f285840b 100644 --- a/config/waybar/configs/config-all +++ b/config/waybar/configs/config-all @@ -21,12 +21,12 @@ "cpu", "temperature", "memory", - "disk", + "disk", + "custom/weather", ], "modules-center": [ - "custom/weather", - "custom/light_dark", + "hyprland/workspaces#4", ], "modules-right": [ @@ -58,7 +58,7 @@ ], "modules-center": [ - "hyprland/workspaces", + "custom/light_dark", ], "modules-right": [ diff --git a/config/waybar/configs/config-default b/config/waybar/configs/config-default index e934c8bc..2d88c80a 100644 --- a/config/waybar/configs/config-default +++ b/config/waybar/configs/config-default @@ -1,5 +1,4 @@ // ### DEFAULT ### // - { "include": "~/.config/waybar/modules", "layer": "top", diff --git a/config/waybar/configs/config-dual b/config/waybar/configs/config-dual index fec652a9..7ddafecb 100644 --- a/config/waybar/configs/config-dual +++ b/config/waybar/configs/config-dual @@ -15,7 +15,7 @@ "margin-top": 10, "modules-left": [ - "hyprland/workspaces", + "hyprland/workspaces#2", "cpu", "temperature", "memory", diff --git a/config/waybar/configs/config-dual-TL b/config/waybar/configs/config-dual-TL index 4b0a7f7e..040bc529 100644 --- a/config/waybar/configs/config-dual-TL +++ b/config/waybar/configs/config-dual-TL @@ -25,7 +25,7 @@ "modules-center": [ //"hyprland/window", - "hyprland/workspaces#2", + "hyprland/workspaces#3", ], "modules-right": [ diff --git a/config/waybar/configs/config-dual-TR b/config/waybar/configs/config-dual-TR index 061731d9..e169c548 100644 --- a/config/waybar/configs/config-dual-TR +++ b/config/waybar/configs/config-dual-TR @@ -25,7 +25,7 @@ "modules-center": [ //"hyprland/window", - "hyprland/workspaces#2", + "hyprland/workspaces#3", ], "modules-right": [ diff --git a/config/waybar/configs/config-gnome b/config/waybar/configs/config-gnome index e13a0884..b2d203c4 100644 --- a/config/waybar/configs/config-gnome +++ b/config/waybar/configs/config-gnome @@ -15,7 +15,7 @@ "modules-left": [ "custom/menu", - "hyprland/workspaces", + "hyprland/workspaces#3", //"custom/updater", "hyprland/window", ], diff --git a/config/waybar/configs/config-plasma b/config/waybar/configs/config-plasma index e7125d13..165698ba 100644 --- a/config/waybar/configs/config-plasma +++ b/config/waybar/configs/config-plasma @@ -16,7 +16,7 @@ "modules-left": [ "custom/menu", - "hyprland/workspaces", + "hyprland/workspaces#3", "wlr/taskbar", ], diff --git a/config/waybar/modules b/config/waybar/modules index a060965f..c3173775 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -69,7 +69,7 @@ // NUMBERS and ICONS style "hyprland/workspaces#4": { "format": "{name}", - //"format": " {name}:{icon} ", + "format": " {name} {icon} ", //"format": " {icon} ", "show-special": false, "on-click": "activate", @@ -245,45 +245,6 @@ "(.*) - kitty": "> [$1]", }, }, - -"hyprland/workspaces": { - "format": "{name}", - //"format": " {name}:{icon} ", - //"format": " {icon} ", - "show-special": false, - "on-click": "activate", - "all-outputs": true, - "sort-by-number": true, - "format-icons": { - "1": " ", - "2": " ", - "3": " ", - "4": " ", - "5": " ", - "6": " ", - "7": "", - "8": " ", - "9": "", - "10": "10", - "focused": "", - "default": "", - }, - "on-scroll-up": "hyprctl dispatch workspace e+1", - "on-scroll-down": "hyprctl dispatch workspace e-1", -}, - -"hyprland/workspaces#2": { - "format": "{icon}", - "on-click": "activate", - "on-scroll-up": "hyprctl dispatch workspace e+1", - "on-scroll-down": "hyprctl dispatch workspace e-1", - "format-icons": { - "active": "", - "default": "", - }, - "active-only": false, - "all-outputs": true -}, "idle_inhibitor": { "format": "{icon}", |
