mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
modules sorted
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
"hyprland/language" = {
|
||||
format-en = "🇺🇸";
|
||||
format-ru = "🇷🇺";
|
||||
@@ -49,27 +48,6 @@
|
||||
class = "weather";
|
||||
};
|
||||
|
||||
"battery" = {
|
||||
states = {
|
||||
warning = 30;
|
||||
critical = 1;
|
||||
};
|
||||
format = "{icon} {capacity}%";
|
||||
format-charging = " {capacity}%";
|
||||
format-alt = "{time} {icon}";
|
||||
format-icons = ["" "" "" "" ""];
|
||||
};
|
||||
|
||||
"tray" = {
|
||||
icon-size = 14;
|
||||
spacing = 1;
|
||||
};
|
||||
|
||||
"clock" = {
|
||||
format = "{:%d.%m.%Y - %H:%M}";
|
||||
format-alt = "{:%A, %B %d at %R}";
|
||||
};
|
||||
|
||||
"pulseaudio" = {
|
||||
format = "{icon} {volume}%";
|
||||
format-bluetooth = "{icon} {volume}% ";
|
||||
@@ -85,6 +63,27 @@
|
||||
};
|
||||
on-click = "pavucontrol";
|
||||
};
|
||||
|
||||
"battery" = {
|
||||
states = {
|
||||
warning = 30;
|
||||
critical = 1;
|
||||
};
|
||||
format = "{icon} {capacity}%";
|
||||
format-charging = " {capacity}%";
|
||||
format-alt = "{time} {icon}";
|
||||
format-icons = ["" "" "" "" ""];
|
||||
};
|
||||
|
||||
"clock" = {
|
||||
format = "{:%d.%m.%Y - %H:%M}";
|
||||
format-alt = "{:%A, %B %d at %R}";
|
||||
};
|
||||
|
||||
"tray" = {
|
||||
icon-size = 14;
|
||||
spacing = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user