diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2025-10-03 11:25:30 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2025-10-03 11:25:30 +0200 |
| commit | 4209b5d81e553b2235056e7c4243b664bdd0dc20 (patch) | |
| tree | 0df2361fc6a286a7167baf9f75de64d746a2b8ef /polybar/config.ini | |
| parent | 745240b26f62a3f08b7b4f48dc51884a000cc619 (diff) | |
add: polybar config
Diffstat (limited to 'polybar/config.ini')
| -rw-r--r-- | polybar/config.ini | 50 |
1 files changed, 50 insertions, 0 deletions
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 |
