Regenerated

This commit is contained in:
2026-04-04 16:24:20 +02:00
parent b71b8a462f
commit ac67ed5851
3 changed files with 411 additions and 403 deletions
+3 -25
View File
@@ -2848,7 +2848,7 @@ These are config files for waybar
** =.config/waybar/style.css=
This file contains all css for waybar
#+BEGIN_SRC css :tangle generated/.config/waybar/style.css :noweb yes :mkdirp yes :eval no
#+BEGIN_SRC css :tangle generated/.config/waybar/style.css :noweb yes :mkdirp yes :eval never
/* --- Hyprland palette --- */
@define-color base rgba(30, 30, 46, 1.0);
@define-color inactive rgba(89, 89, 89, 0.667);
@@ -2862,10 +2862,7 @@ This file contains all css for waybar
@define-color overlay1 rgba(255, 255, 255, 0.35);
@define-color yellow rgba(255, 215, 0, 0.95);
/* --------------------------------------------------------- */
/* GLOBAL */
/* --------------------------------------------------------- */
* {
* {
font-family:
Aporetic Sans Mono,
Iosevka Nerd Font,
@@ -2877,35 +2874,20 @@ This file contains all css for waybar
}
window#waybar {
background-color: transparent;
background-color: transparent;
color: @text;
}
/* --------------------------------------------------------- */
/* GROUPS */
/* --------------------------------------------------------- */
#hardware {
background-color: #202131;
}
/* --------------------------------------------------------- */
/* WORKSPACES */
/* --------------------------------------------------------- */
workspaces button {
padding: 0px 1px;
min-width: 80px;
background-color: transparent;
color: @text;
border: 2px solid @inactive;
/*
background:
linear-gradient(rgba(255, 255, 255, 0.15),
rgba(255, 255, 255, 0.15)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
*/
border-radius: 10px;
}
@@ -2922,10 +2904,6 @@ workspaces button.active {
linear-gradient(45deg, @blue, @green) border-box;
}
/* --------------------------------------------------------- */
/* STANDARD MODULES */
/* --------------------------------------------------------- */
#clock,
#idle_inhibitor,
#battery,