1
0
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:
Ryan Kes 2020-03-13 17:30:51 +01:00
parent d0d13143a5
commit 4d92027fe8
18 changed files with 24 additions and 8 deletions

View File

@ -8,6 +8,7 @@
- [[#maintainers][Maintainers]]
- [[#prerequisites][Prerequisites]]
- [[#applications][Applications]]
- [[#fonts][Fonts]]
- [[#lsp-backends][LSP Backends]]
- [[#configured-applications][Configured Applications]]
- [[#fish][Fish]]
@ -50,6 +51,10 @@ A repository of my personal configuration files.
- [[https://www.python.org/][Python]]
- [[https://www.freedesktop.org/wiki/Software/udisks/][udisks]]
- [[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
- [[https://github.com/mads-hartmann/bash-language-server][bash-language-server]]
- [[https://github.com/MaskRay/ccls][ccls]]

View File

@ -1 +0,0 @@
0af55a0b-18b5-49ec-a93f-81206b8fb3c6

View File

@ -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]
background = ${xrdb:color0:#222}
@ -21,20 +27,26 @@ background = ${colors.background}
foreground = ${colors.foreground}
module-margin-left = 1
module-margin-right = 2
module-margin-right = 1
scroll-up = bspwm-desknext
scroll-down = bspwm-deskprev
cursor-click = pointer
wm-restack = bspwm
[bar/base-laptop]
inherit = "bar/base"
font-0 = FuraCode Nerd Font:pixelsize=16
font-1 = Noto Sans Symbols2:size=16
font-2 = Unifont Upper:size=16
[bar/base-desktop]
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]
inherit = bar/base-laptop