From e6f26581bf22e266c5056eddfb264eca2efb6ef4 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 11 Jul 2024 17:11:25 +0200 Subject: Wayland-based desktop support Add a separate home service to configure a Wayland-based desktop instead of an X11 one. Screensharing in Zoom doesn't work unfortunately, but it worked (at least for a while) through OBS. Waybar might need some work to bring it in line with the previous polybar configuration, especially in terms of aesthetics. --- tw/theme.scm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tw/theme.scm') diff --git a/tw/theme.scm b/tw/theme.scm index a6837e2d..543504d9 100644 --- a/tw/theme.scm +++ b/tw/theme.scm @@ -50,6 +50,11 @@ (file-append catppuccin-emacs-theme "/share/catppuccin/emacs/catppuccin-theme.el")) +(define-public catppuccin-foot + (file-append catppuccin-foot-theme + (string-append "/share/catppuccin/foot/catppuccin-" + catppuccin-theme-variant ".ini"))) + (define-public catppuccin-kdeglobals (file-append catppuccin-kde-theme (string-append "/share/color-schemes/Catppuccin" @@ -86,11 +91,21 @@ (("JetBrainsMono Nerd Font 14") "Fira Sans 12") ; default font (("border-col: #[0-9a-f]*;") "border-col: #585b70;")))))) ; i3 border colour +(define-public catppuccin-swaylock + (file-append catppuccin-swaylock-theme + (string-append "/share/catppuccin/swaylock/" + catppuccin-theme-variant ".conf"))) + (define-public catppuccin-vim (file-append catppuccin-vim-theme (string-append "/share/catppuccin/vim/colors/catppuccin_" catppuccin-theme-variant ".vim"))) +(define-public catppuccin-waybar + (file-append catppuccin-waybar-theme + (string-append "/share/catppuccin/waybar/" + catppuccin-theme-variant ".css"))) + (define-public catppuccin-zathura (file-append catppuccin-zathura-theme (string-append "/share/catppuccin/zathura/catppuccin-" -- cgit v1.2.3