diff --git a/config.jsonc b/config.jsonc index 9065d30..788ce31 100644 --- a/config.jsonc +++ b/config.jsonc @@ -6,7 +6,7 @@ "passthrough": false, "gtk-layer-shell": true, "height": 50, - "modules-left": ["custom/launch_wofi","wlr/workspaces","cpu","memory","disk","hyprland/window","custom/sway/workspaces"], + "modules-left": ["custom/launch_wofi","wlr/workspaces","cpu","memory","disk","hyprland/window"], "modules-center": ["custom/lock_screen","custom/updates","clock","custom/power_btn"], "modules-right": ["temperature","custom/power_profile","battery","backlight","pulseaudio","pulseaudio#microphone","tray","custom/weather","custom/light_dark"], @@ -38,11 +38,6 @@ "tooltip": false }, - "custom/sway/workspace": { - "format": "{name} {state}", - "click-left": "swaymsg workspace '{name}'" - }, - "cpu": { "interval": 10, "format": " {usage}%", @@ -76,24 +71,6 @@ "tooltip": true }, - "wlr/workspaces": { - "disable-scroll": true, - "all-outputs": true, - "on-click": "activate", - "persistent_workspaces": { - "1": ["1"], - "2": ["2"], - "3": ["3"], - "4": ["4"], - "5": ["5"], - "6": ["6"], - "7": ["7"], - "8": ["8"], - "9": ["9"], - "10": ["10"] - } - }, - "custom/power_profile": { //shows the current power profile and switches to next on click "exec": "asusctl profile -p | sed s:'Active profile is'::", @@ -118,7 +95,7 @@ }, "clock": { - "format": "{:%H:%M %p}", + "format": "{: %H:%M %p}", "tooltip": true, "tooltip-format": "{: %A, %e %B %Y}" }, diff --git a/style/style-dark.css b/style/style-dark.css index d6d3c78..c473c37 100644 --- a/style/style-dark.css +++ b/style/style-dark.css @@ -1,8 +1,9 @@ * { border: none; border-radius: 0; - font-family: "JetBrainsMono Nerd Font"; - font-weight: bold; + font-family: "SFMono Nerd Font Mono Regular"; + font-weight: bold +; font-size: 14px; min-height: 0; } @@ -132,4 +133,4 @@ tooltip label{ #battery { color: #a6e3a1; border-left: 0px; -} \ No newline at end of file +}