From 607e696b617f10cbbe11a6022d617120be5be1da Mon Sep 17 00:00:00 2001 From: hesam-init Date: Mon, 12 Feb 2024 12:36:41 +0330 Subject: [PATCH] feat: waybar symbolic style --- hyprland/.config/waybar/river/config.jsonc | 22 +++++++++------------- hyprland/.config/waybar/river/style.css | 2 +- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/hyprland/.config/waybar/river/config.jsonc b/hyprland/.config/waybar/river/config.jsonc index 36c20fc..3546eba 100644 --- a/hyprland/.config/waybar/river/config.jsonc +++ b/hyprland/.config/waybar/river/config.jsonc @@ -112,23 +112,19 @@ "on-click": "activate", "format": "{icon}", "format-icons": { - "active": "", - "default": "", - "1": "", - "2": "", - "3": "", - "4": "", - "5": "", + // dot style : + // "active": "", + // "default": "" + // symbolic style : + "1": "", + "2": "", + "3": "", + "4": "", + "5": "", "6": "", "7": "", "8": "", "9": "" - // "1": "", - // "2": "", - // "3": "", - // "4": "", - // "5": "", - // "6": "" }, "persistent-workspaces": { "*": 6 diff --git a/hyprland/.config/waybar/river/style.css b/hyprland/.config/waybar/river/style.css index 6e6bbca..6950982 100644 --- a/hyprland/.config/waybar/river/style.css +++ b/hyprland/.config/waybar/river/style.css @@ -20,7 +20,7 @@ window#waybar.hidden { } #workspaces * { - font-size: 12px; + font-size: 14px; } #workspaces {