From 44c11be5831b178777bae2794848e0365d813471 Mon Sep 17 00:00:00 2001 From: Rosa Date: Wed, 14 Jan 2026 14:58:26 -0500 Subject: make editor background transparent --- modules/user/desktop/swayfx.nix | 6 ++++++ user/home/kakoune/colors/rose-pine.kak | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/modules/user/desktop/swayfx.nix b/modules/user/desktop/swayfx.nix index 2454f23..7d8d4c7 100644 --- a/modules/user/desktop/swayfx.nix +++ b/modules/user/desktop/swayfx.nix @@ -49,6 +49,7 @@ "" "󰖨" ]; + tooltip-format = "{percent}%"; }; @@ -61,6 +62,7 @@ "" "" ]; + format-time = "{H}h{m}m"; format-warning = "{icon} ({capacity}%)"; states = { @@ -112,6 +114,7 @@ "󰤥" "󰤨" ]; + format-wifi = "{icon}"; interval = 1; tooltip-format = "{ifname} tx: {bandwidthUpBytes} rx: {bandwidthDownBytes}"; @@ -133,10 +136,12 @@ "DP-1" "eDP-1" ]; + "2" = [ "DP-2" "eDP-1" ]; + "3" = [ ]; "4" = [ ]; "5" = [ ]; @@ -154,6 +159,7 @@ "󰖀" "󰕾" ]; + format-muted = "󰸈"; on-click = "wpctl set-mute @DEFAULT_SINK@ toggle"; tooltip-format = "{node_name} - {volume}%"; diff --git a/user/home/kakoune/colors/rose-pine.kak b/user/home/kakoune/colors/rose-pine.kak index 0c96095..83bd87a 100644 --- a/user/home/kakoune/colors/rose-pine.kak +++ b/user/home/kakoune/colors/rose-pine.kak @@ -50,13 +50,13 @@ echo " ## builtin echo " - face global Default ${text},${base} - face global PrimarySelection default,${highlight} - face global SecondarySelection default,${highlightInactive} + face global Default ${text},default + face global PrimarySelection ${base},${foam} + face global SecondarySelection ${base},${pine} face global PrimaryCursor ${base},${text} face global SecondaryCursor default,${inactive} - face global LineNumbers ${subtle},${base} - face global LineNumberCursor ${gold},${base} + face global LineNumbers ${subtle},default + face global LineNumberCursor ${gold},default face global MenuForeground ${text},${overlay} face global MenuBackground ${subtle},${surface} face global MenuInfo ${inactive} @@ -69,7 +69,7 @@ echo " face global StatusCursor ${base},${text} face global Prompt ${foam},${surface} face global MatchingChar default+u - face global BufferPadding ${inactive},${base} + face global BufferPadding ${inactive},default face global Whitespace ${inactive}+f " -- cgit v1.3.1