Change to Tokyonight GTK theme, change wallpaper
This commit is contained in:
parent
a82c084774
commit
3ff173a608
|
@ -150,10 +150,8 @@ in ''
|
|||
$layers = ^(waybar|system-menu|anyrun|gtk-layer-shell|swaync-.+|swayosd)$
|
||||
layerrule = blur, $layers
|
||||
layerrule = ignorealpha 0.5, $layers
|
||||
layerrule = xray 1, $layers
|
||||
|
||||
# Window rules
|
||||
windowrule = xray 1,(alacritty)
|
||||
windowrule = float,(org.kde.polkit-kde-authentication-agent-1)
|
||||
windowrule = center,(org.kde.polkit-kde-authentication-agent-1)
|
||||
windowrule = pin,(org.kde.polkit-kde-authentication-agent-1)
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
gnome.adwaita-icon-theme
|
||||
libsForQt5.breeze-gtk
|
||||
hicolor-icon-theme
|
||||
];
|
||||
stylix.targets.gtk.enable = false;
|
||||
gtk = {
|
||||
enable = true;
|
||||
cursorTheme = {
|
||||
|
@ -16,6 +12,10 @@
|
|||
package = pkgs.papirus-icon-theme;
|
||||
name = "Papirus-Dark";
|
||||
};
|
||||
theme = {
|
||||
package = pkgs.tokyo-night-gtk;
|
||||
name = "Tokyonight-Dark-BL";
|
||||
};
|
||||
};
|
||||
xdg.configFile."gtklock/config.ini".text = let
|
||||
powerbar = "${pkgs.gtklock-powerbar-module}/lib/gtklock/powerbar-module.so";
|
||||
|
|
|
@ -2,19 +2,15 @@
|
|||
|
||||
{
|
||||
imports = [ ./default.nix ./firefox.nix ];
|
||||
environment.systemPackages = with pkgs;
|
||||
with libsForQt5.qt5; [
|
||||
environment.systemPackages = with pkgs; [
|
||||
dex
|
||||
mesa
|
||||
libnotify
|
||||
glib
|
||||
gsettings-desktop-schemas
|
||||
qtgraphicaleffects
|
||||
qtsvg
|
||||
qtquickcontrols2
|
||||
protonvpn-cli
|
||||
protonvpn-gui
|
||||
qbittorrent
|
||||
transmission-gtk
|
||||
signal-desktop
|
||||
fractal
|
||||
libreoffice
|
||||
|
@ -24,9 +20,9 @@
|
|||
nomachine-client
|
||||
];
|
||||
stylix = {
|
||||
image = ./wallpapers/waves/cat-waves.png;
|
||||
image = ./wallpapers/default.jpg;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
|
||||
fonts = {
|
||||
fonts = rec {
|
||||
emoji = {
|
||||
name = "Noto Color Emoji";
|
||||
package = pkgs.noto-fonts-emoji;
|
||||
|
@ -39,10 +35,7 @@
|
|||
name = "Fira Sans";
|
||||
package = pkgs.fira;
|
||||
};
|
||||
serif = {
|
||||
name = "Fira Sans";
|
||||
package = pkgs.fira;
|
||||
};
|
||||
serif = sansSerif;
|
||||
sizes = {
|
||||
applications = 12;
|
||||
desktop = 12;
|
||||
|
|
Before Width: | Height: | Size: 642 KiB After Width: | Height: | Size: 642 KiB |
Loading…
Reference in a new issue