Skip to content

Commit

Permalink
add i3 modes
Browse files Browse the repository at this point in the history
  • Loading branch information
oasido committed Apr 13, 2024
1 parent 3aca4a2 commit 718a370
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .config/polybar/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ separator-foreground = ${colors.disabled}
font-0 = JetBrains Mono;2

modules-left = xworkspaces xwindow
modules-right = filesystem pulseaudio xkeyboard memory cpu wlan date systray
modules-right = filesystem pulseaudio xkeyboard memory cpu wlan date systray i3

cursor-click = pointer
cursor-scroll = ns-resize
Expand Down Expand Up @@ -78,7 +78,7 @@ separator-foreground = ${colors.disabled}
font-0 = JetBrains Mono;2

modules-left = xworkspaces xwindow
modules-right = date
modules-right = date i3

cursor-click = pointer
cursor-scroll = ns-resize
Expand Down Expand Up @@ -192,6 +192,10 @@ date-alt = %Y-%m-%d %H:%M:%S
label = %date%
label-foreground = ${colors.primary}

[module/i3]
type = internal/i3
format = <label-mode>

[settings]
screenchange-reload = true
pseudo-transparency = true
Expand Down

0 comments on commit 718a370

Please sign in to comment.