stow initial commit

This commit is contained in:
2026-04-01 19:00:09 +01:00
commit 4236d22445
311 changed files with 39808 additions and 0 deletions
+107
View File
@@ -0,0 +1,107 @@
* {
border: none;
border-radius: 0;
font-family: "Source Sans Pro", "FontAwesome 6 Free";
font-size: 15px;
box-shadow: none;
text-shadow: none;
transition-duration: 0s;
}
window.main {
color: rgb(101,123,131);
background-color: rgb(0,43,54);
border-bottom: 1px solid rgb(88,110,117);
}
#workspaces {
margin-right: 5px;
}
#custom-scratchpad {
margin-right: 5px;
padding: 0px 5px;
}
/* Modules center */
#workspaces {
background: #073642;
border-radius: 10px;
margin: 6px 5px;
padding: 0px 6px;
}
#workspaces button {
color: #586e75;
background: transparent;
padding: 4px 4px;
transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
}
#workspaces button.occupied {
color: #d33682;
}
#workspaces button.active {
color: #2aa198;
text-shadow: 0 0 4px #ABE9B3;
}
#workspaces button:hover {
color: #6c71c4;
}
#workspaces button.active:hover {}
#mode,
#network,
#pulseaudio,
#idle_inhibitor,
#temperature,
#custom-layout,
#hyprland-languages,
#custom-menu,
#hyprland-window,
#custom-zypper {
margin: 0px 6px 0px 10px;
/* min-width: 30px;*/
}
#clock {
margin: 0px 6px 0px 10px;
}
#battery.warning {
color: rgba(255, 210, 4, 1);
}
#battery.critical {
color: rgba(238, 46, 36, 1);
}
#battery.charging {
color: rgba(217, 216, 216, 1);
}
#bluetooth.disabled {
color: rgba(128, 128, 128, 1);
}
#bluetooth.off {
color: rgba(128, 128, 128, 1);
}
#bluetooth.connected {
color: rgba(115, 186, 37, 1);
}
tooltip {
color: #eee8d5;
background-color: #073642;
text-shadow: none;
}
tooltip * {
background-color: #073642;
color: #eee8d5;
text-shadow: none;
}