cleanup hyprlan specifics
This commit is contained in:
parent
e3070b231c
commit
67df930504
1 changed files with 7 additions and 13 deletions
|
|
@ -20,7 +20,6 @@
|
||||||
"custom/dunst"
|
"custom/dunst"
|
||||||
"clock"
|
"clock"
|
||||||
"tray"
|
"tray"
|
||||||
# "hyprland/submap"
|
|
||||||
];
|
];
|
||||||
modules-right = if rice.bar.minimal then [
|
modules-right = if rice.bar.minimal then [
|
||||||
"tray"
|
"tray"
|
||||||
|
|
@ -54,7 +53,7 @@
|
||||||
};
|
};
|
||||||
interval = 1;
|
interval = 1;
|
||||||
format = " {used:0.1f}GiB";
|
format = " {used:0.1f}GiB";
|
||||||
on-click = "hyprctl dispatch exec '[float; size 75%]' kitty btop";
|
on-click = "kitty btop";
|
||||||
};
|
};
|
||||||
"disk" = {
|
"disk" = {
|
||||||
states = {
|
states = {
|
||||||
|
|
@ -62,7 +61,7 @@
|
||||||
};
|
};
|
||||||
interval = 5;
|
interval = 5;
|
||||||
format = " {used}";
|
format = " {used}";
|
||||||
on-click = "hyprctl dispatch exec '[float; size 75%]' kitty btop";
|
on-click = "kitty btop";
|
||||||
on-click-right = "kitty sh -c 'sudo nix-collect-garbage -d; nix-collect-garbage -d; nix store optimise; sudo journalctl --rotate --vacuum-time=1s --vacuum-files=1; read'";
|
on-click-right = "kitty sh -c 'sudo nix-collect-garbage -d; nix-collect-garbage -d; nix store optimise; sudo journalctl --rotate --vacuum-time=1s --vacuum-files=1; read'";
|
||||||
};
|
};
|
||||||
"network" = {
|
"network" = {
|
||||||
|
|
@ -81,7 +80,7 @@
|
||||||
critical-threshold = 80;
|
critical-threshold = 80;
|
||||||
format = " {temperatureC}°C";
|
format = " {temperatureC}°C";
|
||||||
interval = 1;
|
interval = 1;
|
||||||
on-click = "hyprctl dispatch exec '[float; size 75%]' kitty btop";
|
on-click = "kitty btop";
|
||||||
};
|
};
|
||||||
"power-profiles-daemon" = {
|
"power-profiles-daemon" = {
|
||||||
format = "{icon} {profile}";
|
format = "{icon} {profile}";
|
||||||
|
|
@ -127,10 +126,6 @@
|
||||||
on-click-middle = "niri msg action close-window";
|
on-click-middle = "niri msg action close-window";
|
||||||
on-click = "niri msg action maximize-column";
|
on-click = "niri msg action maximize-column";
|
||||||
};
|
};
|
||||||
# "hyprland/submap" = {
|
|
||||||
# format = " {}";
|
|
||||||
# on-click = "hyprctl dispatch submap reset";
|
|
||||||
# };
|
|
||||||
"clock" = {
|
"clock" = {
|
||||||
format = "{:%b %d, %I:%M:%S %p}";
|
format = "{:%b %d, %I:%M:%S %p}";
|
||||||
interval = 1;
|
interval = 1;
|
||||||
|
|
@ -177,8 +172,7 @@
|
||||||
};
|
};
|
||||||
"custom/start" = {
|
"custom/start" = {
|
||||||
format = "";
|
format = "";
|
||||||
on-click-middle = "wlogout";
|
on-click-right = "wlogout";
|
||||||
on-click-right = "hyprctl dispatch togglespecialworkspace hidden";
|
|
||||||
on-click = "rofi -show drun -show-icons -display-drun '' -run-command \"uwsm app -- {cmd}\"";
|
on-click = "rofi -show drun -show-icons -display-drun '' -run-command \"uwsm app -- {cmd}\"";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
@ -221,8 +215,8 @@
|
||||||
border: ${toString rice.borders.size}px solid transparent;
|
border: ${toString rice.borders.size}px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#window, #submap { padding: 0px 5px; }
|
#window { padding: 0px 5px; }
|
||||||
#submap, #workspaces, #cpu, #memory, #disk, #clock, #window, #tray, #pulseaudio, #battery, #network, #temperature, #power-profiles-daemon, #custom-exit, #custom-start, #custom-dunst, #mpris { padding: 0px 5px; margin: 0px 5px; }
|
#workspaces, #cpu, #memory, #disk, #clock, #window, #tray, #pulseaudio, #battery, #network, #temperature, #power-profiles-daemon, #custom-exit, #custom-start, #custom-dunst, #mpris { padding: 0px 5px; margin: 0px 5px; }
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
|
|
@ -241,7 +235,7 @@
|
||||||
background: @base;
|
background: @base;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active, #submap {
|
#workspaces button.active {
|
||||||
background: @surface0;
|
background: @surface0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue