commit 9d477861aea5f5d22fe5743917e32d327e8bdf34
parent 682200a42f258c1d1ef97b7fb76695440f8afdc5
Author: Vincent Demeester <vincent@sbr.pm>
Date: Wed, 7 Sep 2022 09:21:13 +0200
users/vincent: refine waybar :)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/systems/modules/desktop/base.nix b/systems/modules/desktop/base.nix
@@ -51,6 +51,7 @@ in
fira-code
fira-code-symbols
fira-mono
+ font-awesome
go-font
hasklig
inconsolata
diff --git a/users/vincent/desktop/sway.nix b/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" = {
diff --git a/users/vincent/desktop/waybar.css b/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;
}