diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-09 20:32:12 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-09 20:32:12 +0900 |
| commit | 4c37be6f4ed6be2ab4b4440aa567cb4d100eacfe (patch) | |
| tree | 70b769013f6e9dce6002c7337222cd37df58a1f8 | |
| parent | 6989113e1a7ca5a1431e37d8305ffc22839ef1f0 (diff) | |
added ricing tips
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | assets/Tips.md | 5 | ||||
| -rw-r--r-- | config/waybar/configs/config-all | 8 | ||||
| -rw-r--r-- | config/waybar/modules | 2 |
4 files changed, 14 insertions, 5 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/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 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/waybar/configs/config-all b/config/waybar/configs/config-all index e73605b9..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#3", + "custom/light_dark", ], "modules-right": [ diff --git a/config/waybar/modules b/config/waybar/modules index 75e6c7a3..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", |
