summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dotfiles/hyprland/.config/waybar/config6
-rw-r--r--dotfiles/hyprland/.config/waybar/style.css2
2 files changed, 4 insertions, 4 deletions
diff --git a/dotfiles/hyprland/.config/waybar/config b/dotfiles/hyprland/.config/waybar/config
index 1a867f4..5481a86 100644
--- a/dotfiles/hyprland/.config/waybar/config
+++ b/dotfiles/hyprland/.config/waybar/config
@@ -36,17 +36,17 @@
"cpu": {
"interval": 10,
- "format": " {}%"
+ "format": "CPU {}%"
},
"memory": {
"interval": 30,
- "format": " {}%"
+ "format": "MEM {}%"
},
"disk": {
"interval": 30,
- "format": " {percentage_used}%",
+ "format": "DSK {percentage_used}%",
"path": "/"
},
diff --git a/dotfiles/hyprland/.config/waybar/style.css b/dotfiles/hyprland/.config/waybar/style.css
index 2b68c10..f458c82 100644
--- a/dotfiles/hyprland/.config/waybar/style.css
+++ b/dotfiles/hyprland/.config/waybar/style.css
@@ -6,7 +6,7 @@
border-radius: 0;
font-size: 14px;
min-height: 0;
- font-family: "Berkeley Mono", "FiraCode Nerd Font", monospace;
+ font-family: "JetBrainsMono Nerd Font", "Berkeley Mono", monospace;
}
window#waybar {