diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | 3711f22b6c37202ee25a5359e198a230788967c6 (patch) | |
| tree | 44120561e21cfa41fb09803a4fa2228fc65c2214 /.config/i3/config | |
| parent | 2bc298723af1360491c63ca55e846820ce65ddbc (diff) | |
Polybar
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 40 |
1 files changed, 21 insertions, 19 deletions
diff --git a/.config/i3/config b/.config/i3/config index aa61018..ed8a568 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -72,7 +72,7 @@ bindsym Print exec flameshot gui bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec --no-startup-id rofi -show drun +bindsym $mod+d exec --no-startup-id rofi -show drun -show-icons # A more modern dmenu replacement is rofi: # bindsym $mod+d exec "rofi -modi drun,run -show drun" # There also is i3-dmenu-desktop which only displays applications shipping a @@ -232,26 +232,28 @@ client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c client.background #ffffff +exec_always --no-startup-id $HOME/.config/polybar/launch.sh + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) -bar { - status_command i3blocks -c ~/.config/i3/i3blocks.conf - - # mode hide - - colors { - background #111111 - statusline #ffffff - separator #666666 - - # border bg text - focused_workspace #ffffff #aaaaaa #444444 - active_workspace #cccccc #888888 #444444 - inactive_workspace #444444 #000000 #888888 - urgent_workspace #2f343a #900000 #ffffff - binding_mode #2f343a #900000 #ffffff - } -} +# bar { +# status_command i3blocks -c ~/.config/i3/i3blocks.conf +# +# # mode hide +# +# colors { +# background #111111 +# statusline #ffffff +# separator #666666 +# +# # border bg text +# focused_workspace #ffffff #aaaaaa #444444 +# active_workspace #cccccc #888888 #444444 +# inactive_workspace #444444 #000000 #888888 +# urgent_workspace #2f343a #900000 #ffffff +# binding_mode #2f343a #900000 #ffffff +# } +# } ####################################################################### # automatically start i3-config-wizard to offer the user to create a |
