enough styles
This commit is contained in:
parent
f02e292b01
commit
0722c39448
9 changed files with 5 additions and 866 deletions
|
|
@ -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}";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue