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
|
2024-02-09 19:57:50 +00:00
|
|
|
include-file = $HOME/.config/polybar/themes/xresources.ini
|
2023-05-13 19:22:56 +01:00
|
|
|
|
|
|
|
[settings]
|
|
|
|
screenchange-reload = true
|
|
|
|
pseudo-transparency = true
|
|
|
|
|
2023-05-18 11:56:19 +01:00
|
|
|
[section/base]
|
|
|
|
monitor = ${env:MONITOR:eDP1}
|
2023-05-19 11:52:47 +01:00
|
|
|
tray-position = ${env:TRAY_POS:right}
|
2023-05-18 11:56:19 +01:00
|
|
|
|
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]
|
2023-05-18 11:56:19 +01:00
|
|
|
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
|
|
|
|
|
2023-05-18 11:56:19 +01:00
|
|
|
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
|
|
|
|
2024-02-09 19:57:50 +00: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]
|
2023-05-18 11:56:19 +01:00
|
|
|
inherit = section/base
|
2024-03-14 19:52:10 +00:00
|
|
|
; width = 99.5%
|
2023-05-18 11:56:19 +01:00
|
|
|
height = 24pt
|
2024-03-14 19:52:10 +00:00
|
|
|
; offset-x = 0.3%
|
|
|
|
; offset-y = 0.5%
|
2023-05-18 11:56:19 +01:00
|
|
|
;radius = 8
|
|
|
|
|
2024-01-22 15:16:11 +00:00
|
|
|
modules-left = i3 sep title
|
2024-02-09 19:57:50 +00:00
|
|
|
modules-center = date dot time
|
2024-04-15 14:57:59 +01:00
|
|
|
modules-right = xkeyboard dot cpu dot gpu dot memory dot pulseaudio sep filesystem sep battery
|
2023-05-18 11:56:19 +01:00
|
|
|
|
2024-02-09 19:57:50 +00:00
|
|
|
background = ${colors.background}
|
|
|
|
foreground = ${colors.foreground}
|
2023-05-18 11:56:19 +01:00
|
|
|
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]
|
2023-05-18 11:56:19 +01:00
|
|
|
inherit = section/base
|
2024-03-14 19:52:10 +00:00
|
|
|
; width = 99.5%
|
2023-05-18 11:56:19 +01:00
|
|
|
height = 24pt
|
2024-03-14 19:52:10 +00:00
|
|
|
; offset-x = 0.3%
|
|
|
|
; offset-y = 0.5%
|
2023-05-18 11:56:19 +01:00
|
|
|
|
2024-01-22 15:16:11 +00:00
|
|
|
modules-left = i3
|
2023-05-18 11:56:19 +01:00
|
|
|
modules-center = date dot time
|
2024-01-22 15:16:11 +00:00
|
|
|
modules-right = cpu dot gpu dot memory dot pulseaudio sep filesystem
|
2023-05-18 11:56:19 +01:00
|
|
|
|
2024-02-09 19:57:50 +00:00
|
|
|
background = ${colors.background}
|
|
|
|
foreground = ${colors.foreground}
|
2023-05-18 11:56:19 +01:00
|
|
|
line-size = 3pt
|
|
|
|
padding-right = 1
|
|
|
|
|
|
|
|
cursor-click = pointer
|
|
|
|
;cursor-scroll = ns-resize
|
|
|
|
enable-ipc = true
|
|
|
|
|
|
|
|
override-redirect = true
|
|
|
|
wm-restack = i3
|