mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
fix: re-enable waybar systemd service and set target
This commit is contained in:
parent
b58e54dfd0
commit
7df2c8664f
1 changed files with 7 additions and 5 deletions
|
@ -29,10 +29,14 @@ in
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
enable = true;
|
enable = true;
|
||||||
|
systemd.enable = true;
|
||||||
|
systemd.target = lib.mkIf config.liminalOS.desktop.hyprland.enable "hyprland-session.target";
|
||||||
settings.mainBar = {
|
settings.mainBar = {
|
||||||
|
name = "bar0";
|
||||||
|
reload_style_on_change = true;
|
||||||
position = "top";
|
position = "top";
|
||||||
layer = "top";
|
layer = "top";
|
||||||
height = 35;
|
height = 37;
|
||||||
margin-top = 0;
|
margin-top = 0;
|
||||||
margin-bottom = 0;
|
margin-bottom = 0;
|
||||||
margin-left = 0;
|
margin-left = 0;
|
||||||
|
@ -72,11 +76,9 @@ in
|
||||||
format-alt = " {:%d/%m}";
|
format-alt = " {:%d/%m}";
|
||||||
};
|
};
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
active-only = false;
|
|
||||||
all-outputs = false;
|
|
||||||
disable-scroll = false;
|
disable-scroll = false;
|
||||||
on-scroll-up = "${pkgs.hyprnome}/bin/hyprnome --move";
|
on-scroll-down = "${pkgs.hyprnome}/bin/hyprnome";
|
||||||
on-scroll-down = "${pkgs.hyprnome}/bin/hyprnome --move --previous";
|
on-scroll-up = "${pkgs.hyprnome}/bin/hyprnome --previous";
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
on-click = "activate";
|
on-click = "activate";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue