mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 10:56:11 +01:00
fix: qt theme fixed
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
wev
|
||||
wlr-randr
|
||||
wdisplays
|
||||
# wl-copy
|
||||
# wl-paste
|
||||
# wf-recorder
|
||||
# wl-screenrec
|
||||
|
||||
@@ -631,7 +633,6 @@
|
||||
|
||||
};
|
||||
|
||||
|
||||
#################################
|
||||
# Hyprpaper
|
||||
#################################
|
||||
@@ -693,10 +694,10 @@
|
||||
}
|
||||
|
||||
# {
|
||||
# timeout = 1800; # 30min
|
||||
# on-timeout = "systemctl hibernate";
|
||||
# on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
|
||||
# on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
|
||||
# timeout = 1800; # 30min
|
||||
# on-timeout = "systemctl hibernate";
|
||||
# on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
|
||||
# on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
|
||||
# }
|
||||
];
|
||||
};
|
||||
|
||||
@@ -1,23 +1,37 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
let
|
||||
|
||||
in
|
||||
{
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "qtct";
|
||||
platformTheme.name = "qtct";
|
||||
style = {
|
||||
name = "kvantum";
|
||||
};
|
||||
};
|
||||
|
||||
xdg.configFile = {
|
||||
# "Kvantum/kvantum.kvconfig".text = ''
|
||||
# [General]
|
||||
# theme=GraphiteNordDark
|
||||
# '';
|
||||
|
||||
# "Kvantum/GraphiteNord".source = "${pkgs.graphite-kde-theme}/share/Kvantum/GraphiteNord";
|
||||
|
||||
"Kvantum/kvantum.kvconfig".text = ''
|
||||
[General]
|
||||
theme=GraphiteNordDark
|
||||
theme=rosepine-kvantum
|
||||
'';
|
||||
|
||||
"Kvantum/GraphiteNord".source = "${pkgs.graphite-kde-theme}/share/Kvantum/GraphiteNord";
|
||||
"Kvantum/rosepine-kvantum".source = "${
|
||||
inputs.rosepine-kvantum.packages.${pkgs.system}.default
|
||||
}/share/Kvantum/rosepine-kvantum";
|
||||
# "Kvantum/rosepine".source = ../configs/Kvantum/rosepine-kvantum;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user