📁 files(waybar): rename custom-music module to custom-media
This commit is contained in:
parent
7bae395df9
commit
80d406150e
3 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
"~/.config/waybar/modules/custom-cava.jsonc",
|
"~/.config/waybar/modules/custom-cava.jsonc",
|
||||||
"~/.config/waybar/modules/custom-wf-recorder.jsonc",
|
"~/.config/waybar/modules/custom-wf-recorder.jsonc",
|
||||||
"~/.config/waybar/modules/custom-updates.jsonc",
|
"~/.config/waybar/modules/custom-updates.jsonc",
|
||||||
"~/.config/waybar/modules/custom-music.jsonc",
|
"~/.config/waybar/modules/custom-media.jsonc",
|
||||||
"~/.config/waybar/modules/custom-logo.jsonc",
|
"~/.config/waybar/modules/custom-logo.jsonc",
|
||||||
"~/.config/waybar/modules/custom-notifications.jsonc",
|
"~/.config/waybar/modules/custom-notifications.jsonc",
|
||||||
"~/.config/waybar/modules/custom-weather.jsonc",
|
"~/.config/waybar/modules/custom-weather.jsonc",
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
"custom/cava",
|
"custom/cava",
|
||||||
"custom/wf-recorder",
|
"custom/wf-recorder",
|
||||||
],
|
],
|
||||||
"modules-center": ["custom/music"],
|
"modules-center": ["custom/media"],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"custom/updates",
|
"custom/updates",
|
||||||
"hyprland/language",
|
"hyprland/language",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"custom/music": {
|
"custom/media": {
|
||||||
"format": "{icon} {}",
|
"format": "{icon} {}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"max-length": 100,
|
"max-length": 100,
|
|
@ -39,7 +39,7 @@
|
||||||
#cpu,
|
#cpu,
|
||||||
#memory,
|
#memory,
|
||||||
#temperature,
|
#temperature,
|
||||||
#custom-music,
|
#custom-media,
|
||||||
#custom-fans,
|
#custom-fans,
|
||||||
#clock,
|
#clock,
|
||||||
#idle_inhibitor,
|
#idle_inhibitor,
|
||||||
|
@ -252,7 +252,7 @@ window#waybar.hidden {
|
||||||
color: @mantle;
|
color: @mantle;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-music {
|
#custom-media {
|
||||||
background: @lavender;
|
background: @lavender;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
52deg,
|
52deg,
|
||||||
|
|
Loading…
Add table
Reference in a new issue