2024-12-13 17:52 : id 487

This commit is contained in:
deadvey 2024-12-13 17:52:29 +00:00
parent 22cfdcc29e
commit 4d8e99746f
3 changed files with 35 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{config, pkgs, lib, ... }:
let
# Theme/Mode
THEME = "gruvbox";
THEME = "solarized";
MODE = "dark";
# Colours
@ -425,6 +425,10 @@ in
on-click = "$HOME/scripts/theme-switcher.sh dracula ${MODE}";
format = "🧛";
};
"custom/mocha" = {
on-click = "$HOME/scripts/theme-switcher.sh mocha ${MODE}";
format = "🌿";
};
"pulseaudio" = {
format = "{icon} {volume}%";
format-muted = "X";

View File

@ -0,0 +1,30 @@
{
BG="1e1e2e";
FG="cdd6f4";
GRAY="9399b2";
DARK_GRAY="45475a";
RED="eba0ac";
DARK_RED="f38ba8";
GREEN="94e2d5";
DARK_GREEN="a6e3a1";
YELLOW="f9e2af";
DARK_YELLOW="fab387";
BLUE="b4befe";
DARK_BLUE="89b4fa";
PURPLE="f5c2e7";
DARK_PURPLE="cba6f7";
CYAN="89dceb";
DARK_CYAN="74c7ec";
GTK_THEME = "magnetic-catppuccin-gtk";
GTK_THEME_NAME = "Catppuccin-Mocha";
GTK_ICONS = "zafiro-icons";
GTK_CURSOR = "catppuccin-cursors";
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB