mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
i3: move cursor theme
This commit is contained in:
parent
dce8138b43
commit
fa19eac19d
1 changed files with 5 additions and 2 deletions
|
@ -15,8 +15,6 @@ in
|
||||||
services.xserver.windowManager.i3 = {
|
services.xserver.windowManager.i3 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraSessionCommands = ''
|
extraSessionCommands = ''
|
||||||
mkdir -p ~/.local/share/icons/default
|
|
||||||
ln -sf /run/current-system/sw/share/icons/Yaru/cursor.theme ~/.local/share/icons/default/index.theme
|
|
||||||
echo 'Xft.dpi: 96' > ~/.Xresources
|
echo 'Xft.dpi: 96' > ~/.Xresources
|
||||||
echo 'Xcursor.size: 24' >> ~/.Xresources
|
echo 'Xcursor.size: 24' >> ~/.Xresources
|
||||||
xsetroot -solid '#333333'
|
xsetroot -solid '#333333'
|
||||||
|
@ -81,6 +79,11 @@ in
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
xfce.thunar-archive-plugin
|
xfce.thunar-archive-plugin
|
||||||
caffeine-ng
|
caffeine-ng
|
||||||
|
|
||||||
|
(runCommand "default_cursor" { } ''
|
||||||
|
mkdir -p $out/share/icons/default
|
||||||
|
ln -sf /run/current-system/sw/share/icons/Yaru/cursor.theme $out/share/icons/default/index.theme
|
||||||
|
'')
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue