redo tiling theming
This commit is contained in:
parent
f3648ea211
commit
d94bd6d7d0
5 changed files with 85 additions and 15 deletions
|
|
@ -8,11 +8,11 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
catppuccin-cursors.latteDark
|
||||
catppuccin-cursors.latteLight
|
||||
catppuccin-cursors.latteBlue
|
||||
catppuccin-cursors.mochaDark
|
||||
catppuccin-cursors.mochaLight
|
||||
# catppuccin-cursors.latteDark
|
||||
# catppuccin-cursors.latteLight
|
||||
# catppuccin-cursors.latteBlue
|
||||
# catppuccin-cursors.mochaDark
|
||||
# catppuccin-cursors.mochaLight
|
||||
catppuccin-cursors.mochaBlue
|
||||
|
||||
(catppuccin-kde.override {
|
||||
|
|
@ -33,6 +33,15 @@
|
|||
_2ship2harkinian
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
XCURSOR_THEME = "catppuccin-mocha-blue-cursors";
|
||||
};
|
||||
|
||||
gtk.cursorTheme = {
|
||||
name = "catppuccin-mocha-blue-cursors";
|
||||
package = pkgs.catppuccin-cursors.mochaBlue;
|
||||
};
|
||||
|
||||
programs.plasma = {
|
||||
workspace = {
|
||||
colorScheme = "CatppuccinMochaBlue";
|
||||
|
|
|
|||
|
|
@ -13,11 +13,11 @@
|
|||
asahi-btsync
|
||||
asahi-wifisync
|
||||
|
||||
catppuccin-cursors.latteDark
|
||||
catppuccin-cursors.latteLight
|
||||
catppuccin-cursors.lattePeach
|
||||
catppuccin-cursors.mochaDark
|
||||
catppuccin-cursors.mochaLight
|
||||
# catppuccin-cursors.latteDark
|
||||
# catppuccin-cursors.latteLight
|
||||
# catppuccin-cursors.lattePeach
|
||||
# catppuccin-cursors.mochaDark
|
||||
# catppuccin-cursors.mochaLight
|
||||
catppuccin-cursors.mochaPeach
|
||||
|
||||
(catppuccin-kde.override {
|
||||
|
|
@ -33,6 +33,15 @@
|
|||
moonlight-qt
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
XCURSOR_THEME = "catppuccin-mocha-peach-cursors";
|
||||
};
|
||||
|
||||
gtk.cursorTheme = {
|
||||
name = "catppuccin-mocha-peach-cursors";
|
||||
package = pkgs.catppuccin-cursors.mochaPeach;
|
||||
};
|
||||
|
||||
programs.plasma = {
|
||||
|
||||
input.touchpads = [
|
||||
|
|
|
|||
|
|
@ -8,11 +8,11 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
catppuccin-cursors.latteDark
|
||||
catppuccin-cursors.latteLight
|
||||
catppuccin-cursors.latteGreen
|
||||
catppuccin-cursors.mochaDark
|
||||
catppuccin-cursors.mochaLight
|
||||
# catppuccin-cursors.latteDark
|
||||
# catppuccin-cursors.latteLight
|
||||
# catppuccin-cursors.latteGreen
|
||||
# catppuccin-cursors.mochaDark
|
||||
# catppuccin-cursors.mochaLight
|
||||
catppuccin-cursors.mochaGreen
|
||||
|
||||
(catppuccin-kde.override {
|
||||
|
|
@ -27,6 +27,15 @@
|
|||
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
XCURSOR_THEME = "catppuccin-mocha-green-cursors";
|
||||
};
|
||||
|
||||
gtk.cursorTheme = {
|
||||
name = "catppuccin-mocha-green-cursors";
|
||||
package = pkgs.catppuccin-cursors.mochaGreen;
|
||||
};
|
||||
|
||||
programs.plasma = {
|
||||
|
||||
input.touchpads = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue