dots/polybar/config.ini

88 lines
3 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-04-18 13:03:29 +00:00
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
;; BAR SETUP
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
modules-left = dateL date dateR space timeL time timeR
modules-center = spotifyL spotify spotifyR
2022-04-19 09:34:46 +00:00
modules-right = blueL bluetooth blueR space1 volumeL volume volumeR space2 powerL power powerR
2022-04-18 13:03:29 +00:00
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
;; SPACE
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
2022-04-19 09:34:46 +00:00
include-file = ~/.config/polybar/space.ini
2022-04-18 13:03:29 +00:00
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
;; ROUNDY ROUNDY
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
2022-04-19 09:34:46 +00:00
include-file = ~/.config/polybar/left_roundy.ini
include-file = ~/.config/polybar/right_roundy.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