Skip to content

Commit

Permalink
✏️ waybar colors
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Jan 8, 2024
1 parent ae3a86a commit f2494b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/gwen/conf/ui/hyprland/programs/waybar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
_ = lib.getExe;
inherit (pkgs) brightnessctl pamixer;

formatIcons = color: text: "<span color='#${color}' font_size='13pt'>${text}</span>";
formatIcons = color: text: "<span color='${color}' font_size='13pt'>${text}</span>";

snowflake = builtins.fetchurl rec {
name = "Logo-${sha256}.svg";
Expand Down Expand Up @@ -70,7 +70,7 @@ in
};
};
network = {
format-wifi = formatIcons "#${xcolors.color6}CC" "󰖩" + " {essid}";
format-wifi = formatIcons "#${xcolors.color6}CC" "󰖩 " + " {essid}";
format-ethernet = formatIcons "#${xcolors.color6}CC" "󰈀" + " {ipaddr}/{cidr}";
format-disconnected = formatIcons "#${xcolors.color1}CC" "󰖪";
tooltip-format = ''
Expand Down

0 comments on commit f2494b5

Please sign in to comment.