Browse Source

Restart of Rainbow Borders fixed :)

pull/45/head
JaKooLit 2 years ago
parent
commit
9f7677f89b
  1. 10
      config/hypr/scripts/Refresh.sh
  2. 0
      config/hypr/v2.1.11
  3. 11
      config/waybar/configs/Peony [Bottom]
  4. 17
      config/waybar/configs/Peony [TOP]

10
config/hypr/scripts/Refresh.sh

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
SCRIPTSDIR=$HOME/.config/hypr/scripts SCRIPTSDIR=$HOME/.config/hypr/scripts
@ -6,7 +6,7 @@ SCRIPTSDIR=$HOME/.config/hypr/scripts
_ps=(waybar rofi) _ps=(waybar rofi)
for _prs in "${_ps[@]}"; do for _prs in "${_ps[@]}"; do
if pidof "${_prs}" >/dev/null; then if pidof "${_prs}" >/dev/null; then
killall "${_prs}" pkill "${_prs}"
fi fi
done done
@ -16,6 +16,6 @@ waybar &
# Relaunch dunst with pywal-borders # Relaunch dunst with pywal-borders
${SCRIPTSDIR}/PywalDunst.sh & ${SCRIPTSDIR}/PywalDunst.sh &
## trying to figure out how to restart Rainbow borders # Relaunching rainbow borders
#sleep 1 sleep 1
#${SCRIPTSDIR}/RainbowBorders.sh & ${SCRIPTSDIR}/RainbowBorders.sh &

0
config/hypr/v2.1.12 → config/hypr/v2.1.11

11
config/waybar/configs/Peony [Bottom]

@ -28,7 +28,7 @@
"custom/separator#line", "custom/separator#line",
"backlight#peony", "backlight#peony",
"custom/separator#line", "custom/separator#line",
"temperature#peony", "temperature",
"custom/separator#line", "custom/separator#line",
"battery#peony", "battery#peony",
"network#peony"], "network#peony"],
@ -59,15 +59,6 @@
"format": "{percent}% {icon}", "format": "{percent}% {icon}",
"format-icons": ["󰛩", "󱩎", "󱩏", "󱩑", "󱩒", "󱩓", "󱩔", "󱩕", "󰛨"], "format-icons": ["󰛩", "󱩎", "󱩏", "󱩑", "󱩒", "󱩓", "󱩔", "󱩕", "󰛨"],
}, },
"temperature#peony": {
// "thermal-zone": 2,
"hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"],
"critical-threshold": 80,
// "format-critical": "{temperatureC}°C ",
"format": "{temperatureC}°C "
},
"network#peony": { "network#peony": {
"format": "{ifname}", "format": "{ifname}",

17
config/waybar/configs/Peony [TOP]

@ -28,7 +28,7 @@
"custom/separator#line", "custom/separator#line",
"backlight#peony", "backlight#peony",
"custom/separator#line", "custom/separator#line",
"temperature#peony", "temperature",
"custom/separator#line", "custom/separator#line",
"battery#peony", "battery#peony",
"network#peony"], "network#peony"],
@ -53,22 +53,7 @@
"on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec",
"format-icons": ["", "", "󰕾", ""], "format-icons": ["", "", "󰕾", ""],
}, },
"backlight#peony": {
"device": "intel_backlight",
"format": "{percent}% {icon}",
"format-icons": ["󰛩", "󱩎", "󱩏", "󱩑", "󱩒", "󱩓", "󱩔", "󱩕", "󰛨"],
},
"temperature#peony": {
// "thermal-zone": 2,
"hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"],
"critical-threshold": 80,
// "format-critical": "{temperatureC}°C ",
"format": "{temperatureC}°C "
},
"network#peony": { "network#peony": {
"format": "{ifname}", "format": "{ifname}",
"format-wifi": "{icon}", "format-wifi": "{icon}",

Loading…
Cancel
Save