summaryrefslogtreecommitdiff
path: root/polybar/config.ini
blob: 4b453769d2d40112af60a52f829ce5c782f5035b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
;
;
;   ██████╗  ██████╗ ██╗  ██╗   ██╗██████╗  █████╗ ██████╗
;   ██╔══██╗██╔═══██╗██║  ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
;   ██████╔╝██║   ██║██║   ╚████╔╝ ██████╔╝███████║██████╔╝
;   ██╔═══╝ ██║   ██║██║    ╚██╔╝  ██╔══██╗██╔══██║██╔══██╗
;   ██║     ╚██████╔╝███████╗██║   ██████╔╝██║  ██║██║  ██║
;   ╚═╝      ╚═════╝ ╚══════╝╚═╝   ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝

;==========================================================
; Importing files 
include-file = ~/.config/polybar/modules.ini
include-file = ~/.config/polybar/colors.ini

;==========================================================
[bar/i3_bar]
width = 100%
height = 30pt
radius = 0
dpi = 180
background = ${gruvbox.transparent}
foreground = ${gruvbox.aqua-alt}
border-size = 3pt
border-color = ${gruvbox.transparent}
module-margin = 0
padding-left= 10pt
padding-right= 10pt
separator ="  "
separator-foreground = ${gruvbox.transparent}

font-0 = "tintin:size=16:weight=bold;3"
font-1 = Font Awesome 6 Free:pixelsize=11;2
font-2 = Font Awesome 6 Free Solid:pixelsize=11;2
font-3 = Font Awesome 6 Brands:pixelsize=11;2
font-4 = "Cousine Nerd Font Mono:size=20:weight=bold;5"

; Language Fonts
font-5 = "Noto Sans Bengali:size=11:weight=bold;1"
font-6 = "Noto Sans JP:size=11:weight=bold;1"
font-7 = "Noto Sans Arabic:size=11:weight=bold;1"

modules-left = i3 xwindow tray
modules-center = time
modules-right = backlight battery pulseaudio
cursor-click = pointer
;cursor-scroll = ns-resize
enable-ipc = true
wm-restack = i3

locale = fr_FR.UTF-8