2023-03-30 07:43:39 -04:00
|
|
|
; ____ _ _
|
|
|
|
; | _ \ ___ | |_ _| |__ __ _ _ __
|
|
|
|
; | |_) / _ \| | | | | '_ \ / _` | '__|
|
|
|
|
; | __/ (_) | | |_| | |_) | (_| | |
|
|
|
|
; |_| \___/|_|\__, |_.__/ \__,_|_|
|
|
|
|
; |___/
|
|
|
|
;
|
|
|
|
; by Stephan Raabe (2023)
|
|
|
|
; -----------------------------------------------------
|
2023-07-28 03:55:22 -04:00
|
|
|
; Icons: https://fontawesome.com/search?o=r&m=free
|
2023-03-30 05:15:37 -04:00
|
|
|
|
|
|
|
[colors]
|
|
|
|
background = #aa000000
|
|
|
|
foreground = ${xrdb:color7:#222}
|
2023-03-30 07:43:39 -04:00
|
|
|
foreground-alt = ${xrdb:color7:#000}
|
2023-03-30 09:48:12 -04:00
|
|
|
primary = ${xrdb:color3:#222}
|
2023-03-30 07:43:39 -04:00
|
|
|
secondary = ${xrdb:color7:#222}
|
2023-03-30 05:15:37 -04:00
|
|
|
alert = ${xrdb:color3:#222}
|
|
|
|
|
|
|
|
[bar/mybar]
|
|
|
|
width = 100%
|
|
|
|
height = 20pt
|
|
|
|
radius = 0
|
|
|
|
background = ${colors.background}
|
|
|
|
foreground = ${colors.foreground}
|
|
|
|
border-size = 0pt
|
|
|
|
border-color = #00000000
|
2023-07-28 03:55:22 -04:00
|
|
|
padding-left = 2
|
2023-03-30 05:15:37 -04:00
|
|
|
padding-right = 1
|
|
|
|
module-margin = 2
|
2023-03-30 07:43:39 -04:00
|
|
|
separator = ""
|
2023-03-30 05:15:37 -04:00
|
|
|
separator-foreground = ${colors.disabled}
|
2023-04-06 08:30:10 -04:00
|
|
|
font-0 = "Fira Sans SemiBold:size=11;2"
|
2023-04-04 07:45:48 -04:00
|
|
|
font-1 = "Font Awesome 6 Free Solid:pixelsize=11;2"
|
2023-07-28 03:55:22 -04:00
|
|
|
modules-left = appmenu xworkspaces outlook teams calculator chatgpt
|
2023-03-30 05:15:37 -04:00
|
|
|
modules-center = xwindow
|
2023-07-28 03:55:22 -04:00
|
|
|
modules-right = battery xkeyboard mysystem filesystem pulseaudio memory cpu date exit
|
2023-03-30 05:15:37 -04:00
|
|
|
cursor-click = pointer
|
|
|
|
cursor-scroll = ns-resize
|
|
|
|
enable-ipc = true
|
2023-07-28 03:55:22 -04:00
|
|
|
tray-position = right
|
2023-07-31 07:34:19 -04:00
|
|
|
tray-detached = false
|
2023-03-30 05:15:37 -04:00
|
|
|
|
2023-04-11 14:08:13 -04:00
|
|
|
;[module/mynews]
|
|
|
|
;type = custom/text
|
|
|
|
;content-foreground = ${colors.primary}
|
|
|
|
;content = ""
|
|
|
|
;click-left="alacritty"
|
|
|
|
|
2023-07-28 03:55:22 -04:00
|
|
|
[module/outlook]
|
2023-03-30 07:43:39 -04:00
|
|
|
type = custom/text
|
2023-07-28 03:55:22 -04:00
|
|
|
content-foreground = ${colors.foreground}
|
|
|
|
content = ""
|
|
|
|
click-left = "brave --app=https://outlook.office.com/mail/"
|
|
|
|
|
|
|
|
[module/teams]
|
|
|
|
type = custom/text
|
|
|
|
content-foreground = ${colors.foreground}
|
|
|
|
content = ""
|
2023-07-31 07:34:19 -04:00
|
|
|
click-left = "brave --app=https://teams.microsoft.com/go"
|
2023-07-28 03:55:22 -04:00
|
|
|
|
|
|
|
[module/appmenu]
|
|
|
|
type = custom/text
|
|
|
|
content-foreground = ${colors.foreground}
|
2023-04-06 08:30:10 -04:00
|
|
|
content = ""
|
|
|
|
click-left = "~/dotfiles/scripts/applauncher.sh"
|
2023-04-04 07:45:48 -04:00
|
|
|
|
2023-06-19 09:04:00 -04:00
|
|
|
[module/scrcpy]
|
|
|
|
type = custom/text
|
|
|
|
content-foreground = ${colors.foreground}
|
|
|
|
content = "Pixel"
|
|
|
|
click-left = "scrcpy -d"
|
|
|
|
|
2023-07-28 03:55:22 -04:00
|
|
|
[module/chatgpt]
|
2023-05-31 05:36:51 -04:00
|
|
|
type = custom/text
|
2023-06-19 09:04:00 -04:00
|
|
|
content-foreground = ${colors.foreground}
|
2023-07-28 03:55:22 -04:00
|
|
|
content = ""
|
2023-05-31 05:36:51 -04:00
|
|
|
click-left = "brave --app=https://chat.openai.com"
|
2023-04-15 13:26:17 -04:00
|
|
|
|
2023-07-28 03:55:22 -04:00
|
|
|
[module/calculator]
|
2023-04-15 13:26:17 -04:00
|
|
|
type = custom/text
|
2023-07-28 03:55:22 -04:00
|
|
|
content-foreground = ${colors.foreground}
|
2023-04-15 13:26:17 -04:00
|
|
|
content = ""
|
|
|
|
click-left = "~/dotfiles/scripts/calculator.sh"
|
|
|
|
|
2023-07-28 03:55:22 -04:00
|
|
|
[module/exit]
|
2023-04-04 07:45:48 -04:00
|
|
|
type = custom/text
|
2023-07-28 03:55:22 -04:00
|
|
|
content-foreground = ${colors.foreground}
|
2023-04-06 08:30:10 -04:00
|
|
|
content = " "
|
2023-04-04 07:45:48 -04:00
|
|
|
click-left = "~/dotfiles/scripts/powermenu.sh"
|
2023-03-30 05:15:37 -04:00
|
|
|
|
|
|
|
[module/xworkspaces]
|
|
|
|
type = internal/xworkspaces
|
2023-05-31 05:36:51 -04:00
|
|
|
icon1=3
|
|
|
|
icon-default = ""
|
2023-03-30 05:15:37 -04:00
|
|
|
label-active = %name%
|
2023-07-28 03:55:22 -04:00
|
|
|
label-active-background = ${colors.foreground}
|
2023-03-30 05:15:37 -04:00
|
|
|
label-active-padding = 2
|
|
|
|
label-active-foreground = #FF000000
|
2023-07-28 03:55:22 -04:00
|
|
|
; label-active-foreground = ${color.foreground}
|
2023-03-30 05:15:37 -04:00
|
|
|
label-occupied = %name%
|
|
|
|
label-occupied-padding = 2
|
|
|
|
label-occupied-foreground = #FFFFFF
|
|
|
|
label-occupied-background=#66000000
|
|
|
|
label-urgent = %name%
|
|
|
|
label-urgent-background = ${colors.alert}
|
|
|
|
label-urgent-padding = 2
|
|
|
|
label-empty = %name%
|
|
|
|
label-empty-foreground =#FFFFFF
|
|
|
|
label-empty-background=#99000000
|
|
|
|
label-empty-padding = 2
|
2023-04-04 07:45:48 -04:00
|
|
|
; format-prefix = " "
|
|
|
|
; format-prefix-foreground = ${colors.primary}
|
2023-03-30 05:15:37 -04:00
|
|
|
|
|
|
|
[module/xwindow]
|
|
|
|
type = internal/xwindow
|
|
|
|
label = %title:0:60:...%
|
2023-03-30 07:43:39 -04:00
|
|
|
format-prefix = " "
|
|
|
|
format-prefix-foreground = ${colors.primary}
|
2023-03-30 09:48:12 -04:00
|
|
|
format-foreground = #FFFFFF
|
2023-03-30 05:15:37 -04:00
|
|
|
|
2023-04-06 08:30:10 -04:00
|
|
|
[module/mysystem]
|
|
|
|
type = custom/text
|
|
|
|
content-foreground = ${colors.primary}
|
|
|
|
content = " "
|
|
|
|
click-left = "alacritty -e htop"
|
|
|
|
|
2023-03-30 05:15:37 -04:00
|
|
|
[module/filesystem]
|
|
|
|
type = internal/fs
|
|
|
|
interval = 25
|
|
|
|
mount-0 = /
|
2023-03-30 09:48:12 -04:00
|
|
|
format-foreground = #FFFFFF
|
2023-03-30 07:43:39 -04:00
|
|
|
label-mounted = %mountpoint% %percentage_used%%
|
2023-03-30 09:48:12 -04:00
|
|
|
label-mounted-foreground = #FFFFFF
|
2023-03-30 05:15:37 -04:00
|
|
|
label-unmounted = %mountpoint% not mounted
|
2023-03-30 09:48:12 -04:00
|
|
|
label-unmounted-foreground = #FFFFFF
|
2023-03-30 05:15:37 -04:00
|
|
|
|
|
|
|
[module/pulseaudio]
|
|
|
|
type = internal/pulseaudio
|
2023-04-06 08:30:10 -04:00
|
|
|
format-volume-prefix = " "
|
2023-03-30 05:15:37 -04:00
|
|
|
format-volume-prefix-foreground = ${colors.primary}
|
|
|
|
format-volume = <label-volume>
|
2023-03-30 09:48:12 -04:00
|
|
|
format-volume-foreground = #FFFFFF
|
2023-03-30 05:15:37 -04:00
|
|
|
label-volume = %percentage%%
|
|
|
|
label-muted = muted
|
|
|
|
label-muted-foreground = ${colors.disabled}
|
|
|
|
|
|
|
|
[module/xkeyboard]
|
|
|
|
type = internal/xkeyboard
|
|
|
|
blacklist-0 = num lock
|
|
|
|
label-layout = %layout%
|
|
|
|
label-layout-foreground = ${colors.primary}
|
|
|
|
label-indicator-padding = 2
|
|
|
|
label-indicator-margin = 1
|
|
|
|
label-indicator-foreground = ${colors.background}
|
|
|
|
label-indicator-background = ${colors.secondary}
|
|
|
|
|
|
|
|
[module/memory]
|
|
|
|
type = internal/memory
|
|
|
|
interval = 2
|
2023-04-06 08:30:10 -04:00
|
|
|
format-prefix = " "
|
2023-03-30 05:15:37 -04:00
|
|
|
format-prefix-foreground = ${colors.primary}
|
2023-03-30 09:48:12 -04:00
|
|
|
format-foreground = #FFFFFF
|
2023-03-30 05:15:37 -04:00
|
|
|
label = %percentage_used:2%%
|
|
|
|
|
|
|
|
[module/cpu]
|
|
|
|
type = internal/cpu
|
|
|
|
interval = 2
|
2023-04-06 08:30:10 -04:00
|
|
|
format-prefix = " "
|
2023-03-30 05:15:37 -04:00
|
|
|
format-prefix-foreground = ${colors.primary}
|
2023-03-30 09:48:12 -04:00
|
|
|
format-foreground = #FFFFFF
|
2023-03-30 05:15:37 -04:00
|
|
|
label = %percentage:2%%
|
2023-04-06 08:30:10 -04:00
|
|
|
click = "htop"
|
2023-03-30 05:15:37 -04:00
|
|
|
|
|
|
|
[network-base]
|
|
|
|
type = internal/network
|
|
|
|
interval = 5
|
|
|
|
format-connected = <label-connected>
|
|
|
|
format-disconnected = <label-disconnected>
|
|
|
|
label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected
|
|
|
|
|
|
|
|
[module/wlan]
|
|
|
|
inherit = network-base
|
|
|
|
interface-type = wireless
|
|
|
|
label-connected = %{F#F0C674}%ifname%%{F-} %essid% %local_ip%
|
|
|
|
|
|
|
|
[module/eth]
|
|
|
|
inherit = network-base
|
|
|
|
interface-type = wired
|
|
|
|
label-connected = %{F#F0C674}%ifname%%{F-} %local_ip%
|
|
|
|
|
|
|
|
[module/date]
|
|
|
|
type = internal/date
|
|
|
|
interval = 1
|
2023-03-30 07:43:39 -04:00
|
|
|
format-prefix = " "
|
|
|
|
format-prefix-foreground = ${colors.primary}
|
2023-03-30 05:15:37 -04:00
|
|
|
date = %H:%M
|
|
|
|
date-alt = %Y-%m-%d %H:%M:%S
|
|
|
|
label = %date%
|
2023-03-30 07:43:39 -04:00
|
|
|
label-foreground = #FFFFFF
|
2023-03-30 05:15:37 -04:00
|
|
|
|
|
|
|
[settings]
|
|
|
|
screenchange-reload = true
|
|
|
|
pseudo-transparency = true
|
|
|
|
|
2023-04-13 15:21:35 -04:00
|
|
|
[module/battery]
|
|
|
|
type = internal/battery
|
|
|
|
label-discharging = " %percentage%%"
|
|
|
|
label-full = " 100%"
|
|
|
|
label-charging = " %percentage%%
|
|
|
|
label-low = " BATTERY LOW"
|
2023-04-15 14:33:51 -04:00
|
|
|
format-discharging-foreground = #FFFFFF
|
|
|
|
format-full-foreground = #FFFFFF
|
|
|
|
format-charging-foreground = #FFFFFF
|
|
|
|
format-low-foreground = #FFFFFF
|
2023-04-13 15:21:35 -04:00
|
|
|
full-at = 99
|
|
|
|
low-at = 5
|
|
|
|
; Use the following command to list batteries and adapters:
|
|
|
|
; $ ls -1 /sys/class/power_supply/
|
|
|
|
battery = BAT1
|
|
|
|
; adapter = AC
|
|
|
|
poll-interval = 5
|
|
|
|
|
2023-03-30 05:15:37 -04:00
|
|
|
; vim:ft=dosini
|