diff --git a/README.md b/README.md index 14b5801..01cd2cd 100644 --- a/README.md +++ b/README.md @@ -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/assets/Tips.md) + + ### 🔮 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 0000000..0aba313 --- /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/waybar/configs/config-all b/config/waybar/configs/config-all index e73605b..f285840 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#3", + "custom/light_dark", ], "modules-right": [ diff --git a/config/waybar/modules b/config/waybar/modules index 75e6c7a..c317377 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",