Reset waybar to manual style config
This commit is contained in:
@@ -1,29 +1,31 @@
|
|||||||
{config, ...}: let
|
{config, ...}: let
|
||||||
palette = config.lib.stylix.colors;
|
palette = config.lib.stylix.colors;
|
||||||
in {
|
in {
|
||||||
|
stylix.targets.waybar.enable = false;
|
||||||
|
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# systemd.enable = true;
|
# systemd.enable = true;
|
||||||
settings.mainBar = builtins.fromJSON (builtins.readFile ./config.json);
|
settings.mainBar = builtins.fromJSON (builtins.readFile ./config.json);
|
||||||
};
|
};
|
||||||
|
|
||||||
# xdg.configFile."waybar/style.css".source = ./style.css;
|
xdg.configFile."waybar/style.css".source = ./style.css;
|
||||||
# xdg.configFile."waybar/theme.css".text = ''
|
xdg.configFile."waybar/theme.css".text = ''
|
||||||
# /*
|
/*
|
||||||
# bg - background
|
bg - background
|
||||||
# fg - foreground
|
fg - foreground
|
||||||
# */
|
*/
|
||||||
|
|
||||||
# /* Main Colors */
|
/* Main Colors */
|
||||||
# @define-color background #${palette.base00};
|
@define-color background #${palette.base00};
|
||||||
# @define-color foreground #${palette.base05};
|
@define-color foreground #${palette.base05};
|
||||||
|
|
||||||
# /* Workspace Button Colors */
|
/* Workspace Button Colors */
|
||||||
# @define-color hover-bg #${palette.base01};
|
@define-color hover-bg #${palette.base01};
|
||||||
# @define-color hover-fg #${palette.base05};
|
@define-color hover-fg #${palette.base05};
|
||||||
# @define-color active-bg #${palette.base02};
|
@define-color active-bg #${palette.base02};
|
||||||
# @define-color active-fg #${palette.base0A};
|
@define-color active-fg #${palette.base0A};
|
||||||
# @define-color urgent-bg #${palette.base08};
|
@define-color urgent-bg #${palette.base08};
|
||||||
# @define-color urgent-fg #${palette.base00};
|
@define-color urgent-fg #${palette.base00};
|
||||||
# '';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user