refactor(waybar): remove asus mode

This commit is contained in:
Price Hiller 2023-07-23 16:53:42 -05:00
parent a5f469b950
commit b9ff0793ce
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 0 additions and 17 deletions

View File

@ -20,7 +20,6 @@
"modules-right": [ "modules-right": [
"custom/pacman-update", "custom/pacman-update",
"tray", "tray",
"custom/asusmode",
"network", "network",
"clock", "clock",
"custom/lock" "custom/lock"
@ -174,13 +173,6 @@
] ]
} }
}, },
"custom/asusmode": {
"interval": 1,
"format": "󰈐 {}",
"on-click": "asusctl profile -n",
"on-click-right": "rog-control-center",
"exec": "asusctl profile -p | awk '{print $NF}'"
},
"memory": { "memory": {
"format": " {percentage}%", "format": " {percentage}%",
"tooltip-format": "{used:0.1f}GB/{total:0.1f}GB ", "tooltip-format": "{used:0.1f}GB/{total:0.1f}GB ",

View File

@ -53,7 +53,6 @@
#cpu, #cpu,
#temperature, #temperature,
#custom-asusmode,
#memory, #memory,
#battery, #battery,
#disk, #disk,
@ -77,10 +76,6 @@
} }
/* Media */ /* Media */
#custom-media {
margin: 0;
}
#custom-media.playing { #custom-media.playing {
background: linear-gradient( background: linear-gradient(
-45deg, -45deg,
@ -254,10 +249,6 @@
color: #7e9cd8; color: #7e9cd8;
} }
/* Asus Fan Mode */
#custom-asusmode {
color: #ffa066;
}
/* Network */ /* Network */
#network { #network {