Compare commits

..

No commits in common. "3f9d3245161b71e4c7ebc462dd473a25e195b5ef" and "af6ab87de73af886d435985c13ea0b00b51c3497" have entirely different histories.

3 changed files with 12 additions and 23 deletions

View file

@ -34,7 +34,7 @@
"window.menuBarVisibility" = "toggle";
"window.zoomLevel" = -0.25;
"workbench.colorTheme" = "Catppuccin Mocha";
"workbench.editor.empty.hint" = "hidden";
"workbench.editor.untitled.hint" = "hidden";
"workbench.iconTheme" = "catppuccin-mocha";
"gitlens.telemetry.enabled" = false;
"telemetry.telemetryLevel" = "off";

View file

@ -35,35 +35,31 @@ $colors: $rosewater, $flamingo, $pink, $mauve, $red, $maroon, $peach, $yellow, $
}
.seperator {
font-size: 21px;
font-size: 19px;
margin-top: -1px;
&.up {
margin-top: -1px;
margin-bottom: -2px;
color: mix(nth($colors, $i), $mantle, 30%);
&.active {
color: mix(nth($colors, $i), $mantle, 100%);
}
&.up.active {
color: mix(nth($colors, $i), $mantle, 100%);
}
&.down {
margin-left: -12px;
margin-right: -1px;
margin-bottom: -1px;
margin-top: -2px;
@if $i ==10 {
color: transparent;
}
@else {
color: mix(nth($colors, $i + 1), $mantle, 30%);
&.active {
color: mix(nth($colors, $i + 1), $mantle, 100%);
}
color: mix(nth($colors, $i + 1), $mantle, 30%);
}
}
}
@ -77,13 +73,6 @@ $colors: $rosewater, $flamingo, $pink, $mauve, $red, $maroon, $peach, $yellow, $
all: unset;
}
checkbutton {
all: unset;
margin: 4 20px;
border-radius: 50%;
background-color: $surface0;
}
.metric scale trough highlight {
all: unset;
background-color: $blue;

View file

@ -6,6 +6,7 @@
:x "0%"
:y "0%"
:width "100%"
:height "22px"
:anchor "top center"
)
:reserve (struts
@ -30,10 +31,6 @@
:orientation "h"
:space-evenly false
:halign "end"
(checkbox
:onchecked "systemctl --user stop swayidle"
:onunchecked "systemctl --user restart swayidle"
)
(metric
:label "󰕾"
:value volume
@ -103,6 +100,8 @@
)
)
(defwidget metric [label value onchange]
(box
:orientation "h"
@ -122,6 +121,7 @@
)
)
(defpoll volume
:interval "1s"
"pamixer --get-volume"