feat: split panels for waybar;
refactor: waybar, swaync and rofi now share colors; refactor: removed windows from rofi, niced colors; fix: transparency blur arifacts;
This commit is contained in:
@@ -8,24 +8,18 @@
|
||||
"spacing": 4, // Gaps between modules (4px)
|
||||
// Choose the order of the modules
|
||||
"modules-left": [
|
||||
"hyprland/workspaces",
|
||||
"pulseaudio"
|
||||
"hyprland/workspaces"
|
||||
],
|
||||
"modules-center": [
|
||||
"mpd"
|
||||
],
|
||||
"modules-right": [
|
||||
"pulseaudio",
|
||||
"network",
|
||||
"cpu",
|
||||
"memory",
|
||||
//"temperature",
|
||||
//"backlight",
|
||||
//"hyprland/language",
|
||||
"battery",
|
||||
//"battery#bat2",
|
||||
"tray",
|
||||
"clock"
|
||||
// "custom/power"
|
||||
],
|
||||
// Modules configuration
|
||||
"hyprland/workspaces": {
|
||||
@@ -68,7 +62,6 @@
|
||||
"10": "零",
|
||||
"11": "一",
|
||||
"12": "十",
|
||||
// "3": "",
|
||||
"default": "",
|
||||
"empty": ""
|
||||
}
|
||||
@@ -98,10 +91,10 @@
|
||||
},
|
||||
"mpd": {
|
||||
"password": "kapuchinamusica",
|
||||
"artist-len": 15,
|
||||
"title-len": 30,
|
||||
"artist-len": 30,
|
||||
"title-len": 45,
|
||||
"unknown-tag": "n/a",
|
||||
"format": "{stateIcon} {artist} - {title} {elapsedTime:%M:%S}/{totalTime:%M:%S}",
|
||||
"format": "{stateIcon} {artist} - {title}",
|
||||
"interval": 1,
|
||||
"single-icons": {
|
||||
"on": "1 "
|
||||
@@ -208,12 +201,12 @@
|
||||
},
|
||||
"pulseaudio": {
|
||||
// "scroll-step": 1, // %, can be a float
|
||||
"format": "{volume}% {icon} {format_source}",
|
||||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
||||
"format-bluetooth-muted": " {icon} {format_source}",
|
||||
"format-muted": " {format_source}",
|
||||
"format": "{format_source} {volume}% {icon}",
|
||||
"format-bluetooth": "{format_source} {volume}% {icon}",
|
||||
"format-bluetooth-muted": "{format_source} {icon}",
|
||||
"format-muted": "{format_source} ",
|
||||
"format-source": "",
|
||||
"format-source-muted": " ",
|
||||
"format-source-muted": " ",
|
||||
"format-icons": {
|
||||
"headphone": "",
|
||||
//"hands-free": "",
|
||||
|
||||
Reference in New Issue
Block a user