Use more kde tools

This commit is contained in:
Alexander Bantyev 2023-01-27 22:48:27 +04:00
parent 25431c26ab
commit c5307cae01
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
4 changed files with 138 additions and 130 deletions

View File

@ -39,9 +39,6 @@
[[language]]
name = "nix"
formatter = { command = "nixfmt", args = [] }
[[language]]
name = "markdown"
language-server = { command = "vscode-markdown-language-server", args = ["--stdio"] }
'';
programs.helix = {
enable = true;
@ -171,10 +168,7 @@
"diff.plus" = base0B;
"diff.delta" = base0A;
"diff.minus" = base08;
"diagnostic" = {
modifiers = [ "italic" ];
underline = { style = "line"; };
};
"diagnostic" = { underline = { style = "line"; }; };
"diagnostic.error" = { fg = base08; } // diagnostic;
"diagnostic.warning" = { fg = base09; } // diagnostic;
"ui.gutter" = { bg = base00; };

View File

@ -1,19 +1,22 @@
{ pkgs, lib, config, ... }:
with import ../../support.nix { inherit lib config; }; {
home-manager.users.balsoft.xdg.configFile."okularpartrc".text = genIni {
with (pkgs.my-lib.thmDec config.themes.colors); {
home-manager.users.balsoft = {
home.packages = [ pkgs.okular ];
xdg.configFile."okularpartrc".text = pkgs.my-lib.genIni {
"Dlg Accessibility" = {
RecolorBackground = thmDec.base00;
RecolorForeground = thmDec.base05;
RecolorBackground = base00;
RecolorForeground = base05;
};
"Document" = {
ChangeColors = true;
PaperColor = thmDec.base00;
PaperColor = base00;
RenderMode = "Recolor";
};
"Main View" = { ShowLeftPanel = false; };
PageView = {
BackgroundColor = thmDec.base00;
BackgroundColor = base00;
UseCustomBackgroundColor = true;
};
};
};
}

View File

@ -34,7 +34,8 @@ with pkgs.my-lib; {
in {
home.packages = [ pkgs.ark pkgs.dolphin ];
xdg.configFile."kdeglobals".text = with (thmDec config.themes.colors); lib.generators.toGitINI {
xdg.configFile."kdeglobals".text = with (thmDec config.themes.colors);
lib.generators.toGitINI {
"Colors:Button" = {
BackgroundAlternate = base01;
BackgroundNormal = base01;
@ -122,13 +123,22 @@ with pkgs.my-lib; {
General = {
ColorScheme = "Generated";
Name = "Generated";
fixed = "${fonts.mono.family},${toString fonts.mono.size},-1,5,50,0,0,0,0,0";
font = "${fonts.main.family},${toString fonts.main.size},-1,5,50,0,0,0,0,0";
menuFont = "${fonts.main.family},${toString fonts.main.size},-1,5,50,0,0,0,0,0";
fixed = "${fonts.mono.family},${
toString fonts.mono.size
},-1,5,50,0,0,0,0,0";
font = "${fonts.main.family},${
toString fonts.main.size
},-1,5,50,0,0,0,0,0";
menuFont = "${fonts.main.family},${
toString fonts.main.size
},-1,5,50,0,0,0,0,0";
shadeSortColumn = true;
smallestReadableFont =
"${fonts.main.family},${toString fonts.main.size},-1,5,57,0,0,0,0,0,Medium";
toolBarFont = "${fonts.main.family},${toString fonts.main.size},-1,5,50,0,0,0,0,0";
smallestReadableFont = "${fonts.main.family},${
toString fonts.main.size
},-1,5,57,0,0,0,0,0,Medium";
toolBarFont = "${fonts.main.family},${
toString fonts.main.size
},-1,5,50,0,0,0,0,0";
TerminalApplication = "alacritty";
};
KDE = {

View File

@ -28,6 +28,7 @@
himalaya
nheko
packages
okular
copyq
cursor