diff options
author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2023-10-28 04:11:37 +0200 |
---|---|---|
committer | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2023-10-28 04:11:37 +0200 |
commit | 76b182688e2a019f9e1e7f858e0ba2c164604e9b (patch) | |
tree | 92e88dcbe533eee70164ff59d7d363e726794ba5 /.config/sway/config.d/30-bar | |
parent | 9f8df2fbd32797b568553729b50d987e10a70840 (diff) |
Diffstat (limited to '.config/sway/config.d/30-bar')
-rw-r--r-- | .config/sway/config.d/30-bar | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.config/sway/config.d/30-bar b/.config/sway/config.d/30-bar deleted file mode 100644 index 76a04c0..0000000 --- a/.config/sway/config.d/30-bar +++ /dev/null @@ -1,17 +0,0 @@ -bar { - status_command i3status - strip_workspace_numbers yes - position bottom - colors { - background $base - statusline $text - separator #ff0000 - # Category Border Background Text - focused_workspace $accent $accent #000000 - active_workspace $uborder $uborder $text - inactive_workspace $base $base $text - urgent_workspace $urgent $urgent $text - binding_mode $base $base $text - - } -} |