diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-25 23:46:05 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-25 23:46:05 +0200 |
| commit | c57e8ab185623510e527400a34d729b313daffc4 (patch) | |
| tree | 7b67d44894255ce4810d8074d68fce88f66d37d0 /config/polybar/shapes/glyphs.ini | |
| parent | 9f004955033387eebf3f58aec2501fba5020f307 (diff) | |
feat(polybar): update polybar style
Diffstat (limited to 'config/polybar/shapes/glyphs.ini')
| -rw-r--r-- | config/polybar/shapes/glyphs.ini | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/config/polybar/shapes/glyphs.ini b/config/polybar/shapes/glyphs.ini new file mode 100644 index 0000000..0f8cc07 --- /dev/null +++ b/config/polybar/shapes/glyphs.ini @@ -0,0 +1,79 @@ +;; ┌────────────────────────────────────────────────────────────┐ +;; │░█▀█░█▀█░█░░░█░█░█▀▄░█▀█░█▀▄░░░░░░░░░█▀▀░█░░░█░█░█▀█░█░█░█▀▀│ +;; │░█▀▀░█░█░█░░░░█░░█▀▄░█▀█░█▀▄░░░░▀░░░░█░█░█░░░░█░░█▀▀░█▀█░▀▀█│ +;; │░▀░░░▀▀▀░▀▀▀░░▀░░▀▀░░▀░▀░▀░▀░░░░▀░░░░▀▀▀░▀▀▀░░▀░░▀░░░▀░▀░▀▀▀│ +;; │░Created░By░Aditya░Shakya░@adi1090x░░░░░░░░░░░░░░░░░░░░░░░░░│ +;; └────────────────────────────────────────────────────────────┘ + +;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ + +[glyph] +gleft = +gright = + +[module/left1] +type = custom/text +content-background = ${color.shade2} +content-foreground = ${color.shade1} +content = ${glyph.gleft} +content-font = 2 + +[module/left2] +type = custom/text +content-background = ${color.background} +content-foreground = ${color.shade2} +content = ${glyph.gleft} +content-font = 2 + +# ================================== + +[module/right1] +type = custom/text +content-background = ${color.shade2} +content-foreground = ${color.shade1} +content = ${glyph.gright} +content-font = 2 + +[module/right2] +type = custom/text +content-background = ${color.shade3} +content-foreground = ${color.shade2} +content = ${glyph.gright} +content-font = 2 + +[module/right3] +type = custom/text +content-background = ${color.shade4} +content-foreground = ${color.shade3} +content = ${glyph.gright} +content-font = 2 + +[module/right4] +type = custom/text +content-background = ${color.shade5} +content-foreground = ${color.shade4} +content = ${glyph.gright} +content-font = 2 + +[module/right5] +type = custom/text +content-background = ${color.shade6} +content-foreground = ${color.shade5} +content = ${glyph.gright} +content-font = 2 + +[module/right6] +type = custom/text +content-background = ${color.shade7} +content-foreground = ${color.shade6} +content = ${glyph.gright} +content-font = 2 + +[module/right7] +type = custom/text +content-background = ${color.background} +content-foreground = ${color.shade7} +content = ${glyph.gright} +content-font = 2 + +;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ |
