Browse Source

updated ascii

pull/59/head
JaKooLit 2 years ago
parent
commit
c286515c95
  1. 10
      config/waybar/modules
  2. 12
      copy.sh

10
config/waybar/modules

@ -162,9 +162,9 @@
"align": 0,
"rotate": 0,
//"format": "{icon} {percent}%",
//"format-icons": ["󰃞", "󰃟", "󰃠"],
"format-icons": ["", "", "", "󰃝", "󰃞", "󰃟", "󰃠"],
"format": "{icon}",
"format-icons": ["","","","","","","","","","","","","","",""],
//"format-icons": ["","","","","","","","","","","","","","",""],
"tooltip-format": "backlight {percent}%",
"icon-size": 10,
"on-click": "",
@ -466,7 +466,6 @@
"tooltip": false,
},
"custom/light_dark": {
"format": "",
"on-click": "~/.config/hypr/scripts/DarkLight.sh",
@ -570,7 +569,8 @@
"align": 0.35,
"rotate": 1,
"format": "{icon}",
"format-icons": ["󰃞", "󰃟", "󰃠"],
//"format-icons": ["󰃞", "󰃟", "󰃠"],
"format-icons": ["","","","","","","","","","","","","","",""],
"on-click": "",
"on-click-middle": "",
"on-click-right": "",
@ -649,7 +649,7 @@
"temperature#vertical": {
"interval": 10,
"tooltip": true,
"hwmon-path": ["/sys/class/hwmon/hwmon6/temp1_input", "/sys/class/thermal/thermal_zone0/temp"],
"hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"],
//"thermal-zone": 0,
"critical-threshold": 80,
"format-critical": "{icon}\n{temperatureC}°C",

12
copy.sh

@ -9,14 +9,10 @@ if [[ $EUID -eq 0 ]]; then
fi
echo "
██╗ █████╗ ██╗ ██╗ ██████╗ ██████╗ ██╗ ██╗████████╗ ██████╗ ██████╗ ████████╗███████╗
██║██╔══██╗ ██║ ██╔╝██╔═══██╗██╔═══██╗██║ ██║╚══██╔══╝ ██╔══██╗██╔═══██╗╚══██╔══╝██╔════╝
██║███████║ █████╔╝ ██║ ██║██║ ██║██║ ██║ ██║ █████╗██║ ██║██║ ██║ ██║ ███████╗
██ ██║██╔══██║ ██╔═██╗ ██║ ██║██║ ██║██║ ██║ ██║ ╚════╝██║ ██║██║ ██║ ██║ ╚════██║
╚█████╔╝██║ ██║██╗██║ ██╗╚██████╔╝╚██████╔╝███████╗██║ ██║ ██████╔╝╚██████╔╝ ██║ ███████║
╚════╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚══════╝
_ _ __ _ _ _ ___ _
_ | |__ _ | |/ /___ ___| | (_) |_ ___| \ ___| |_ ___
| || / _` |_| ' </ _ \/ _ \ |__| | _|___| |) / _ \ _(_-<
\__/\__,_(_)_|\_\___/\___/____|_|\__| |___/\___/\__/__/
"
# Set some colors for output messages
OK="$(tput setaf 2)[OK]$(tput sgr0)"

Loading…
Cancel
Save