2024-12-13 17:13 : id 473
This commit is contained in:
parent
b56e38ac14
commit
f0aa41099b
@ -1,7 +1,7 @@
|
||||
{config, pkgs, lib, ... }:
|
||||
let
|
||||
# Theme/Mode
|
||||
THEME = "solarized";
|
||||
THEME = "dracula";
|
||||
MODE = "dark";
|
||||
|
||||
# Colours
|
||||
@ -436,6 +436,7 @@ in
|
||||
background: #${FG};
|
||||
}
|
||||
#workspaces {
|
||||
width: 20px;
|
||||
border: ${BORDER_WIDTH}px solid #${ACCENT};
|
||||
border-radius: ${WAYBAR_CORNER_RADIUS};
|
||||
box-shadow: 12px 12px 0px 2px #${SHADOW_COLOR};
|
||||
|
Loading…
Reference in New Issue
Block a user