dotfiles/.config/polybar/config.ini

103 lines
2.9 KiB
INI
Raw Normal View History

2023-05-13 19:22:56 +01:00
;==========================================================
;
;
; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
;
;
; To learn more about how to configure Polybar
; go to https://github.com/polybar/polybar
;
; The README contains a lot of information
;
;==========================================================
include-file = modules.ini
include-file = $HOME/.config/polybar/themes/xresources.ini
2023-05-13 19:22:56 +01:00
[settings]
screenchange-reload = true
pseudo-transparency = true
[section/base]
monitor = ${env:MONITOR:eDP1}
tray-position = ${env:TRAY_POS:right}
2023-11-08 22:58:55 +00:00
font-0 = JetbrainsMono Nerd Font:size=10:weight=semibold;2
font-1 = Firacode Nerd Font:style=semibold:size=10;2
2023-09-25 09:28:14 +01:00
font-2 = inter:size=10:weight=regular;2
2024-01-22 15:16:11 +00:00
[bar/desktop]
inherit = section/base
2024-03-17 15:44:52 +00:00
; width = 99.7%
2023-05-13 19:22:56 +01:00
height = 24pt
2024-03-17 15:44:52 +00:00
; offset-x = 0.15%
; offset-y = 0.4%
2023-05-13 19:22:56 +01:00
;radius = 8
modules-left = i3 sep title
2024-01-22 15:16:11 +00:00
modules-center = date dot time
modules-right = xkeyboard dot cpu dot amdgpu dot memory dot pulseaudio sep filesystem
2023-05-13 19:22:56 +01:00
background = ${colors.background}
foreground = ${colors.foreground}
2023-05-13 19:22:56 +01:00
line-size = 3pt
padding-right = 1
cursor-click = pointer
2024-01-22 15:16:11 +00:00
;cursor-scroll = ns-resize
2023-05-13 19:22:56 +01:00
enable-ipc = true
2023-05-14 15:23:16 +01:00
2023-05-13 19:22:56 +01:00
override-redirect = true
wm-restack = i3
2024-01-22 15:16:11 +00:00
[bar/laptop]
inherit = section/base
2024-03-14 19:52:10 +00:00
; width = 99.5%
height = 24pt
2024-03-14 19:52:10 +00:00
; offset-x = 0.3%
; offset-y = 0.5%
;radius = 8
2024-01-22 15:16:11 +00:00
modules-left = i3 sep title
modules-center = date dot time
modules-right = xkeyboard dot cpu dot gpu dot memory dot pulseaudio sep filesystem sep battery
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 3pt
padding-right = 1
cursor-click = pointer
enable-ipc = true
override-redirect = true
wm-restack = i3
2024-01-22 15:16:11 +00:00
[bar/secondary]
inherit = section/base
2024-03-14 19:52:10 +00:00
; width = 99.5%
height = 24pt
2024-03-14 19:52:10 +00:00
; offset-x = 0.3%
; offset-y = 0.5%
2024-01-22 15:16:11 +00:00
modules-left = i3
modules-center = date dot time
2024-01-22 15:16:11 +00:00
modules-right = cpu dot gpu dot memory dot pulseaudio sep filesystem
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 3pt
padding-right = 1
cursor-click = pointer
;cursor-scroll = ns-resize
enable-ipc = true
override-redirect = true
wm-restack = i3