waybar: remove test component
This commit is contained in:
parent
34dbb54d6c
commit
45b6a907fb
2 changed files with 2 additions and 14 deletions
|
|
@ -29,7 +29,7 @@ in {
|
||||||
margin-top = 10;
|
margin-top = 10;
|
||||||
margin-bottom = -12;
|
margin-bottom = -12;
|
||||||
|
|
||||||
modules-left = ["custom/logo" "clock" "battery" "hyprland/workspaces"];
|
modules-left = ["clock" "battery" "hyprland/workspaces"];
|
||||||
modules-center = [];
|
modules-center = [];
|
||||||
modules-right = ["custom/hyprrecord" "tray"];
|
modules-right = ["custom/hyprrecord" "tray"];
|
||||||
|
|
||||||
|
|
@ -82,11 +82,6 @@ in {
|
||||||
on-click = "exec hyprrecord -a --waybar screen copysave video";
|
on-click = "exec hyprrecord -a --waybar screen copysave video";
|
||||||
signal = 12;
|
signal = 12;
|
||||||
};
|
};
|
||||||
"custom/logo" = {
|
|
||||||
format = " ";
|
|
||||||
tooltop = "false";
|
|
||||||
on-click = "exec notify-send 'hello!'";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
style =
|
style =
|
||||||
/*
|
/*
|
||||||
|
|
@ -158,13 +153,6 @@ in {
|
||||||
color: #${color.orange.base};
|
color: #${color.orange.base};
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-logo {
|
|
||||||
background-image: url('/home/ooks/Media/Pictures/my-art/pixel-art/info-icon.svg');
|
|
||||||
background-position: center;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-hyprrecord {
|
#custom-hyprrecord {
|
||||||
color: #${color.red.base};
|
color: #${color.red.base};
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs'.hyprland.packages.hyprland;
|
package = inputs'.hyprland.packages.hyprland;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
systemd = {
|
systemd = mkIf (!osConfig.programs.uwsm.enable) {
|
||||||
enable = true;
|
enable = true;
|
||||||
variables = ["--all"];
|
variables = ["--all"];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue