aboutsummaryrefslogtreecommitdiff
path: root/config/linux/waybar/style.css
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2023-02-22 11:37:22 -0600
committerMatt Singleton <matt@xcolour.net>2023-02-22 11:37:22 -0600
commitb36021a87da7977feb64a54466d76913e8f3f0d6 (patch)
tree7b52e86da0e29b49ed4b3be2d9ac7f810f519e78 /config/linux/waybar/style.css
parenteeca522d3800739852ece19a46161fedeefb7cc2 (diff)
lots of intermingled changes
- switch to cascadia as monospace font - switch to fontawesome for waybar icons - dircolors readability improvements - foot terminal on linux - waybar visual tweaks - deploy script improvements
Diffstat (limited to 'config/linux/waybar/style.css')
-rw-r--r--config/linux/waybar/style.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/config/linux/waybar/style.css b/config/linux/waybar/style.css
index ebcf4a6..e83e12b 100644
--- a/config/linux/waybar/style.css
+++ b/config/linux/waybar/style.css
@@ -1,7 +1,7 @@
* {
border-radius: 0;
border: 0;
- font-family: Noto Sans, JetBrainsMono Nerd Font;
+ font-family: "Noto Sans", "Font Awesome 5 Free";
font-size: 11pt;
text-shadow: none;
}
@@ -10,6 +10,22 @@ window#waybar {
background: #eff0f2;
color: #4a4b4e;
border-bottom: 1px solid #dee2e0;
+ border-left: 5px solid black;
+ border-right: 5px solid black;
+}
+
+.modules-left, .modules-center, .modules-right {
+ background: #eff0f2;
+ border-bottom: 1px solid #dee2e0;
+}
+
+.modules-left {
+ border-radius: 5px 0 0 0;
+ padding-left: 5px;
+}
+
+.modules-right {
+ border-radius: 0 5px 0 0;
}
tooltip {