From 9ad8f91158c5f4dd18ae0b1c80a3cc298f88d20b Mon Sep 17 00:00:00 2001 From: eneller Date: Fri, 15 Jul 2022 20:25:36 +0200 Subject: [PATCH] re-introduce bar --- .config/i3/config | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 0eb93ea..a908771 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -16,6 +16,27 @@ set $shutdown shutdown -h now set $reboot reboot set $hibernate sudo -A systemctl suspend +bar { + i3bar_command i3bar + status_command i3status + position top + #tray_output primary + font xft:Jetbrains mono 20 + bindsym button4 nop + bindsym button5 nop + strip_workspace_numbers yes + + colors { + background #222D31 + statusline #F9FAF9 + separator #454947 + focused_workspace #F9FAF9 #16a085 #292F34 + active_workspace #595B5B #353836 #FDF6E3 + inactive_workspace #595B5B #222D31 #EEE8D5 + binding_mode #16a085 #2C2C2C #F9FAF9 + urgent_workspace #16a085 #FDF6E3 #E5201D + } +} # DROPDOWN @@ -135,6 +156,6 @@ client.background #f1232 exec --no-startup-id nitrogen --set-zoom-fill $HOME/.config/i3/bg.png # start xfce bar # try to start tray tools / applets manually -exec --no-startup-id nm-applet +exec --no-startup-id nm-applet --sm-disable exec --no-startup-id blueman-applet