about summary refs log tree commit diff
path: root/users/tazjin/dotfiles/waybar/style.css
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-09-07T11·39+0300
committerclbot <clbot@tvl.fyi>2024-09-07T15·58+0000
commit7903d260541ed23e118c598a97d0619b6fb5e42e (patch)
tree454087d4403951cba82f2b6ef5c5a858e4689ea7 /users/tazjin/dotfiles/waybar/style.css
parent863146295b2e644d39379342b357b52355017d7f (diff)
refactor(tazjin/dotfiles): move waybar configuration into Nix r/8664
Change-Id: Ia031fd755ecf451b0ef1f9e63f3aec8b56fe2d57
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12448
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/dotfiles/waybar/style.css')
-rw-r--r--users/tazjin/dotfiles/waybar/style.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/users/tazjin/dotfiles/waybar/style.css b/users/tazjin/dotfiles/waybar/style.css
index 5591545085a6..319ef695e23e 100644
--- a/users/tazjin/dotfiles/waybar/style.css
+++ b/users/tazjin/dotfiles/waybar/style.css
@@ -77,8 +77,23 @@ button:hover {
     margin: 0 4px;
 }
 
+#custom-start {
+    padding-bottom: 1px;
+    margin-right: 1px;
+}
+
+/* pop out left "modules" (start button) */
+.modules-left {
+    margin: 3px;
+    border-right: 1px solid gray;
+    border-bottom: 1px solid gray;
+    border-left: 1px solid white;
+    border-top: 1px solid white;
+    font-weight: bold;
+}
+
 /* indent right modules like in the original */
-.modules-right, .modules-left {
+.modules-right {
     margin: 3px;
     border-top: 1px solid gray;
     border-left: 1px solid gray;