mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: trying hyprland again
This commit is contained in:
parent
c5fe1e3538
commit
cd01d3e40b
11 changed files with 108 additions and 156 deletions
|
@ -12,13 +12,12 @@ in
|
|||
margin-left = 5;
|
||||
margin-right = 5;
|
||||
modules-left = [
|
||||
"custom/weather"
|
||||
# "niri/workspaces"
|
||||
"custom/launcher"
|
||||
"hyprland/workspaces"
|
||||
];
|
||||
|
||||
modules-center = [
|
||||
# "custom/launcher"
|
||||
"clock"
|
||||
"custom/weather"
|
||||
];
|
||||
|
||||
modules-right = [
|
||||
|
@ -30,7 +29,7 @@ in
|
|||
"pulseaudio"
|
||||
# "network"
|
||||
"battery"
|
||||
# "clock"
|
||||
"clock"
|
||||
];
|
||||
|
||||
clock = {
|
||||
|
@ -45,24 +44,33 @@ in
|
|||
format-alt = " {:%d/%m}";
|
||||
};
|
||||
|
||||
# "niri/workspaces" = {
|
||||
# active-only = false;
|
||||
# disable-scroll = true;
|
||||
# format = "{icon}";
|
||||
# on-click = "activate";
|
||||
# format-icons = {
|
||||
# # focused = "◉";
|
||||
# # active = "◉";
|
||||
# # empty = "◯";
|
||||
# # urgent = "";
|
||||
# # default = "◯";
|
||||
# # sort-by-number = true;
|
||||
# };
|
||||
# };
|
||||
"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" = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
memory = {
|
||||
format = " {}%";
|
||||
format-alt = " {used} GiB"; #
|
||||
format = " {}%";
|
||||
format-alt = " {used} GiB"; #
|
||||
interval = 2;
|
||||
};
|
||||
|
||||
|
@ -115,8 +123,7 @@ in
|
|||
};
|
||||
"custom/launcher" = {
|
||||
format = "";
|
||||
on-click = "rm -r /home/$USER/.cache/tofi* ; tofi-drun";
|
||||
# on-click-right = "pkill tofi || wallpaper-picker";
|
||||
on-click = "fuzzel";
|
||||
tooltip = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue