From aa130115c520c4f5be76c82f91afc8c449721b33 Mon Sep 17 00:00:00 2001 From: Odweta Date: Sun, 11 Jan 2026 22:39:11 +0100 Subject: [PATCH] ux/ui --- .TODO.md.swp | Bin 12288 -> 0 bytes waybar.nix | 40 ---------------------------------------- 2 files changed, 40 deletions(-) delete mode 100644 .TODO.md.swp diff --git a/.TODO.md.swp b/.TODO.md.swp deleted file mode 100644 index d292dda6ca36c73eefc943ad039820ef8d47bc9c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12288 zcmeI%Jx;?g6bJBEh7L#w1Q#$c2KoULGb{+9ECqF8Fo{Vl#dZ`sDlBjTxD_Ku-~b$e z1MpnJ!cZa6rPANh)3f8}C+oLGz8zhkUy75#n0RavrTttVsCAkcBA3rpka1)2u=?Kl z#U=CI$M1&2dHrybo}~km|KS`;AOL}72yD>t(RdU)?eFc1o$ae-G(`^xKmY;|fB*y_ z009UVI>soi;ewTZ{a<@c+00bZa0SG_<0uX=z1Rwwb2tZ&31tdSf-)s`S zaK!ijpa1_)UVm`BbG&i9a>SZv4h#rD00Izz00bZa0SG_<0uX=z1pXnA2=9z4-Awog zn~73Yx-}wq;Z9e|3vGiFtu34@DwQ8*W#bGN5FZOl##}ern@YAeD^(M}bDL0VTk!ls SsakqJJ>~h-wT+cklF%0rc0^DB diff --git a/waybar.nix b/waybar.nix index 2c156a0..2afe841 100644 --- a/waybar.nix +++ b/waybar.nix @@ -108,7 +108,6 @@ #workspaces button.active { color: #99d1db; background-color: rgba(153, 209, 219, 0.1); - box-shadow: inset 0 0 0 1px rgba(153, 209, 219, 0.2); } #workspaces button:hover { @@ -121,7 +120,6 @@ background-color: #1a1b26; padding: 0.3rem 0.7rem; margin: 5px 0px; - box-shadow: 0 1px 3px rgba(153, 209, 219, 0.2); min-width: 0; border: none; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; @@ -132,49 +130,11 @@ background-color: rgba(153, 209, 219, 0.1); /* Brighter highlight */ } -#custom-pomodoro { - background-color: #1a1b26; /* Consistent dark background */ - padding: 0.3rem 0.7rem; /* Consistent padding with other modules (e.g., cpu, uptime) */ - margin: 5px 0px; /* 5px top/bottom margin, 0px left/right (base for individual control) */ - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Consistent shadow */ - min-width: 0; - border: none; - outline: none; /* Ensure no default outline */ - /* Transition for background-color, color, outline, and box-shadow for smooth effect */ - transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, outline 0.2s ease-in-out, box-shadow 0.2s ease-in-out; - color: #babbf1; /* A calm color, consistent with custom-uptime */ - font-weight: 600; /* Slightly bolder for the timer, consistent with clock */ - } - - /* Positioning and spacing for the custom-pomodoro module */ -#custom-pomodoro { - margin-left: 5px; /* Spacing from the previous module (e.g., clock) */ - margin-right: 5px; /* Spacing before the seamless right bar starts (e.g., bluetooth) */ - } - - /* Hover effect for the new pomodoro module (consistent with others + rectangular outline) */ -#custom-pomodoro:hover { - background-color: rgb(41, 42, 53); /* Brighter highlight, consistent with other individual modules */ - color: #c6d0f5; /* Text color change on hover, consistent with other individual modules */ - outline: 1px solid rgba(255, 255, 255, 0.1); /* Rectangular outline on hover */ - outline-offset: -1px; - } - - /* --- Highlighted state for Pomodoro module when running (work or break) --- */ -#custom-pomodoro.work, -#custom-pomodoro.break { - color: #99d1db; /* Text color consistent with active workspaces button */ - background-color: rgba(153, 209, 219, 0.1); /* Background color consistent with active workspaces button */ - box-shadow: inset 0 0 0 1px rgba(153, 209, 219, 0.2); /* Inner shadow for outline effect */ - outline: none; - } - /* --- Right Modules (Single, Seamless Bar ) --- */ #bluetooth, #pulseaudio, #backlight, #network, -#custom-lock, #battery { background-color: #1a1b26; padding: 0.3rem 0.7rem;