mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
chore: remove unneeded module configs, waybar meson flags
This commit is contained in:
parent
3427382a35
commit
473ddfbc8f
1 changed files with 0 additions and 14 deletions
|
@ -23,9 +23,6 @@ in
|
|||
home.packages = with pkgs; [ playerctl ];
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
package = pkgs.waybar.overrideAttrs (oldAttrs: {
|
||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
});
|
||||
settings.mainBar = {
|
||||
position = "top";
|
||||
layer = "top";
|
||||
|
@ -212,17 +209,6 @@ in
|
|||
scroll-step = 5;
|
||||
on-click = "${pkgs.pavucontrol}/bin/pavucontrol";
|
||||
};
|
||||
"custom/randwall" = {
|
||||
format = "";
|
||||
# on-click= "bash $HOME/.config/hypr/randwall.sh";
|
||||
# on-click-right= "bash $HOME/.config/hypr/wall.sh";
|
||||
};
|
||||
"custom/launcher" = {
|
||||
format = "";
|
||||
# on-click= "bash $HOME/.config/rofi/launcher.sh";
|
||||
# on-click-right= "bash $HOME/.config/rofi/run.sh";
|
||||
tooltip = "false";
|
||||
};
|
||||
};
|
||||
style = ''
|
||||
* {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue