Browse Source

updated ascii

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

22
config/waybar/modules

@ -162,9 +162,9 @@
"align": 0, "align": 0,
"rotate": 0, "rotate": 0,
//"format": "{icon} {percent}%", //"format": "{icon} {percent}%",
//"format-icons": ["󰃞", "󰃟", "󰃠"], "format-icons": ["", "", "", "󰃝", "󰃞", "󰃟", "󰃠"],
"format": "{icon}", "format": "{icon}",
"format-icons": ["","","","","","","","","","","","","","",""], //"format-icons": ["","","","","","","","","","","","","","",""],
"tooltip-format": "backlight {percent}%", "tooltip-format": "backlight {percent}%",
"icon-size": 10, "icon-size": 10,
"on-click": "", "on-click": "",
@ -459,13 +459,12 @@
}, },
"custom/keyboard": { "custom/keyboard": {
"exec": "cat ~/.cache/kb_layout", "exec": "cat ~/.cache/kb_layout",
"interval": 1, "interval": 1,
"format": " {}", "format": " {}",
"on-click": "~/.config/hypr/scripts/SwitchKeyboardLayout.sh", "on-click": "~/.config/hypr/scripts/SwitchKeyboardLayout.sh",
"tooltip": false, "tooltip": false,
}, },
"custom/light_dark": { "custom/light_dark": {
"format": "", "format": "",
@ -570,7 +569,8 @@
"align": 0.35, "align": 0.35,
"rotate": 1, "rotate": 1,
"format": "{icon}", "format": "{icon}",
"format-icons": ["󰃞", "󰃟", "󰃠"], //"format-icons": ["󰃞", "󰃟", "󰃠"],
"format-icons": ["","","","","","","","","","","","","","",""],
"on-click": "", "on-click": "",
"on-click-middle": "", "on-click-middle": "",
"on-click-right": "", "on-click-right": "",
@ -649,7 +649,7 @@
"temperature#vertical": { "temperature#vertical": {
"interval": 10, "interval": 10,
"tooltip": true, "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, //"thermal-zone": 0,
"critical-threshold": 80, "critical-threshold": 80,
"format-critical": "{icon}\n{temperatureC}°C", "format-critical": "{icon}\n{temperatureC}°C",

12
copy.sh

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

Loading…
Cancel
Save