Fancy bar stuff

This commit is contained in:
Marco Thomas
2021-07-13 22:26:03 +02:00
parent 2b35a8b703
commit 3ce882b6f8
2 changed files with 14 additions and 13 deletions

View File

@@ -36,16 +36,16 @@ bindsym $mod+Tab layout toggle stacked split
# toggle tiling / floating # toggle tiling / floating
bindsym $mod+Shift+space floating toggle bindsym $mod+Shift+space floating toggle
set $ws1 "1 一" set $ws1 "1:一"
set $ws2 "2 二" set $ws2 "2:二"
set $ws3 "3 三" set $ws3 "3:三"
set $ws4 "4 四" set $ws4 "4:四"
set $ws5 "5 五" set $ws5 "5:五"
set $ws6 "6 六" set $ws6 "6:六"
set $ws7 "7 七" set $ws7 "7:七"
set $ws8 "8 八" set $ws8 "8:八"
set $ws9 "9 九" set $ws9 "9:九"
set $ws10 "10 十" set $ws10 "10:十"
# switch to workspace # switch to workspace
bindsym $mod+1 workspace number $ws1 bindsym $mod+1 workspace number $ws1
@@ -95,6 +95,8 @@ for_window [class="discord"] border pixel 0
bar { bar {
status_command i3status status_command i3status
position top position top
separator_symbol " | "
strip_workspace_numbers yes
colors { colors {
background #f2e5bc background #f2e5bc
statusline #282828 statusline #282828

View File

@@ -1,5 +1,4 @@
general { general {
separator = " "
output_format = "i3bar" output_format = "i3bar"
colors = false colors = false
markup = pango markup = pango
@@ -20,8 +19,8 @@ wireless _first_ {
} }
volume master { volume master {
format = "%volume" format = "%volume | "
format_muted = "Muted" format_muted = "Muted | "
device = "default" device = "default"
mixer = "Master" mixer = "Master"
mixer_idx = 0 mixer_idx = 0