dots/polybar/config.ini

83 lines
2.8 KiB
INI
Raw Normal View History

2022-04-18 13:03:29 +00:00
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
;;
;; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
;; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
;; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
;; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
;; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
;; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
;;
;; Fluffys Config
;; UwU
;;
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
2022-04-19 09:34:46 +00:00
;; BAR
2022-04-18 13:03:29 +00:00
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
[colors]
2022-04-19 09:34:46 +00:00
include-file = ~/.config/polybar/colours/paradise.ini
2022-04-18 13:03:29 +00:00
[bar/fluffy]
width = 100%
height = 31
fixed-center = true
;; BAR ON TOP
;bottom = false
;border-top-size = 8
;; BAR ON BOTTOM (sussy)
bottom = true
border-bottom-size = 8
border-left-size = 8
border-right-size = 8
padding = 0
module-margin-left = 0
module-margin-right = 0
cursor-click = pointer
cursor-scroll = ns-resize
background = ${colors.background}
foreground = ${colors.foreground}
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
;; FONTS
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
font-0 = Rubik:size=11:weight=Medium;2
font-1 = Iosevka Nerd Font:size=18;4
2022-04-19 09:34:46 +00:00
font-2 = Material:size=13;3
2022-07-11 19:53:54 +00:00
font-3 = Material:size=13;1
2022-04-18 13:03:29 +00:00
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
;; BAR SETUP
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
2022-08-24 20:04:18 +00:00
modules-left = left date left1 time left2 servers left3
modules-center = center spotify center1
modules-right = right dnd updates network bluetooth right1 volume right2 power right3
2022-07-11 19:53:54 +00:00
;; Theres also dnd and mic modules that I don't use so much
2022-04-18 13:03:29 +00:00
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
2022-08-24 20:04:18 +00:00
;; DECORATION
2022-04-18 13:03:29 +00:00
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
2022-08-24 20:04:18 +00:00
include-file = ~/.config/polybar/deco.ini
2022-04-18 13:03:29 +00:00
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
2022-04-19 09:34:46 +00:00
;; MODULES
2022-04-18 13:03:29 +00:00
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
2022-04-19 09:34:46 +00:00
include-file = ~/.config/polybar/user_modules.ini
2022-04-18 13:03:29 +00:00
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
;; OTHER
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
[settings]
screenchange-reload = true