mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-05 12:22:10 +02:00
@@ -67,7 +67,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"theme.font.name": "${config.var.theme.font}",
|
||||
"theme.font.name": "${config.stylix.fonts.serif.name}",
|
||||
"theme.font.size": "${toString config.var.theme.bar.font-size}px",
|
||||
"theme.bar.outer_spacing": "${
|
||||
if config.var.theme.bar.floating
|
||||
@@ -96,9 +96,9 @@
|
||||
"theme.bar.buttons.padding_x": "0.8rem",
|
||||
"theme.bar.buttons.padding_y": "0.4rem",
|
||||
|
||||
"theme.bar.buttons.workspaces.hover": "#${config.var.theme.colors.accentalt}",
|
||||
"theme.bar.buttons.workspaces.active": "#${config.var.theme.colors.accent}",
|
||||
"theme.bar.buttons.workspaces.available": "#${config.var.theme.colors.bg}",
|
||||
"theme.bar.buttons.workspaces.hover": "#${config.lib.stylix.colors.base0A}",
|
||||
"theme.bar.buttons.workspaces.active": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.bar.buttons.workspaces.available": "#${config.lib.stylix.colors.base00}",
|
||||
|
||||
"theme.bar.margin_top": "1.0em",
|
||||
"theme.bar.margin_sides": "${toString config.var.theme.gaps-out}px",
|
||||
@@ -168,61 +168,61 @@
|
||||
|
||||
"theme.bar.menus.monochrome": true,
|
||||
"wallpaper.enable": false,
|
||||
"theme.bar.menus.background": "#${config.var.theme.colors.bg}",
|
||||
"theme.bar.menus.cards": "#${config.var.theme.colors.bgalt}",
|
||||
"theme.bar.menus.background": "#${config.lib.stylix.colors.base00}",
|
||||
"theme.bar.menus.cards": "#${config.lib.stylix.colors.base01}",
|
||||
"theme.bar.menus.card_radius": "${
|
||||
toString config.var.theme.rounding
|
||||
}px",
|
||||
"theme.bar.menus.label": "#${config.var.theme.colors.fg}",
|
||||
"theme.bar.menus.text": "#${config.var.theme.colors.fg}",
|
||||
"theme.bar.menus.label": "#${config.lib.stylix.colors.base05}",
|
||||
"theme.bar.menus.text": "#${config.lib.stylix.colors.base05}",
|
||||
"theme.bar.menus.border.size": "${
|
||||
toString config.var.theme.border-size
|
||||
}px",
|
||||
"theme.bar.menus.border.color": "#${config.var.theme.colors.accent}",
|
||||
"theme.bar.menus.border.color": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.bar.menus.border.radius": "${
|
||||
toString config.var.theme.rounding
|
||||
}px",
|
||||
"theme.bar.menus.popover.text": "#${config.var.theme.colors.fg}",
|
||||
"theme.bar.menus.popover.background": "#${config.var.theme.colors.bgalt}",
|
||||
"theme.bar.menus.listitems.active": "#${config.var.theme.colors.accent}",
|
||||
"theme.bar.menus.icons.active": "#${config.var.theme.colors.accent}",
|
||||
"theme.bar.menus.switch.enabled": "#${config.var.theme.colors.accent}",
|
||||
"theme.bar.menus.check_radio_button.active": "#${config.var.theme.colors.accent}",
|
||||
"theme.bar.menus.buttons.default": "#${config.var.theme.colors.accent}",
|
||||
"theme.bar.menus.buttons.active": "#${config.var.theme.colors.accent}",
|
||||
"theme.bar.menus.iconbuttons.active": "#${config.var.theme.colors.accent}",
|
||||
"theme.bar.menus.progressbar.foreground": "#${config.var.theme.colors.accent}",
|
||||
"theme.bar.menus.slider.primary": "#${config.var.theme.colors.accent}",
|
||||
"theme.bar.menus.tooltip.background": "#${config.var.theme.colors.bgalt}",
|
||||
"theme.bar.menus.tooltip.text": "#${config.var.theme.colors.fg}",
|
||||
"theme.bar.menus.dropdownmenu.background": "#${config.var.theme.colors.bgalt}",
|
||||
"theme.bar.menus.dropdownmenu.text": "#${config.var.theme.colors.fg}",
|
||||
"theme.bar.background": "#${config.var.theme.colors.bg}",
|
||||
"theme.bar.menus.popover.text": "#${config.lib.stylix.colors.base05}",
|
||||
"theme.bar.menus.popover.background": "#${config.lib.stylix.colors.base01}",
|
||||
"theme.bar.menus.listitems.active": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.bar.menus.icons.active": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.bar.menus.switch.enabled": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.bar.menus.check_radio_button.active": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.bar.menus.buttons.default": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.bar.menus.buttons.active": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.bar.menus.iconbuttons.active": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.bar.menus.progressbar.foreground": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.bar.menus.slider.primary": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.bar.menus.tooltip.background": "#${config.lib.stylix.colors.base01}",
|
||||
"theme.bar.menus.tooltip.text": "#${config.lib.stylix.colors.base05}",
|
||||
"theme.bar.menus.dropdownmenu.background": "#${config.lib.stylix.colors.base01}",
|
||||
"theme.bar.menus.dropdownmenu.text": "#${config.lib.stylix.colors.base05}",
|
||||
"theme.bar.background": "#${config.lib.stylix.colors.base00}",
|
||||
"theme.bar.buttons.style": "default",
|
||||
"theme.bar.buttons.monochrome": true,
|
||||
"theme.bar.buttons.text": "#${config.var.theme.colors.fg}",
|
||||
"theme.bar.buttons.background": "#${config.var.theme.colors.bgalt}",
|
||||
"theme.bar.buttons.icon": "#${config.var.theme.colors.accent}",
|
||||
"theme.bar.buttons.notifications.background": "#${config.var.theme.colors.bgalt}",
|
||||
"theme.bar.buttons.hover": "#${config.var.theme.colors.bg}",
|
||||
"theme.bar.buttons.notifications.hover": "#${config.var.theme.colors.bg}",
|
||||
"theme.bar.buttons.notifications.total": "#${config.var.theme.colors.accent}",
|
||||
"theme.bar.buttons.notifications.icon": "#${config.var.theme.colors.accent}",
|
||||
"theme.notification.background": "#${config.var.theme.colors.bgalt}",
|
||||
"theme.notification.actions.background": "#${config.var.theme.colors.accent}",
|
||||
"theme.notification.actions.text": "#${config.var.theme.colors.fg}",
|
||||
"theme.notification.label": "#${config.var.theme.colors.accent}",
|
||||
"theme.notification.border": "#${config.var.theme.colors.bgalt}",
|
||||
"theme.notification.text": "#${config.var.theme.colors.fgalt}",
|
||||
"theme.notification.labelicon": "#${config.var.theme.colors.accent}",
|
||||
"theme.osd.bar_color": "#${config.var.theme.colors.accent}",
|
||||
"theme.osd.bar_overflow_color": "#${config.var.theme.colors.accentalt}",
|
||||
"theme.osd.icon": "#${config.var.theme.colors.bg}",
|
||||
"theme.osd.icon_container": "#${config.var.theme.colors.accent}",
|
||||
"theme.osd.label": "#${config.var.theme.colors.accent}",
|
||||
"theme.osd.bar_container": "#${config.var.theme.colors.bgalt}",
|
||||
"theme.bar.menus.menu.media.background.color": "#${config.var.theme.colors.bgalt}",
|
||||
"theme.bar.menus.menu.media.card.color": "#${config.var.theme.colors.bgalt}",
|
||||
"theme.bar.buttons.text": "#${config.lib.stylix.colors.base05}",
|
||||
"theme.bar.buttons.background": "#${config.lib.stylix.colors.base01}",
|
||||
"theme.bar.buttons.icon": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.bar.buttons.notifications.background": "#${config.lib.stylix.colors.base01}",
|
||||
"theme.bar.buttons.hover": "#${config.lib.stylix.colors.base00}",
|
||||
"theme.bar.buttons.notifications.hover": "#${config.lib.stylix.colors.base00}",
|
||||
"theme.bar.buttons.notifications.total": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.bar.buttons.notifications.icon": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.notification.background": "#${config.lib.stylix.colors.base01}",
|
||||
"theme.notification.actions.background": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.notification.actions.text": "#${config.lib.stylix.colors.base05}",
|
||||
"theme.notification.label": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.notification.border": "#${config.lib.stylix.colors.base01}",
|
||||
"theme.notification.text": "#${config.lib.stylix.colors.base05}",
|
||||
"theme.notification.labelicon": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.osd.bar_color": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.osd.bar_overflow_color": "#${config.lib.stylix.colors.base0A}",
|
||||
"theme.osd.icon": "#${config.lib.stylix.colors.base00}",
|
||||
"theme.osd.icon_container": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.osd.label": "#${config.lib.stylix.colors.base0D}",
|
||||
"theme.osd.bar_container": "#${config.lib.stylix.colors.base01}",
|
||||
"theme.bar.menus.menu.media.background.color": "#${config.lib.stylix.colors.base01}",
|
||||
"theme.bar.menus.menu.media.card.color": "#${config.lib.stylix.colors.base01}",
|
||||
"theme.bar.menus.menu.media.card.tint": 90,
|
||||
"bar.customModules.updates.pollingInterval": 1440000,
|
||||
"bar.media.show_active_only": true
|
||||
|
||||
Reference in New Issue
Block a user