aboutsummaryrefslogtreecommitdiff
path: root/tw/theme.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-07-11 17:11:25 +0200
committerTimo Wilken2024-07-11 17:11:25 +0200
commite6f26581bf22e266c5056eddfb264eca2efb6ef4 (patch)
tree08c436f4b5d4fe66bbf9b6a67bb1020568737e93 /tw/theme.scm
parentc2c6421d3f8db9920fe50f07eff226641586f87a (diff)
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.
Diffstat (limited to 'tw/theme.scm')
-rw-r--r--tw/theme.scm15
1 files changed, 15 insertions, 0 deletions
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-"