2024-12-13 17:13 : id 473

This commit is contained in:
deadvey 2024-12-13 17:13:54 +00:00
parent b56e38ac14
commit f0aa41099b

View File

@ -1,7 +1,7 @@
{config, pkgs, lib, ... }: {config, pkgs, lib, ... }:
let let
# Theme/Mode # Theme/Mode
THEME = "solarized"; THEME = "dracula";
MODE = "dark"; MODE = "dark";
# Colours # Colours
@ -436,6 +436,7 @@ in
background: #${FG}; background: #${FG};
} }
#workspaces { #workspaces {
width: 20px;
border: ${BORDER_WIDTH}px solid #${ACCENT}; border: ${BORDER_WIDTH}px solid #${ACCENT};
border-radius: ${WAYBAR_CORNER_RADIUS}; border-radius: ${WAYBAR_CORNER_RADIUS};
box-shadow: 12px 12px 0px 2px #${SHADOW_COLOR}; box-shadow: 12px 12px 0px 2px #${SHADOW_COLOR};