Skyler Grey | a124e5f | 2022-08-26 06:49:46 +0100 | [diff] [blame] | 1 | window#waybar { |
| 2 | background: rgba(0, 0, 0, 0); |
| 3 | } |
| 4 | |
| 5 | window#waybar * * * * { |
| 6 | background: alpha(@theme_base_color, 0.6); |
| 7 | color: @theme_text_color; |
| 8 | padding-left: 10px; |
| 9 | padding-right: 10px; |
| 10 | border-radius: 5px; |
| 11 | margin: 10px 5px; |
| 12 | transition: all 0.2s ease-in-out; |
| 13 | transition: background 0s; |
| 14 | } |
| 15 | |
| 16 | window#waybar * * *:first-child * { |
| 17 | margin-left: 10px; |
| 18 | } |
| 19 | |
| 20 | window#waybar * * *:last-child * { |
| 21 | margin-right: 10px; |
| 22 | } |
| 23 | |
| 24 | window#waybar * * * * * { |
| 25 | margin: 0; |
| 26 | background: rgba(0, 0, 0, 0); |
| 27 | } |
| 28 | |
| 29 | #window { |
| 30 | min-width: 50em; |
| 31 | } |
| 32 | |
| 33 | window#waybar * * * #tray * { |
| 34 | padding: 0; |
| 35 | } |
| 36 | |
| 37 | window#waybar * * * #tray menu *:first-child { |
| 38 | margin-top: 5px; |
| 39 | } |
| 40 | |
| 41 | window#waybar * * * #tray menu *:last-child { |
| 42 | margin-bottom: 5px; |
| 43 | } |
| 44 | |
| 45 | window#waybar * * * #tray menu * { |
| 46 | margin-left: 5px; |
| 47 | margin-right: 5px; |
| 48 | } |
| 49 | |
| 50 | window#waybar * * * #tray menu * * { |
| 51 | margin: 5px; |
| 52 | } |
| 53 | |
| 54 | window#waybar * * * #tray { |
| 55 | padding: 5px; |
| 56 | } |
| 57 | |
| 58 | window#waybar * * * #tray menu { |
| 59 | background: alpha(@theme_base_color, 0.8); |
| 60 | color: @theme_text_color; |
| 61 | border: 0; |
| 62 | } |
| 63 | |
| 64 | #tray menu *:hover { |
| 65 | background: alpha(@theme_base_color, 1); |
| 66 | } |
| 67 | |
| 68 | window#waybar #workspaces { |
| 69 | padding: 0; |
| 70 | } |
| 71 | |
| 72 | window#waybar #workspaces button { |
| 73 | border: 0; |
| 74 | margin: 0; |
| 75 | padding: 5px; |
| 76 | } |
| 77 | |
| 78 | window#waybar #workspaces button.focused { |
| 79 | background: alpha(@theme_base_color, 0.8); |
| 80 | } |
| 81 | |
| 82 | window#waybar #workspaces button.focused:hover { |
| 83 | background: alpha(@theme_base_color, 0.9); |
| 84 | } |
| 85 | |
| 86 | window#waybar #workspaces button:hover { |
| 87 | background: alpha(@theme_base_color, 0.7); |
| 88 | } |
| 89 | |
| 90 | window#waybar #workspaces button.persistent { |
| 91 | background: alpha(#ffdf00, 0.5); |
| 92 | } |
| 93 | |
| 94 | window#waybar #workspaces button.urgent { |
| 95 | background: alpha(red, 0.5); |
| 96 | } |
| 97 | |
| 98 | window#waybar #workspaces button:active { |
| 99 | background: alpha(@theme_base_color, 1); |
| 100 | } |
| 101 | |
| 102 | #backlight, |
| 103 | #pulseaudio, |
| 104 | #network, |
| 105 | #battery { |
| 106 | min-width: 3em; |
| 107 | } |
| 108 | |
| 109 | window#waybar * .modules-right #custom-notification { |
| 110 | margin-right: 10px; |
| 111 | } |
| 112 | |
| 113 | window#waybar * .modules-right #tray { |
| 114 | margin-left: 0px; |
| 115 | } |
| 116 | |
| 117 | #custom-notification { |
| 118 | letter-spacing: -8px; |
| 119 | } |