mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: tweaking niri
This commit is contained in:
parent
0af81166cd
commit
c4c07a043a
7 changed files with 107 additions and 103 deletions
|
@ -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 = " {}%";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue