fix: temporary fix for random display names
This commit is contained in:
parent
bbff8e9d20
commit
afc232ca26
1 changed files with 8 additions and 10 deletions
|
@ -12,16 +12,11 @@
|
||||||
layer = "top";
|
layer = "top";
|
||||||
position = "bottom";
|
position = "bottom";
|
||||||
height = 30;
|
height = 30;
|
||||||
output = [ "eDP-2" "HDMI-A-1" ];
|
output = [ "eDP-1" "eDP-2" "HDMI-A-1" ];
|
||||||
modules-left = [ "hyprland/workspaces" "hyprland/submap" ];
|
modules-left = [ "hyprland/workspaces" "hyprland/submap" ];
|
||||||
modules-center = [ "mpd" ];
|
modules-center = [ "mpd" ];
|
||||||
modules-right = [
|
modules-right =
|
||||||
"clock"
|
[ "clock" "group/trays" "group/monitor" "wireplumber" "temperature" ];
|
||||||
"group/trays"
|
|
||||||
"group/monitor"
|
|
||||||
"wireplumber"
|
|
||||||
"temperature"
|
|
||||||
];
|
|
||||||
"battery" = {
|
"battery" = {
|
||||||
"bat" = "BAT1";
|
"bat" = "BAT1";
|
||||||
"format" = "BAT {capacity}% @ {power}W";
|
"format" = "BAT {capacity}% @ {power}W";
|
||||||
|
@ -39,14 +34,17 @@
|
||||||
"group/trays" = {
|
"group/trays" = {
|
||||||
"orientation" = "inherit";
|
"orientation" = "inherit";
|
||||||
"modules" = [ "custom/tray-label" "tray" ];
|
"modules" = [ "custom/tray-label" "tray" ];
|
||||||
"drawer" = { };
|
"drawer" = { "click-to-reveal" = true; };
|
||||||
};
|
};
|
||||||
"group/monitor" = {
|
"group/monitor" = {
|
||||||
"orientation" = "inherit";
|
"orientation" = "inherit";
|
||||||
"modules" = [ "custom/monitor-label" "battery" "cpu" "memory" ];
|
"modules" = [ "custom/monitor-label" "battery" "cpu" "memory" ];
|
||||||
"drawer" = { };
|
"drawer" = { "click-to-reveal" = true; };
|
||||||
};
|
};
|
||||||
"mpd" = {
|
"mpd" = {
|
||||||
|
"artist-len" = 10;
|
||||||
|
"album-len" = 10;
|
||||||
|
"title-len" = 20;
|
||||||
"format" =
|
"format" =
|
||||||
"{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ";
|
"{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ";
|
||||||
"format-disconnected" = "Disconnected ";
|
"format-disconnected" = "Disconnected ";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue