Update .config/polybar/colorblocks/modules.ini
This commit is contained in:
parent
edcc5d3546
commit
72942e7e72
1 changed files with 9 additions and 9 deletions
|
@ -422,7 +422,7 @@ type = internal/fs
|
|||
|
||||
; Mountpoints to display
|
||||
mount-0 = /
|
||||
;;mount-1 = /home
|
||||
mount-1 = /mnt/babeshare
|
||||
;;mount-2 = /var
|
||||
|
||||
; Seconds to sleep between updates
|
||||
|
@ -502,8 +502,8 @@ label-unmounted = " %mountpoint%: not mounted"
|
|||
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
|
||||
;;[module/i3]
|
||||
;;type = internal/i3
|
||||
[module/i3]
|
||||
type = internal/i3
|
||||
|
||||
; Only show workspaces defined on the same output as the bar
|
||||
;
|
||||
|
@ -524,11 +524,11 @@ label-unmounted = " %mountpoint%: not mounted"
|
|||
|
||||
; Create click handler used to focus workspace
|
||||
; Default: true
|
||||
;;enable-click = false
|
||||
enable-click = true
|
||||
|
||||
; Create scroll handlers used to cycle workspaces
|
||||
; Default: true
|
||||
;;enable-scroll = false
|
||||
enable-scroll = true
|
||||
|
||||
; Wrap around when reaching the first/last workspace
|
||||
; Default: true
|
||||
|
@ -747,23 +747,23 @@ label-offline-padding = 2
|
|||
|
||||
; Only applies if <icon-X> is used
|
||||
icon-play = 契
|
||||
icon-play-foreground = #0a0a0a
|
||||
icon-play-foreground = ${color.foreground}
|
||||
icon-play-background = ${color.shade7}
|
||||
icon-play-padding = 1
|
||||
icon-play-font = 2
|
||||
icon-pause =
|
||||
icon-pause-foreground = #0a0a0a
|
||||
icon-pause-foreground = ${color.foreground}
|
||||
icon-pause-background = ${color.shade7}
|
||||
icon-pause-padding = 1
|
||||
icon-pause-font = 2
|
||||
icon-stop =
|
||||
icon-prev = " 玲"
|
||||
icon-prev-foreground = #0a0a0a
|
||||
icon-prev-foreground = ${color.foreground}
|
||||
icon-prev-background = ${color.shade7}
|
||||
icon-prev-padding = 1
|
||||
icon-prev-font = 2
|
||||
icon-next = "怜 "
|
||||
icon-next-foreground = #0a0a0a
|
||||
icon-next-foreground = ${color.foreground}
|
||||
icon-next-background = ${color.shade7}
|
||||
icon-next-padding = 1
|
||||
icon-next-font = 2
|
||||
|
|
Loading…
Reference in a new issue