]> Freerunner's - dotfiles.git/commitdiff
waybar: update looks
authorAndre Ramnitz <tux.rising@gmail.com>
Wed, 28 Aug 2024 13:48:07 +0000 (15:48 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Wed, 28 Aug 2024 13:48:07 +0000 (15:48 +0200)
config/dot-config/waybar/config.jsonc

index d9318822f9a62d3973083fb725b1df337b44207f..897d1d4ebd770efb500c92d9e48da24ee3adc02a 100644 (file)
@@ -20,7 +20,7 @@
   ],
 
   // Modules configuration
-  //  "format": "",
+  //  "format": "",  󰀻
 
   "custom/launcher": {
     "format": "󰀻",
 
   "cpu": {
     "format": "{usage:2} 󰍛",
-    "on-click": "/usr/bin/foot -a popup htop",
+    "on-click": "footclient -a popup btop -p 3",
     "interval": 1,
   },
 
   "memory": {
     "format": "{percentage:2} 󰳿",
-    "on-click": "/usr/bin/foot -a popup htop",
+    "on-click": "footclient -a popup btop -p 4",
     "interval": 1,
   },
 
     },
   },
 
+/* "none": "", */
+
   "custom/notification": {
     "tooltip": false,
     "format": "{icon}",
     "format-icons": {
       "notification": "<span foreground='green'><sup></sup></span>",
-      "none": "",
+      "none": "󰣨",
       "dnd-notification": "<span foreground='red'><sup></sup></span>",
-      "dnd-none": "ï\87·",
-      "inhibited-notification": "ï\82¢<span foreground='red'><sup></sup></span>",
+      "dnd-none": "ï\8c\8d",
+      "inhibited-notification": "ï\8c\9a<span foreground='magenta'><sup></sup></span>",
       "inhibited-none": "",
-      "dnd-inhibited-notification": "ï\87·<span foreground='red'><sup></sup></span>",
+      "dnd-inhibited-notification": "ï\8c\9a<span foreground='magenta'><sup></sup></span>",
       "dnd-inhibited-none": "",
     },
     "return-type": "json",