mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-28 10:04:20 -05:00
feat(waybar): move player from center to left
This commit is contained in:
@@ -78,9 +78,7 @@ in {
|
||||
++ (lib.optionals hyprlandCfg.enable [
|
||||
"hyprland/workspaces"
|
||||
"hyprland/submap"
|
||||
]);
|
||||
|
||||
modules-center = [
|
||||
]) ++ [
|
||||
"custom/currentplayer"
|
||||
"custom/player"
|
||||
];
|
||||
@@ -334,12 +332,6 @@ in {
|
||||
border-radius: 0.5em;
|
||||
border-right: solid 0.4em ${colors.surface};
|
||||
}
|
||||
.modules-center {
|
||||
background-color: ${toRGBA colors.surface "0.8"};
|
||||
border-radius: 0.5em;
|
||||
border-right: solid 0.4em ${colors.surface};
|
||||
border-left: solid 0.4em ${colors.surface};
|
||||
}
|
||||
.modules-right {
|
||||
background-color: ${toRGBA colors.surface "0.8"};
|
||||
margin-right: 0;
|
||||
|
||||
Reference in New Issue
Block a user