diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 20:28:49 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:53 -0700 |
| commit | 1cfb12afdddce77ab2a8c430b53faf9d8d31d920 (patch) | |
| tree | 9f69be31594e436aa692edc5f15a3fa1efe511c9 /roles/home/desktop/eww/panels/bar.css | |
| parent | 1eb21c10c217c60e226d168875def24967570a19 (diff) | |
migration: eww
Diffstat (limited to 'roles/home/desktop/eww/panels/bar.css')
| -rw-r--r-- | roles/home/desktop/eww/panels/bar.css | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/roles/home/desktop/eww/panels/bar.css b/roles/home/desktop/eww/panels/bar.css deleted file mode 100644 index a07c3b1..0000000 --- a/roles/home/desktop/eww/panels/bar.css +++ /dev/null @@ -1,39 +0,0 @@ -.bar .shutdown { - color: @brightRed; -} - -.bar .restart { - color: @brightGreen; -} - -.bar .sleep { - color: @brightYellow; -} - -.bar .dismiss { - color: @red; -} - -.bar .ws { - font-family: 'Symbols Nerd Font Mono'; - font-size: 18; - - color: @bg2; -} - -.bar .ws.active { - color: @fg4; -} - -.bar .ws.visible { - color: @fg; -} - -.bar .ws.focused { - background: @bg1; - color: @fg0; -} - -.bar .ws.urgent { - background: @red; -} |