]> Freerunner's - dotfiles.git/commitdiff
waybar: new font
authorAndre Ramnitz <tux.rising@gmail.com>
Sat, 30 Nov 2024 23:12:24 +0000 (00:12 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sat, 30 Nov 2024 23:12:24 +0000 (00:12 +0100)
dot-config/waybar/config.jsonc
dot-config/waybar/style.css

index c38e0d2f3d467b7483b5b925cbd2e5d595b95985..bf0755c644f43148a4bfcefc095350f1909e654c 100644 (file)
     "orientation": "horizontal",
     "modules": [
       "cpu",
-      "custom/gpuusage",
       "group/temps",
       "memory"
     ]
index 2df77b6c3770c4cd28a7e1f8119ae0d753b8b95e..d526657131e13bc9b97d143255a56442ac508e32 100644 (file)
@@ -1,10 +1,11 @@
+/* kak: css:noai:ts=4:sw=4 */
 /* -----------------------------------  import ----------------------------------- */
 @import "base16-colors.css";
 
 /* -----------------------------------  window ----------------------------------- */
 * {
-    font-family: "Iosevka Nerd Font Propo";
-    font-size: 13px;
+    font-family: "ZedMono NFP";
+    font-size: 14px;
     min-height: 7px;
     padding: 0;
     margin: 0;