Mirrors the private dots tree at 900bdda: one shared base plus per-host overlays, replacing the old flat .config/ layout (last synced 2026-06-28). - packages: common/ gui/ wm/ lw/ fl/ + install.sh and bin/ tooling (dotsync, reconcile-hyde.sh) - new README (layout, deploy order, HyDE dependency), plus ToDo.md and HYDE-UPDATE.md - current HyDE waybar rig (layouts/, cava), pi agent extensions, claude/ config, tmux, presenterm, aichat roles - drops stale duplicates and generated cruft that should never have been tracked: the second top-level .pi/ copy, btop.log, zellij config.kdl.bak, fish_variables, nvim codecompanion.lua - .pi/agent/auth.json is gitignored now; auth.json.example ships instead - fl/ and wm/ hypr themes/ stay untracked (HyDE-generated per machine, per the root .gitignore)
208 lines
3.6 KiB
CSS
208 lines
3.6 KiB
CSS
* {
|
|
border: none;
|
|
border-radius: 0px;
|
|
font-family: "JetBrainsMono Nerd Font";
|
|
font-weight: bold;
|
|
font-size: 10px;
|
|
min-height: 10px;
|
|
}
|
|
|
|
@import "../theme.css"; /* HyDE/wallbash-generated colors, lives one level up */
|
|
|
|
window#waybar {
|
|
/* transparent so the cavabar (bottom layer, same region) shows through; module pills keep @main-bg */
|
|
background: transparent;
|
|
}
|
|
|
|
tooltip {
|
|
background: @main-bg;
|
|
color: @main-fg;
|
|
border-radius: 5px;
|
|
border-width: 0px;
|
|
}
|
|
|
|
#workspaces {
|
|
border-radius: 8px;
|
|
}
|
|
|
|
#custom-padd {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
#workspaces button {
|
|
box-shadow: none;
|
|
text-shadow: none;
|
|
padding: 0px;
|
|
border-radius: 5px;
|
|
margin-top: 3px;
|
|
margin-bottom: 3px;
|
|
margin-left: 0px;
|
|
padding-left: 3px;
|
|
padding-right: 3px;
|
|
margin-right: 0px;
|
|
color: @main-fg;
|
|
animation: ws_normal 20s ease-in-out 1;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
background: @wb-act-bg;
|
|
color: @wb-act-fg;
|
|
animation: ws_active 20s ease-in-out 1;
|
|
transition: all 0.4s cubic-bezier(0.55, -0.68, 0.48, 1.682);
|
|
}
|
|
|
|
#workspaces button:hover {
|
|
background: @wb-hvr-bg;
|
|
color: @wb-hvr-fg;
|
|
animation: ws_hover 20s ease-in-out 1;
|
|
transition: all 0.3s cubic-bezier(0.55, -0.68, 0.48, 1.682);
|
|
}
|
|
|
|
#taskbar button {
|
|
box-shadow: none;
|
|
text-shadow: none;
|
|
padding: 0px;
|
|
border-radius: 6px;
|
|
margin-top: 3px;
|
|
margin-bottom: 3px;
|
|
margin-left: 0px;
|
|
padding-left: 3px;
|
|
padding-right: 3px;
|
|
margin-right: 0px;
|
|
color: @wb-color;
|
|
animation: tb_normal 20s ease-in-out 1;
|
|
}
|
|
|
|
#taskbar button.active {
|
|
background: @wb-act-bg;
|
|
color: @wb-act-color;
|
|
/*animation: tb_active 20s ease-in-out 1;*/
|
|
box-shadow: 0 0 1px 1px rgba(128, 128, 128, 0.4);
|
|
transition: all 0.4s cubic-bezier(0.55, -0.68, 0.48, 1.682);
|
|
}
|
|
|
|
#taskbar button:hover {
|
|
background: @wb-hvr-bg;
|
|
color: @wb-hvr-color;
|
|
opacity: 0.8;
|
|
animation: tb_hover 20s ease-in-out 1;
|
|
transition: all 0.3s cubic-bezier(0.55, -0.68, 0.48, 1.682);
|
|
}
|
|
|
|
#tray menu * {
|
|
min-height: 16px;
|
|
}
|
|
|
|
#tray menu separator {
|
|
min-height: 10px;
|
|
}
|
|
|
|
#backlight,
|
|
#battery,
|
|
#bluetooth,
|
|
#custom-cava,
|
|
#custom-cliphist,
|
|
#clock,
|
|
#custom-cpuinfo,
|
|
#cpu,
|
|
#custom-gpuinfo,
|
|
#idle_inhibitor,
|
|
#custom-keybindhint,
|
|
#language,
|
|
#memory,
|
|
#mpris,
|
|
#network,
|
|
#custom-notifications,
|
|
#custom-power,
|
|
#pulseaudio,
|
|
#custom-spotify,
|
|
#taskbar,
|
|
#custom-theme,
|
|
#tray,
|
|
#custom-updates,
|
|
#custom-wallchange,
|
|
#custom-wbar,
|
|
#window,
|
|
#workspaces,
|
|
#custom-l_end,
|
|
#custom-r_end,
|
|
#custom-sl_end,
|
|
#custom-sr_end,
|
|
#custom-rl_end,
|
|
#custom-rr_end {
|
|
color: @main-fg;
|
|
background: @main-bg;
|
|
opacity: 1;
|
|
margin: 4px 0px 4px 0px;
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
}
|
|
|
|
window#waybar.empty #window,
|
|
window#waybar.empty #custom-sl_end,
|
|
window#waybar.empty #custom-sr_end {
|
|
opacity: 0;
|
|
}
|
|
|
|
#workspaces {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
#taskbar {
|
|
border-radius: 8px;
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
}
|
|
|
|
#custom-r_end {
|
|
border-radius: 0px 8px 8px 0px;
|
|
margin-right: 3px;
|
|
padding-right: 1px;
|
|
}
|
|
|
|
#custom-l_end {
|
|
border-radius: 8px 0px 0px 8px;
|
|
margin-left: 3px;
|
|
padding-left: 1px;
|
|
}
|
|
|
|
#custom-sr_end {
|
|
border-top-right-radius: 6px;
|
|
border-bottom-right-radius: 6px;
|
|
margin-right: 9px;
|
|
padding-right: 3px;
|
|
}
|
|
|
|
#custom-sl_end {
|
|
border-top-left-radius: 6px;
|
|
border-bottom-left-radius: 6px;
|
|
margin-left: 9px;
|
|
padding-left: 3px;
|
|
}
|
|
|
|
#custom-rr_end {
|
|
border-radius: 0px 8px 8px 0px;
|
|
margin-right: 9px;
|
|
padding-right: 3px;
|
|
}
|
|
|
|
#custom-rl_end {
|
|
border-radius: 8px 0px 0px 8px;
|
|
margin-left: 9px;
|
|
padding-left: 3px;
|
|
}
|
|
|
|
window#waybar.cavabar {
|
|
background: transparent;
|
|
}
|
|
|
|
window#waybar.cavabar #custom-cava {
|
|
font-size: 24px;
|
|
color: alpha(@main-fg, 0.7);
|
|
background: rgba(0, 0, 0, 0.2);
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|