mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Cleaned up polybar, added fonts for missing characters & deleted unused fonts
This commit is contained in:
parent
d0d13143a5
commit
4d92027fe8
@ -8,6 +8,7 @@
|
|||||||
- [[#maintainers][Maintainers]]
|
- [[#maintainers][Maintainers]]
|
||||||
- [[#prerequisites][Prerequisites]]
|
- [[#prerequisites][Prerequisites]]
|
||||||
- [[#applications][Applications]]
|
- [[#applications][Applications]]
|
||||||
|
- [[#fonts][Fonts]]
|
||||||
- [[#lsp-backends][LSP Backends]]
|
- [[#lsp-backends][LSP Backends]]
|
||||||
- [[#configured-applications][Configured Applications]]
|
- [[#configured-applications][Configured Applications]]
|
||||||
- [[#fish][Fish]]
|
- [[#fish][Fish]]
|
||||||
@ -50,6 +51,10 @@ A repository of my personal configuration files.
|
|||||||
- [[https://www.python.org/][Python]]
|
- [[https://www.python.org/][Python]]
|
||||||
- [[https://www.freedesktop.org/wiki/Software/udisks/][udisks]]
|
- [[https://www.freedesktop.org/wiki/Software/udisks/][udisks]]
|
||||||
- [[https://github.com/stoeckmann/xwallpaper][xwallpaper]]
|
- [[https://github.com/stoeckmann/xwallpaper][xwallpaper]]
|
||||||
|
** Fonts
|
||||||
|
- [[https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraCode][Fira Code Nerd Patched]]
|
||||||
|
- [[https://www.google.com/get/noto/][Noto]]
|
||||||
|
- [[https://savannah.gnu.org/projects/unifont/][Unifont]]
|
||||||
** LSP Backends
|
** LSP Backends
|
||||||
- [[https://github.com/mads-hartmann/bash-language-server][bash-language-server]]
|
- [[https://github.com/mads-hartmann/bash-language-server][bash-language-server]]
|
||||||
- [[https://github.com/MaskRay/ccls][ccls]]
|
- [[https://github.com/MaskRay/ccls][ccls]]
|
||||||
|
@ -1 +0,0 @@
|
|||||||
0af55a0b-18b5-49ec-a93f-81206b8fb3c6
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,11 +1,17 @@
|
|||||||
;=====================================================
|
;==========================================================
|
||||||
;
|
;
|
||||||
; To learn more about how to configure Polybar
|
|
||||||
; go to https://github.com/jaagr/polybar
|
|
||||||
;
|
;
|
||||||
; The README contains alot of information
|
; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
|
||||||
|
; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
|
||||||
|
; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
|
||||||
|
; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
|
||||||
|
; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
|
||||||
|
; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
|
||||||
;
|
;
|
||||||
;=====================================================
|
;
|
||||||
|
; Modified By Ryan Kes.
|
||||||
|
;
|
||||||
|
;==========================================================
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background = ${xrdb:color0:#222}
|
background = ${xrdb:color0:#222}
|
||||||
@ -21,20 +27,26 @@ background = ${colors.background}
|
|||||||
foreground = ${colors.foreground}
|
foreground = ${colors.foreground}
|
||||||
|
|
||||||
module-margin-left = 1
|
module-margin-left = 1
|
||||||
module-margin-right = 2
|
module-margin-right = 1
|
||||||
|
|
||||||
scroll-up = bspwm-desknext
|
scroll-up = bspwm-desknext
|
||||||
scroll-down = bspwm-deskprev
|
scroll-down = bspwm-deskprev
|
||||||
|
|
||||||
|
cursor-click = pointer
|
||||||
|
|
||||||
wm-restack = bspwm
|
wm-restack = bspwm
|
||||||
|
|
||||||
[bar/base-laptop]
|
[bar/base-laptop]
|
||||||
inherit = "bar/base"
|
inherit = "bar/base"
|
||||||
font-0 = FuraCode Nerd Font:pixelsize=16
|
font-0 = FuraCode Nerd Font:pixelsize=16
|
||||||
|
font-1 = Noto Sans Symbols2:size=16
|
||||||
|
font-2 = Unifont Upper:size=16
|
||||||
|
|
||||||
[bar/base-desktop]
|
[bar/base-desktop]
|
||||||
inherit = "bar/base"
|
inherit = "bar/base"
|
||||||
font-0 = FuraCode Nerd Font:pixelsize=10
|
font-0 = FuraCode Nerd Font:size=10
|
||||||
|
font-1 = Noto Sans Symbols2:size=10
|
||||||
|
font-2 = Unifont Upper:size=10
|
||||||
|
|
||||||
[bar/laptop-bottom]
|
[bar/laptop-bottom]
|
||||||
inherit = bar/base-laptop
|
inherit = bar/base-laptop
|
||||||
|
Loading…
Reference in New Issue
Block a user