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