From f65c0e749f751c6f4500647f7602fa347b661c38 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 8 Apr 2023 10:42:40 +0100 Subject: [PATCH] Switch workspace and power icons to font-awesome --- nixos/home-manager/env/config/polybar/polybar.ini | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/nixos/home-manager/env/config/polybar/polybar.ini b/nixos/home-manager/env/config/polybar/polybar.ini index 1889efdb..1b85b995 100644 --- a/nixos/home-manager/env/config/polybar/polybar.ini +++ b/nixos/home-manager/env/config/polybar/polybar.ini @@ -97,7 +97,7 @@ click-left = "rofi -show drun &" [module/power-menu] type = custom/text -content = "󰐥 " +content = " " click-left = "~/.dotfiles/scripts/powermenu" [module/xworkspaces] @@ -108,11 +108,10 @@ icon-1 = "II; " icon-2 = "III; " icon-3 = "IV; " icon-4 = "V; " -icon-5 = "VI;󰓓 " -icon-6 = "VII;󰌾 " -icon-7 = "VIII;󰒋 " -icon-8 = "IX;󱣴 " -icon-9 = "X;󱣴 " +icon-5 = "VI; " +icon-6 = "VII; " +icon-7 = "VIII; " +icon-default = " " label-active = %icon% label-active-background = ${colors.background-alt}