updated monocle bar to be actually useable, now just need to make a daemon.

This commit is contained in:
2026-06-06 19:55:52 +02:00
parent f6cb2fb1d2
commit be4d7a9b7a
8 changed files with 169 additions and 22 deletions
+9 -5
View File
@@ -1,3 +1,5 @@
@import "./colors.css";
* {
font-family: "JetBrainsMono Nerd Font";
font-weight: bold;
@@ -6,8 +8,10 @@
font-size: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
border: 0px;
padding: 2px;
background-color: black;
padding-top: 4px;
padding-bottom: 2px;
padding-left: 4px;
background-color: @surface;
animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}
@@ -32,9 +36,9 @@
#custom-button-zoomin,
#custom-button-zoomout,
#custom-button-fit {
background-color: #333333;
color: white;
border: 1px;
background-color: @surface_container;
color: @primary;
border: 0px;
border-style: solid;
border-color: white;
border-radius: 10px;