Hyperland/waybar changes
This commit is contained in:
@@ -48,17 +48,18 @@ in
|
||||
@import "macchiato.css";
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
min-height: 10px;
|
||||
font-family: "JetbrainsMono Nerd Font";
|
||||
font-size: 15px;
|
||||
transition-property: background-color;
|
||||
transition-duration: 0.5s;
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
min-height: 10px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: transparent;
|
||||
background-color: @surface2;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
window#waybar.hidden {
|
||||
@@ -69,10 +70,10 @@ in
|
||||
margin-top: 6px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
border-radius: 10px;
|
||||
border-radius: 0px;
|
||||
transition: none;
|
||||
color: transparent;
|
||||
background: transparent;
|
||||
background-color: @surface2;
|
||||
}
|
||||
|
||||
@keyframes blink_red {
|
||||
@@ -99,7 +100,7 @@ in
|
||||
padding-right: 12px;
|
||||
}
|
||||
#workspaces button.active {
|
||||
background-color: @surface1;
|
||||
background-color: @surface2;
|
||||
}
|
||||
#workspaces button.urgent {
|
||||
color: alpha(@red, 0.4);
|
||||
@@ -121,6 +122,11 @@ in
|
||||
}
|
||||
.modules-right {
|
||||
background-color: @base;
|
||||
border-radius: 10px 0px 0px 10px;
|
||||
}
|
||||
.modules-left {
|
||||
background-color: @base;
|
||||
border-radius: 0px 10px 10px 0px;
|
||||
}
|
||||
#mode,
|
||||
#clock,
|
||||
@@ -162,9 +168,9 @@ in
|
||||
"pulseaudio#microphone"
|
||||
"memory"
|
||||
"cpu"
|
||||
"tray"
|
||||
(lib.mkIf (withBattery) "battery")
|
||||
"clock"
|
||||
"tray"
|
||||
];
|
||||
"hyprland/workspaces" = {
|
||||
"format" = "{name}";
|
||||
|
Reference in New Issue
Block a user