aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-04-10 23:41:16 +1200
committerTom Ryder <tom@sanctum.geek.nz>2023-04-10 23:41:16 +1200
commit0afa83d4e504373fed30f1b465c3514397587b02 (patch)
tree668271a57761fb531ffcfa111c598a8d30f41c3c
parentUse Ubuntu Mono for i3 font (diff)
downloaddotfiles-0afa83d4e504373fed30f1b465c3514397587b02.tar.gz
dotfiles-0afa83d4e504373fed30f1b465c3514397587b02.zip
Remove unneeded settings for i3bar
-rw-r--r--i3/config9
1 files changed, 0 insertions, 9 deletions
diff --git a/i3/config b/i3/config
index 81e94b6c..07ee5f27 100644
--- a/i3/config
+++ b/i3/config
@@ -84,17 +84,8 @@ mode "resize" {
# i3bar at bottom of screen
bar {
- position bottom
status_command i3status --config ~/.config/i3/status
- workspace_buttons yes
-
colors {
background #111111
- statusline #eeeeee
-
- focused_workspace #ffffff #285577
- active_workspace #ffffff #333333
- inactive_workspace #888888 #222222
- urgent_workspace #ffffff #900000
}
}