Initial commit of fresh adi1090x themes and old qpansl before git tweaks

This commit is contained in:
2024-12-06 14:18:09 -07:00
commit 1c486f3103
545 changed files with 84747 additions and 0 deletions

View File

@@ -0,0 +1,114 @@
;──────────────────────────────────────────────────────────────────────────────;
;░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░;
;░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 }} &