refactor(waybar): remove asus mode
This commit is contained in:
parent
a5f469b950
commit
b9ff0793ce
@ -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 ",
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user