📁 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-wf-recorder.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-notifications.jsonc",
|
||||
"~/.config/waybar/modules/custom-weather.jsonc",
|
||||
|
@ -18,7 +18,7 @@
|
|||
"custom/cava",
|
||||
"custom/wf-recorder",
|
||||
],
|
||||
"modules-center": ["custom/music"],
|
||||
"modules-center": ["custom/media"],
|
||||
"modules-right": [
|
||||
"custom/updates",
|
||||
"hyprland/language",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"custom/music": {
|
||||
"custom/media": {
|
||||
"format": "{icon} {}",
|
||||
"return-type": "json",
|
||||
"max-length": 100,
|
|
@ -39,7 +39,7 @@
|
|||
#cpu,
|
||||
#memory,
|
||||
#temperature,
|
||||
#custom-music,
|
||||
#custom-media,
|
||||
#custom-fans,
|
||||
#clock,
|
||||
#idle_inhibitor,
|
||||
|
@ -252,7 +252,7 @@ window#waybar.hidden {
|
|||
color: @mantle;
|
||||
}
|
||||
|
||||
#custom-music {
|
||||
#custom-media {
|
||||
background: @lavender;
|
||||
background: linear-gradient(
|
||||
52deg,
|
||||
|
|
Loading…
Add table
Reference in a new issue