enough styles
This commit is contained in:
parent
f02e292b01
commit
0722c39448
9 changed files with 5 additions and 866 deletions
|
|
@ -24,8 +24,6 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
stylix.enable = lib.mkDefault true;
|
||||
|
||||
programs.librewolf.enable = true;
|
||||
|
||||
programs.kermit = {
|
||||
|
|
|
|||
|
|
@ -28,8 +28,6 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
stylix.enable = lib.mkDefault true;
|
||||
|
||||
home.file."${config.home.homeDirectory}/.gtkrc-2.0".force = true;
|
||||
gtk.cursorTheme.name = "breeze_cursors";
|
||||
gtk.cursorTheme.size = 24;
|
||||
|
|
|
|||
|
|
@ -10,12 +10,6 @@ in {
|
|||
options.ezpcusr = {
|
||||
enable = mkEnableOption "Enable simple PC user config";
|
||||
|
||||
uploadScript = mkOption {
|
||||
type = types.nullOr types.package;
|
||||
default = null;
|
||||
description = "A path to a script that takes a path to a file and returns a URL";
|
||||
};
|
||||
|
||||
screenshotsPath = mkOption {
|
||||
description = "Path to save screenshots in";
|
||||
default = "$HOME/Media/Screenshots";
|
||||
|
|
@ -168,11 +162,6 @@ in {
|
|||
"$mod, D, exec, ${config.programs.rofi.package}/bin/rofi -show drun -show-icons"
|
||||
|
||||
", Print, exec, ${config.services.flameshot.package}/bin/flameshot gui -p=\"${config.services.flameshot.settings.General.savePath}/$(date '+${config.services.flameshot.settings.General.filenamePattern}')\" --raw | wl-copy -t image/png"
|
||||
# "SHIFT, Print, exec, ${pkgs.wl-clipboard}/bin/wl-paste > /tmp/clipup && ${
|
||||
# if cfg.uploadScript != null
|
||||
# then cfg.uploadScript
|
||||
# else ":"
|
||||
# } /tmp/clipup | wl-copy && ${pkgs.libnotify}/bin/notify-send 'Clipboard uploaded!'"
|
||||
|
||||
"$mod, c, exec, ${config.services.cliphist.package}/bin/cliphist list | rofi -dmenu | cliphist decode | wl-copy"
|
||||
|
||||
|
|
@ -322,54 +311,8 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
programs.ashell = {
|
||||
enable = false;
|
||||
systemd.enable = true;
|
||||
settings = {
|
||||
clock.format = "%a %d %b %r";
|
||||
workspaces.visibility_mode = "MonitorSpecific";
|
||||
modules = {
|
||||
left = [["Workspaces" "WindowTitle"] "Tray"];
|
||||
center = ["MediaPlayer"];
|
||||
right = ["SystemInfo" ["Clock" "Privacy" "Settings"]];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.librewolf.enable = true;
|
||||
|
||||
programs.zed-editor = {
|
||||
themes.transparency = config.lib.stylix.colors {
|
||||
template = ./zed-transparent.mustache;
|
||||
extension = ".json";
|
||||
};
|
||||
userSettings.theme = lib.mkForce "Base16 Transparent ${config.lib.stylix.colors.scheme-name}";
|
||||
};
|
||||
|
||||
stylix = {
|
||||
enable = lib.mkDefault true;
|
||||
autoEnable = lib.mkDefault true;
|
||||
|
||||
icons = {
|
||||
enable = lib.mkDefault true;
|
||||
dark = lib.mkDefault "Papirus-Dark";
|
||||
package = lib.mkDefault pkgs.papirus-icon-theme;
|
||||
};
|
||||
|
||||
cursor = {
|
||||
package = lib.mkDefault pkgs.adwaita-icon-theme;
|
||||
name = lib.mkDefault "Adwaita";
|
||||
size = lib.mkDefault 24;
|
||||
};
|
||||
|
||||
opacity = {
|
||||
terminal = lib.mkDefault 0.85;
|
||||
popups = lib.mkDefault 0.7;
|
||||
desktop = lib.mkDefault 0.6;
|
||||
applications = lib.mkDefault 0.85;
|
||||
};
|
||||
};
|
||||
|
||||
services.blueman-applet.enable = lib.mkDefault cfg.bluetooth;
|
||||
|
||||
services.mpris-proxy.enable = lib.mkDefault true;
|
||||
|
|
@ -429,8 +372,6 @@ in {
|
|||
savePath = "${config.home.homeDirectory}/Media/Screenshots";
|
||||
saveAfterCopy = true;
|
||||
useGrimAdapter = true;
|
||||
#uiColor = "#${lib.stylix.colors.base04}";
|
||||
#contrastUiColor = "#${lib.stylix.colors.base05}";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,352 +0,0 @@
|
|||
{
|
||||
"name": "Base16 Transparent {{scheme-name}}",
|
||||
"author": "notgne2",
|
||||
"themes": [
|
||||
{
|
||||
"name": "Base16 Transparent {{scheme-name}}",
|
||||
"appearance": "dark",
|
||||
"style": {
|
||||
"background.appearance": "blurred",
|
||||
"border": "#00000000",
|
||||
"border.variant": "#00000000",
|
||||
"border.focused": null,
|
||||
"border.selected": null,
|
||||
"border.transparent": null,
|
||||
"border.disabled": null,
|
||||
"elevated_surface.background": "#{{base01-hex}}d9",
|
||||
"surface.background": "#{{base00-hex}}d9",
|
||||
"background": "#{{base00-hex}}d9",
|
||||
"element.background": "#{{base00-hex}}",
|
||||
"element.hover": "#{{base01-hex}}ff",
|
||||
"element.active": "#{{base02-hex}}ff",
|
||||
"element.selected": "#{{base02-hex}}ff",
|
||||
"element.disabled": "#{{base03-hex}}d3",
|
||||
"ghost_element.background": "#{{base00-hex}}",
|
||||
"ghost_element.hover": "#{{base01-hex}}ff",
|
||||
"ghost_element.active": "#{{base02-hex}}ff",
|
||||
"ghost_element.selected": "#{{base02-hex}}ff",
|
||||
"ghost_element.disabled": "#{{base03-hex}}d3",
|
||||
"drop_target.background": "#{{base03-hex}}d3",
|
||||
"text": "#{{base05-hex}}",
|
||||
"text.muted": "#{{base04-hex}}",
|
||||
"text.placeholder": "#{{base03-hex}}",
|
||||
"text.disabled": "#{{base03-hex}}",
|
||||
"text.accent": "#{{base0D-hex}}",
|
||||
"icon": "#{{base05-hex}}",
|
||||
"icon.muted": "#{{base03-hex}}",
|
||||
"icon.disabled": "#{{base03-hex}}",
|
||||
"icon.placeholder": "#{{base03-hex}}",
|
||||
"icon.accent": "#{{base0D-hex}}",
|
||||
"status_bar.background": "#{{base00-hex}}d9",
|
||||
"title_bar.background": "#{{base00-hex}}d9",
|
||||
"title_bar.inactive_background": "#{{base00-hex}}d9",
|
||||
"toolbar.background": "#00000000",
|
||||
"tab_bar.background": "#00000000",
|
||||
"tab.inactive_background": "#00000000",
|
||||
"tab.active_background": "#{{base01-hex}}",
|
||||
"search.match_background": "#{{base02-hex}}",
|
||||
"panel.background": "#00000000",
|
||||
"panel.focused_border": null,
|
||||
"pane.focused_border": "#{{base00-hex}}",
|
||||
"scrollbar.thumb.background": "#{{base01-hex}}d3",
|
||||
"scrollbar.thumb.hover_background": "#{{base02-hex}}",
|
||||
"scrollbar.thumb.border": "#00000000",
|
||||
"scrollbar.track.background": "#00000000",
|
||||
"scrollbar.track.border": "#00000000",
|
||||
"editor.foreground": "#{{base05-hex}}",
|
||||
"editor.background": "#00000000",
|
||||
"editor.gutter.background": "#00000000",
|
||||
"editor.subheader.background": "#{{base00-hex}}",
|
||||
"editor.active_line.background": "#{{base01-hex}}d9",
|
||||
"editor.highlighted_line.background": "#{{base02-hex}}",
|
||||
"editor.line_number": "#{{base03-hex}}",
|
||||
"editor.active_line_number": "#{{base05-hex}}",
|
||||
"editor.invisible": "#{{base03-hex}}",
|
||||
"editor.wrap_guide": "#{{base03-hex}}",
|
||||
"editor.active_wrap_guide": "#{{base03-hex}}d3",
|
||||
"editor.document_highlight.read_background": "#{{base02-hex}}d3",
|
||||
"editor.document_highlight.write_background": "#{{base03-hex}}d3",
|
||||
"link_text.hover": "#{{base0D-hex}}",
|
||||
|
||||
"conflict": "#{{base0B-hex}}",
|
||||
"conflict.background": "#{{base0B-hex}}d3",
|
||||
"conflict.border": "#{{base03-hex}}",
|
||||
|
||||
"created": "#{{base0B-hex}}",
|
||||
"created.background": "#{{base0B-hex}}d3",
|
||||
"created.border": "#{{base03-hex}}",
|
||||
|
||||
"deleted": "#{{base08-hex}}",
|
||||
"deleted.background": "#{{base08-hex}}d3",
|
||||
"deleted.border": "#{{base03-hex}}",
|
||||
|
||||
"error": "#{{base08-hex}}",
|
||||
"error.background": "#{{base08-hex}}d3",
|
||||
"error.border": "#{{base03-hex}}",
|
||||
|
||||
"hidden": "#{{base03-hex}}",
|
||||
"hidden.background": "#{{base00-hex}}",
|
||||
"hidden.border": "#{{base03-hex}}",
|
||||
|
||||
"hint": "#{{base0D-hex}}",
|
||||
"hint.background": "#{{base0D-hex}}d3",
|
||||
"hint.border": "#{{base03-hex}}",
|
||||
|
||||
"ignored": "#{{base03-hex}}",
|
||||
"ignored.background": "#{{base00-hex}}",
|
||||
"ignored.border": "#{{base03-hex}}",
|
||||
|
||||
"info": "#{{base0D-hex}}",
|
||||
"info.background": "#{{base0D-hex}}d3",
|
||||
"info.border": "#{{base03-hex}}",
|
||||
|
||||
"modified": "#{{base0A-hex}}",
|
||||
"modified.background": "#{{base0A-hex}}d3",
|
||||
"modified.border": "#{{base03-hex}}",
|
||||
|
||||
"predictive": "#{{base0E-hex}}",
|
||||
"predictive.background": "#{{base0E-hex}}d3",
|
||||
"predictive.border": "#{{base03-hex}}",
|
||||
|
||||
"renamed": "#{{base0D-hex}}",
|
||||
"renamed.background": "#{{base0D-hex}}d3",
|
||||
"renamed.border": "#{{base03-hex}}",
|
||||
|
||||
"success": "#{{base0B-hex}}",
|
||||
"success.background": "#{{base0B-hex}}d3",
|
||||
"success.border": "#{{base03-hex}}",
|
||||
|
||||
"unreachable": "#{{base03-hex}}",
|
||||
"unreachable.background": "#{{base00-hex}}",
|
||||
"unreachable.border": "#{{base03-hex}}",
|
||||
|
||||
"warning": "#{{base0A-hex}}",
|
||||
"warning.background": "#{{base0A-hex}}d3",
|
||||
"warning.border": "#{{base03-hex}}",
|
||||
|
||||
"players": [
|
||||
{
|
||||
"cursor": "#{{base0D-hex}}",
|
||||
"background": "#{{base0D-hex}}20",
|
||||
"selection": "#{{base0D-hex}}30"
|
||||
},
|
||||
{
|
||||
"cursor": "#{{base0E-hex}}",
|
||||
"background": "#{{base0E-hex}}20",
|
||||
"selection": "#{{base0E-hex}}30"
|
||||
},
|
||||
{
|
||||
"cursor": "#{{base0E-hex}}",
|
||||
"background": "#{{base0E-hex}}20",
|
||||
"selection": "#{{base0E-hex}}30"
|
||||
},
|
||||
{
|
||||
"cursor": "#{{base09-hex}}",
|
||||
"background": "#{{base09-hex}}20",
|
||||
"selection": "#{{base09-hex}}30"
|
||||
},
|
||||
{
|
||||
"cursor": "#{{base0B-hex}}",
|
||||
"background": "#{{base0B-hex}}20",
|
||||
"selection": "#{{base0B-hex}}30"
|
||||
},
|
||||
{
|
||||
"cursor": "#{{base08-hex}}",
|
||||
"background": "#{{base08-hex}}20",
|
||||
"selection": "#{{base08-hex}}30"
|
||||
},
|
||||
{
|
||||
"cursor": "#{{base0A-hex}}",
|
||||
"background": "#{{base0A-hex}}20",
|
||||
"selection": "#{{base0A-hex}}30"
|
||||
},
|
||||
{
|
||||
"cursor": "#{{base0B-hex}}",
|
||||
"background": "#{{base0B-hex}}20",
|
||||
"selection": "#{{base0B-hex}}30"
|
||||
}
|
||||
],
|
||||
"syntax": {
|
||||
"attribute": {
|
||||
"color": "#{{base0D-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#{{base0E-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"comment": {
|
||||
"color": "#{{base03-hex}}",
|
||||
"font_style": "italic",
|
||||
"font_weight": null
|
||||
},
|
||||
"comment.doc": {
|
||||
"color": "#{{base03-hex}}",
|
||||
"font_style": "italic",
|
||||
"font_weight": 700
|
||||
},
|
||||
"constant": {
|
||||
"color": "#{{base0E-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"constructor": {
|
||||
"color": "#{{base0B-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"directive": {
|
||||
"color": "#{{base0E-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"escape": {
|
||||
"color": "#{{base0D-hex}}",
|
||||
"font_style": "italic",
|
||||
"font_weight": null
|
||||
},
|
||||
"function": {
|
||||
"color": "#{{base0D-hex}}",
|
||||
"font_style": "italic",
|
||||
"font_weight": null
|
||||
},
|
||||
"function.decorator": {
|
||||
"color": "#{{base0D-hex}}",
|
||||
"font_style": "italic",
|
||||
"font_weight": null
|
||||
},
|
||||
"function.magic": {
|
||||
"color": "#{{base0D-hex}}",
|
||||
"font_style": "italic",
|
||||
"font_weight": null
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#{{base0E-hex}}",
|
||||
"font_style": "italic",
|
||||
"font_weight": null
|
||||
},
|
||||
"label": {
|
||||
"color": "#{{base05-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"local": {
|
||||
"color": "#{{base08-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"markup": {
|
||||
"color": "#{{base09-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"meta": {
|
||||
"color": "#{{base05-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"modifier": {
|
||||
"color": "#{{base05-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"namespace": {
|
||||
"color": "#{{base08-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"number": {
|
||||
"color": "#{{base0A-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"operator": {
|
||||
"color": "#{{base0E-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"parameter": {
|
||||
"color": "#{{base05-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#{{base05-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"regexp": {
|
||||
"color": "#{{base0C-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"self": {
|
||||
"color": "#{{base05-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": 700
|
||||
},
|
||||
"string": {
|
||||
"color": "#{{base0B-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"strong": {
|
||||
"color": "#{{base0D-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": 700
|
||||
},
|
||||
"support": {
|
||||
"color": "#{{base0E-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"symbol": {
|
||||
"color": "#{{base0A-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"tag": {
|
||||
"color": "#{{base0D-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"text": {
|
||||
"color": "#{{base05-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"type": {
|
||||
"color": "#{{base0B-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"variable": {
|
||||
"color": "#{{base05-hex}}",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
}
|
||||
},
|
||||
"terminal.background": "#00000000",
|
||||
"terminal.foreground": "#{{base05-hex}}ff",
|
||||
"terminal.ansi.black": "#{{base00-hex}}ff",
|
||||
"terminal.ansi.red": "#{{base08-hex}}ff",
|
||||
"terminal.ansi.green": "#{{base0B-hex}}ff",
|
||||
"terminal.ansi.yellow": "#{{base0A-hex}}ff",
|
||||
"terminal.ansi.blue": "#{{base0D-hex}}ff",
|
||||
"terminal.ansi.magenta": "#{{base0E-hex}}ff",
|
||||
"terminal.ansi.cyan": "#{{base0C-hex}}ff",
|
||||
"terminal.ansi.white": "#{{base05-hex}}ff",
|
||||
"terminal.ansi.bright_black": "#{{base03-hex}}ff",
|
||||
"terminal.ansi.bright_red": "#{{base08-hex}}ff",
|
||||
"terminal.ansi.bright_green": "#{{base0B-hex}}ff",
|
||||
"terminal.ansi.bright_yellow": "#{{base0A-hex}}ff",
|
||||
"terminal.ansi.bright_blue": "#{{base0D-hex}}ff",
|
||||
"terminal.ansi.bright_magenta": "#{{base0E-hex}}ff",
|
||||
"terminal.ansi.bright_cyan": "#{{base0C-hex}}ff",
|
||||
"terminal.ansi.bright_white": "#{{base05-hex}}ff"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue