ethui
This commit is contained in:
@@ -14,10 +14,12 @@
|
||||
../common/programs/desktop
|
||||
../common/programs/zen-browser.nix
|
||||
../common/programs/hyprland
|
||||
../common/programs/i3.nix
|
||||
../common/programs/ghostty.nix
|
||||
../common/programs/kitty.nix
|
||||
../common/programs/syncthing.nix
|
||||
../common/programs/unity.nix
|
||||
../common/programs/ethui.nix
|
||||
../common/programs/gpg.nix
|
||||
../common/features/xdg.nix
|
||||
../common/features/bluetooth.nix
|
||||
|
||||
@@ -58,5 +58,14 @@
|
||||
name = "Tela black";
|
||||
package = pkgs.tela-icon-theme;
|
||||
};
|
||||
cursorTheme = {
|
||||
name = "Numix-Cursor-Light";
|
||||
package = pkgs.numix-cursor-theme;
|
||||
};
|
||||
};
|
||||
|
||||
home.pointerCursor = {
|
||||
package = pkgs.numix-cursor-theme;
|
||||
name = "Numix-Cursor-Light";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
home.packages = [ inputs.ethui.packages.x86_64-linux.default ];
|
||||
}
|
||||
@@ -14,10 +14,10 @@
|
||||
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
cursor-theme = "BreezeX-RosePine-Linux";
|
||||
};
|
||||
};
|
||||
# settings = {
|
||||
# "org/gnome/desktop/interface" = {
|
||||
# cursor-theme = "BreezeX-RosePine-Linux";
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
||||
@@ -54,6 +54,10 @@
|
||||
for_window [class="kitty"] border none
|
||||
for_window [class="kitty"] gaps inner current set 0
|
||||
for_window [class="kitty"] gaps outer current set 0
|
||||
|
||||
for_window [class="^zen"] border none
|
||||
for_window [class="^zen"] gaps inner current set 0
|
||||
for_window [class="^zen"] gaps outer current set 0
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
../common/programs/syncthing.nix
|
||||
../common/programs/unity.nix
|
||||
../common/programs/gpg.nix
|
||||
../common/programs/ethui.nix
|
||||
../common/features/xdg.nix
|
||||
../common/features/bluetooth.nix
|
||||
../common/features/ledger.nix
|
||||
|
||||
@@ -44,8 +44,7 @@ in
|
||||
workspace 2 output DP-2
|
||||
workspace 3 output DP-0
|
||||
|
||||
for_window [class="Ethui"] workspace 2
|
||||
for_window [class="Ethui"] floating enable
|
||||
for_window [class="Ethui"] workspace 3
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user