fix: cleanup bar
This commit is contained in:
parent
1cf3b46bd0
commit
5459ef7f2d
1 changed files with 9 additions and 15 deletions
|
|
@ -19,7 +19,6 @@ let
|
||||||
#network.disconnected { color: ${palette.fgAlt}; }
|
#network.disconnected { color: ${palette.fgAlt}; }
|
||||||
#battery.charging { color: ${palette.green}; }
|
#battery.charging { color: ${palette.green}; }
|
||||||
#battery.lo, #battery.ultralo { color: ${palette.red}; }
|
#battery.lo, #battery.ultralo { color: ${palette.red}; }
|
||||||
#idle_inhibitor.activated { color: ${palette.accent}; }
|
|
||||||
#language { color: ${palette.fgAlt}; }
|
#language { color: ${palette.fgAlt}; }
|
||||||
tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; }
|
tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; }
|
||||||
tooltip * { color: ${palette.fg}; }
|
tooltip * { color: ${palette.fg}; }
|
||||||
|
|
@ -41,6 +40,7 @@ in
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nerd-fonts.symbols-only
|
nerd-fonts.symbols-only
|
||||||
|
psmisc
|
||||||
rofi
|
rofi
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
cliphist
|
cliphist
|
||||||
|
|
@ -67,7 +67,6 @@ in
|
||||||
modules-left = [ "hyprland/workspaces" "hyprland/language" ];
|
modules-left = [ "hyprland/workspaces" "hyprland/language" ];
|
||||||
modules-center = [ "hyprland/window" ];
|
modules-center = [ "hyprland/window" ];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
"idle_inhibitor"
|
|
||||||
"privacy"
|
"privacy"
|
||||||
"tray"
|
"tray"
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
|
|
@ -80,22 +79,14 @@ in
|
||||||
format = "{id}";
|
format = "{id}";
|
||||||
disable-scroll = true;
|
disable-scroll = true;
|
||||||
all-outputs = true;
|
all-outputs = true;
|
||||||
|
tooltip = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"hyprland/language" = {
|
"hyprland/language" = {
|
||||||
format = "{}";
|
format = " {}";
|
||||||
format-en = "en";
|
format-en = "en";
|
||||||
format-en-colemak = "cmk";
|
format-en-colemak = "cmk";
|
||||||
};
|
tooltip-format = "{long}";
|
||||||
|
|
||||||
idle_inhibitor = {
|
|
||||||
format = "{icon}";
|
|
||||||
format-icons = {
|
|
||||||
activated = "";
|
|
||||||
deactivated = "";
|
|
||||||
};
|
|
||||||
tooltip-format-activated = "idle inhibitor on";
|
|
||||||
tooltip-format-deactivated = "idle inhibitor off";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
privacy = {
|
privacy = {
|
||||||
|
|
@ -106,12 +97,12 @@ in
|
||||||
tray = {
|
tray = {
|
||||||
icon-size = 16;
|
icon-size = 16;
|
||||||
spacing = 8;
|
spacing = 8;
|
||||||
|
tooltip = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"hyprland/window" = {
|
"hyprland/window" = {
|
||||||
format = "{}";
|
format = "{}";
|
||||||
separate-outputs = true;
|
separate-outputs = true;
|
||||||
max-length = 60;
|
|
||||||
rewrite = { };
|
rewrite = { };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -154,6 +145,8 @@ in
|
||||||
on-charging-100 = "notify-send -u low 'battery 100%'";
|
on-charging-100 = "notify-send -u low 'battery 100%'";
|
||||||
};
|
};
|
||||||
interval = 30;
|
interval = 30;
|
||||||
|
tooltip = true;
|
||||||
|
tooltip-format = "{capacity}% · {timeTo}";
|
||||||
};
|
};
|
||||||
|
|
||||||
clock = {
|
clock = {
|
||||||
|
|
@ -183,7 +176,6 @@ in
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#idle_inhibitor,
|
|
||||||
#privacy,
|
#privacy,
|
||||||
#tray,
|
#tray,
|
||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
|
|
@ -214,8 +206,10 @@ in
|
||||||
width = 600;
|
width = 600;
|
||||||
height = 400;
|
height = 400;
|
||||||
opacity = 1.0;
|
opacity = 1.0;
|
||||||
|
search_icon = false;
|
||||||
};
|
};
|
||||||
behavior.animate = false;
|
behavior.animate = false;
|
||||||
|
status_bar.enable = false;
|
||||||
};
|
};
|
||||||
launchers = [
|
launchers = [
|
||||||
{ name = "App Launcher"; type = "app_launcher"; priority = 1; args = {}; }
|
{ name = "App Launcher"; type = "app_launcher"; priority = 1; args = {}; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue