115 lines
3.8 KiB
INI
115 lines
3.8 KiB
INI
;──────────────────────────────────────────────────────────────────────────────;
|
|
;░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░;
|
|
;░Applications░Module░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░;
|
|
;░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░;
|
|
;──────────────────────────────────────────────────────────────────────────────;
|
|
;; To find glyphs, install 'gucharmap', Find the Iosevka font
|
|
;; Filter View > By Unicode Block + Show only glyphs
|
|
;; Then search for 'Private Use Area'
|
|
[module/term]
|
|
type = custom/text
|
|
content = "%{T3}%{T-}"
|
|
content-foreground = ${color.blue-gray}
|
|
content-background = ${color.bg}
|
|
content-padding = 2
|
|
click-left = {{ apps.terminal }} &
|
|
|
|
[module/web]
|
|
type = custom/text
|
|
content = "%{T3}%{T-}"
|
|
content-foreground = ${color.deep-orange}
|
|
content-background = ${color.bg}
|
|
content-padding = 2
|
|
click-left = {{ apps.webbrowser }} &
|
|
|
|
[module/web2]
|
|
type = custom/text
|
|
content = "%{T3}%{T-}"
|
|
content-foreground = ${color.blue}
|
|
content-background = ${color.bg}
|
|
content-padding = 2
|
|
click-left = {{ apps.webbrowser2 }} &
|
|
|
|
[module/files]
|
|
type = custom/text
|
|
content = "%{T3}%{T-}"
|
|
content-foreground = ${color.cyan}
|
|
content-background = ${color.bg}
|
|
content-padding = 2
|
|
click-left = {{ apps.filemanager }} &
|
|
|
|
[module/settings]
|
|
type = custom/text
|
|
; content = "%{T3}%{T-}"
|
|
content = "%{T3}%{T-}"
|
|
content-foreground = ${color.fg-alt}
|
|
content-padding = 2
|
|
click-left = {{ apps.settings }} &
|
|
|
|
[module/htop]
|
|
type = custom/text
|
|
content = "%{T3}%{T-}"
|
|
content-foreground = ${color.orange}
|
|
content-background = ${color.bg}
|
|
content-padding = 2
|
|
click-left = {{ apps.terminal }} -e {{ apps.htop }} &
|
|
|
|
[module/bashtop]
|
|
type = custom/text
|
|
content = "%{T3}%{T-}"
|
|
content-foreground = ${color.orange}
|
|
content-background = ${color.bg}
|
|
content-padding = 2
|
|
click-left = {{ apps.terminal }} -e {{ apps.bashtop }} &
|
|
|
|
[module/taskmanager]
|
|
type = custom/text
|
|
content = "%{T3}%{T-}"
|
|
content-foreground = ${color.green}
|
|
content-background = ${color.bg}
|
|
content-padding = 2
|
|
click-left = {{ apps.taskmanager }} &
|
|
|
|
[module/editor]
|
|
type = custom/text
|
|
content = "%{T3}%{T-}"
|
|
content-foreground = ${color.blue}
|
|
content-background = ${color.bg}
|
|
content-padding = 2
|
|
click-left = {{ apps.codeeditor }} &
|
|
|
|
[module/notepad]
|
|
type = custom/text
|
|
content = "%{T3}%{T-}"
|
|
content-foreground = ${color.light-blue}
|
|
content-background = ${color.bg}
|
|
content-padding = 2
|
|
click-left = {{ apps.notepad }} &
|
|
|
|
[module/calc]
|
|
type = custom/text
|
|
content = "%{T3}%{T-}"
|
|
content-foreground = ${color.amber}
|
|
content-background = ${color.bg}
|
|
content-padding = 1
|
|
click-left = {{ apps.calculator }} &
|
|
|
|
[module/colorpicker]
|
|
type = custom/text
|
|
content = "%{T3}%{T-}"
|
|
;content = "%{T3}%{T-}"
|
|
content-foreground = ${color.light-green}
|
|
content-background = ${color.bg}
|
|
content-padding = 1
|
|
{% if apps.colorpicker %}
|
|
click-left = {{ apps.colorpicker }} &
|
|
{% endif %}
|
|
|
|
[module/spotify]
|
|
type = custom/text
|
|
content = "%{T3}%{T-}"
|
|
content-foreground = ${color.green}
|
|
content-background = ${color.bg}
|
|
content-padding = 2
|
|
click-left = {{ apps.spotify }} &
|