Browse Source

added ricing tips

pull/14/head
JaKooLit 2 years ago
parent
commit
4c37be6f4e
  1. 4
      README.md
  2. 5
      assets/Tips.md
  3. 8
      config/waybar/configs/config-all
  4. 2
      config/waybar/modules

4
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

5
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...

8
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": [

2
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",

Loading…
Cancel
Save