feat: tweaking niri

This commit is contained in:
Nick 2025-05-09 23:12:45 -05:00
parent 0af81166cd
commit c4c07a043a
7 changed files with 107 additions and 103 deletions

View file

@ -12,12 +12,13 @@ in
margin-left = 5;
margin-right = 5;
modules-left = [
"custom/launcher"
"hyprland/workspaces"
"custom/weather"
# "niri/workspaces"
];
modules-center = [
"custom/weather"
# "custom/launcher"
"clock"
];
modules-right = [
@ -29,7 +30,7 @@ in
"pulseaudio"
# "network"
"battery"
"clock"
# "clock"
];
clock = {
@ -44,29 +45,20 @@ in
format-alt = " {:%d/%m}";
};
"hyprland/workspaces" = {
active-only = false;
disable-scroll = true;
format = "{icon}";
on-click = "activate";
format-icons = {
"1" = "";
"2" = "";
"3" = "";
"4" = "";
"5" = "";
urgent = "";
default = "";
sort-by-number = true;
};
persistent-workspaces = {
"1" = [ ];
"2" = [ ];
"3" = [ ];
"4" = [ ];
"5" = [ ];
};
};
# "niri/workspaces" = {
# active-only = false;
# disable-scroll = true;
# format = "{icon}";
# on-click = "activate";
# format-icons = {
# # focused = "◉";
# # active = "◉";
# # empty = "◯";
# # urgent = "";
# # default = "◯";
# # sort-by-number = true;
# };
# };
memory = {
format = "󰟜 {}%";