Skip to content

Commit

Permalink
polybar: update icons after nerdfonts update
Browse files Browse the repository at this point in the history
  • Loading branch information
adomixaszvers committed Jun 2, 2023
1 parent 0287111 commit 5c9846b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions profiles/wm/polybar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@ in {
modules-right =
lib.mkDefault "keyboard divider date divider time divider";
};
"module/cpu" = module "" {
"module/cpu" = module "󰘚" {
type = "internal/cpu";
label = " %percentage:3%%";
};
"module/date" = module "" {
"module/date" = module "󰙹" {
type = "internal/date";
date = "%Y-%m-%d%";
label = " %date%";
};
"module/time" = module "" {
"module/time" = module "󰥔" {
type = "internal/date";

time = "%H:%M";
Expand Down Expand Up @@ -144,16 +144,16 @@ in {
type = "internal/xkeyboard";
label-indicator-on-numlock = "N";
};
"module/memory" = module "" {
"module/memory" = module "󰍛" {
type = "internal/memory";
label = " %percentage_used:3%%";
};
"module/temperature" = module "" {
"module/temperature" = module "󰈸" {
type = "internal/temperature";
warn-temperature = 70;
label = " %temperature-c:3%";

format-warn-prefix = "%{T3}%{T-}";
format-warn-prefix = "%{T3}󰈸%{T-}";
format-warn-prefix-foreground = colors.custom-warn;
format-warn-prefix-background = colors.custom-background-dark;

Expand All @@ -164,15 +164,15 @@ in {
"module/volume" = {
type = "internal/pulseaudio";

format-volume-prefix = "%{T3}%{T-}";
format-volume-prefix = "%{T3}󰕾%{T-}";
format-volume-prefix-foreground = colors.custom-primary;
format-volume-prefix-background = colors.custom-background-dark;

label-volume = " %percentage:3%%";
label-volume-foreground = colors.custom-foreground;
label-volume-background = colors.custom-background-dark;

format-muted-prefix = "%{T3}%{T-}";
format-muted-prefix = "%{T3}󰝟%{T-}";
format-muted-prefix-foreground = colors.custom-warn;
format-muted-prefix-background = colors.custom-background-dark;

Expand Down

0 comments on commit 5c9846b

Please sign in to comment.