Skip to content

Commit

Permalink
feat(gtk): changed cursor theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Jan 1, 2024
1 parent eb01ebd commit b4b30c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions modules/desktop/apps/gtk.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, home-manager, lib, cfg, ... }:
{ pkgs, home-manager, lib, cfg, ownPackages, ... }:
with lib;
with lib.my;
let
Expand All @@ -10,7 +10,7 @@ in
{
home-manager.users.wittano = {
home = {
packages = with pkgs; [ lxappearance libsForQt5.breeze-qt5 colloidIconTheme ];
packages = with pkgs; [ lxappearance colloidIconTheme ownPackages.bibata-cursor-theme ];
activation.linkMutableKittyConfig =
link.createMutableLinkActivation {
internalPath = ".config/gtk-3.0/settings.ini";
Expand All @@ -24,7 +24,7 @@ in
gtk-icon-theme-name=Colloid-dark
gtk-theme-name=Catppuccin-Frappe-Standard-Blue-Dark
gtk-font-name=JetBrains Mono NL 12
gtk-cursor-theme-name=Breeze_Snow
gtk-cursor-theme-name=Bibata-Modern-Ice
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
Expand Down

0 comments on commit b4b30c4

Please sign in to comment.