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": [
"custom/pacman-update",
"tray",
"custom/asusmode",
"network",
"clock",
"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": {
"format": " {percentage}%",
"tooltip-format": "{used:0.1f}GB/{total:0.1f}GB ",

View File

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