diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-09 23:30:22 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-09 23:30:22 +0900 |
| commit | c286515c9503f0dd54c3b7ba37bd93e1c98b8454 (patch) | |
| tree | 2b2be92dd50c93d47911a37c5caae4b2ff348d55 | |
| parent | fa52522d9d8564d7c069f9fd794c41b5e4e6e00f (diff) | |
updated ascii
| -rw-r--r-- | config/waybar/modules | 22 | ||||
| -rwxr-xr-x | copy.sh | 14 |
2 files changed, 16 insertions, 20 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 093d1888..9955e3df 100644 --- a/config/waybar/modules +++ b/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": "", @@ -459,13 +459,12 @@ }, "custom/keyboard": { - "exec": "cat ~/.cache/kb_layout", - "interval": 1, - "format": " {}", - "on-click": "~/.config/hypr/scripts/SwitchKeyboardLayout.sh", - "tooltip": false, - }, - + "exec": "cat ~/.cache/kb_layout", + "interval": 1, + "format": " {}", + "on-click": "~/.config/hypr/scripts/SwitchKeyboardLayout.sh", + "tooltip": false, + }, "custom/light_dark": { "format": "", @@ -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", @@ -8,15 +8,11 @@ if [[ $EUID -eq 0 ]]; then exit 1 fi -echo " - - ██╗ █████╗ ██╗ ██╗ ██████╗ ██████╗ ██╗ ██╗████████╗ ██████╗ ██████╗ ████████╗███████╗ - ██║██╔══██╗ ██║ ██╔╝██╔═══██╗██╔═══██╗██║ ██║╚══██╔══╝ ██╔══██╗██╔═══██╗╚══██╔══╝██╔════╝ - ██║███████║ █████╔╝ ██║ ██║██║ ██║██║ ██║ ██║ █████╗██║ ██║██║ ██║ ██║ ███████╗ -██ ██║██╔══██║ ██╔═██╗ ██║ ██║██║ ██║██║ ██║ ██║ ╚════╝██║ ██║██║ ██║ ██║ ╚════██║ -╚█████╔╝██║ ██║██╗██║ ██╗╚██████╔╝╚██████╔╝███████╗██║ ██║ ██████╔╝╚██████╔╝ ██║ ███████║ - ╚════╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚══════╝ - +echo " + _ _ __ _ _ _ ___ _ + _ | |__ _ | |/ /___ ___| | (_) |_ ___| \ ___| |_ ___ + | || / _` |_| ' </ _ \/ _ \ |__| | _|___| |) / _ \ _(_-< + \__/\__,_(_)_|\_\___/\___/____|_|\__| |___/\___/\__/__/ " # Set some colors for output messages OK="$(tput setaf 2)[OK]$(tput sgr0)" |
