customize mouse cursor
This commit is contained in:
parent
71cd3aff8f
commit
6ceccbf21b
1 changed files with 11 additions and 0 deletions
|
|
@ -94,6 +94,8 @@
|
|||
"XMODIFIERS,@im=fcitx"
|
||||
"GTK_THEME,Adwaita:dark"
|
||||
"QT_QPA_PLATFORMTHEME,qt5ct"
|
||||
"XCURSOR_SIZE,24"
|
||||
"XCURSOR_THEME,Bibata-Modern-Ice"
|
||||
];
|
||||
|
||||
# Execute apps at launch
|
||||
|
|
@ -375,6 +377,15 @@
|
|||
adwaita-qt6
|
||||
];
|
||||
|
||||
# Cursor theme configuration
|
||||
home.pointerCursor = {
|
||||
name = "Bibata-Modern-Ice";
|
||||
package = pkgs.bibata-cursors;
|
||||
size = 24;
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
};
|
||||
|
||||
# Wofi application launcher configuration
|
||||
programs.wofi = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue