Commit 9d477861aea5

Vincent Demeester <vincent@sbr.pm>
2022-09-07 09:21:13
users/vincent: refine waybar :)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 682200a
Changed files (3)
systems
modules
desktop
users
vincent
systems/modules/desktop/base.nix
@@ -51,6 +51,7 @@ in
         fira-code
         fira-code-symbols
         fira-mono
+        font-awesome
         go-font
         hasklig
         inconsolata
users/vincent/desktop/sway.nix
@@ -241,7 +241,7 @@ in
         mode = "hide";
         modules-left = [ "sway/workspaces" "sway/mode" "custom/media" ];
         modules-center = [ "clock" ];
-        modules-right = [ "idle_inhibitor" "network" "temperature" "battery#bat0" "tray" ];
+        modules-right = [ "temperature" "battery#bat0" "tray" ];
         ipc = true;
         id = "mainBar";
         "clock" = {
users/vincent/desktop/waybar.css
@@ -14,7 +14,8 @@
 * {
     border: none;
     border-radius: 0;
-    font-family: Noto Mono, monospace;
+    /* FontAwesome6Free, FontAwesome6Brands; */
+    font-family: Ubuntu Mono, "Font Awesome 6 Free", monospace;
     font-size: 13px;
     min-height: 0;
     box-shadow: none;
@@ -28,7 +29,7 @@ window#waybar {
 }
 
 #window {
-    font-family: Noto Sans, sans-serif;
+    font-family: Ubuntu Sans, sans-serif;
 }
 
 #workspaces {
@@ -57,7 +58,7 @@ window#waybar {
     padding: 0px 9px;
     background-color: #a3be8c;
     color: #3b4252;
-    font-family: Noto Sans, sans-serif;
+    font-family: Ubuntu Sans, sans-serif;
     font-size: 14px;
     font-weight: bold;
 }