From 4209b5d81e553b2235056e7c4243b664bdd0dc20 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Fri, 3 Oct 2025 11:25:30 +0200 Subject: add: polybar config --- polybar/config.ini | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 polybar/config.ini (limited to 'polybar/config.ini') diff --git a/polybar/config.ini b/polybar/config.ini new file mode 100644 index 0000000..4b45376 --- /dev/null +++ b/polybar/config.ini @@ -0,0 +1,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 -- cgit v1.2.3