Updated
This commit is contained in:
+27
-13
@@ -7,6 +7,7 @@
|
||||
;
|
||||
; by Stephan Raabe (2023)
|
||||
; -----------------------------------------------------
|
||||
; Icons: https://fontawesome.com/search?o=r&m=free
|
||||
|
||||
[colors]
|
||||
background = #aa000000
|
||||
@@ -24,20 +25,20 @@ background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
border-size = 0pt
|
||||
border-color = #00000000
|
||||
padding-left = 0
|
||||
padding-left = 2
|
||||
padding-right = 1
|
||||
module-margin = 2
|
||||
separator = ""
|
||||
separator-foreground = ${colors.disabled}
|
||||
font-0 = "Fira Sans SemiBold:size=11;2"
|
||||
font-1 = "Font Awesome 6 Free Solid:pixelsize=11;2"
|
||||
modules-left = xworkspaces mychatgpt scrcpy mymenu
|
||||
modules-left = appmenu xworkspaces outlook teams calculator chatgpt
|
||||
modules-center = xwindow
|
||||
modules-right = battery xkeyboard mycalculator mysystem filesystem pulseaudio memory cpu date myexit
|
||||
modules-right = battery xkeyboard mysystem filesystem pulseaudio memory cpu date exit
|
||||
cursor-click = pointer
|
||||
cursor-scroll = ns-resize
|
||||
enable-ipc = true
|
||||
; tray-position = right
|
||||
tray-position = right
|
||||
|
||||
;[module/mynews]
|
||||
;type = custom/text
|
||||
@@ -45,9 +46,21 @@ enable-ipc = true
|
||||
;content = ""
|
||||
;click-left="alacritty"
|
||||
|
||||
[module/mymenu]
|
||||
[module/outlook]
|
||||
type = custom/text
|
||||
content-foreground = ${colors.primary}
|
||||
content-foreground = ${colors.foreground}
|
||||
content = ""
|
||||
click-left = "brave --app=https://outlook.office.com/mail/"
|
||||
|
||||
[module/teams]
|
||||
type = custom/text
|
||||
content-foreground = ${colors.foreground}
|
||||
content = ""
|
||||
click-left = "brave --app=https://outlook.office.com/mail/"
|
||||
|
||||
[module/appmenu]
|
||||
type = custom/text
|
||||
content-foreground = ${colors.foreground}
|
||||
content = ""
|
||||
click-left = "~/dotfiles/scripts/applauncher.sh"
|
||||
|
||||
@@ -57,21 +70,21 @@ content-foreground = ${colors.foreground}
|
||||
content = "Pixel"
|
||||
click-left = "scrcpy -d"
|
||||
|
||||
[module/mychatgpt]
|
||||
[module/chatgpt]
|
||||
type = custom/text
|
||||
content-foreground = ${colors.foreground}
|
||||
content = "ChatGPT"
|
||||
content = ""
|
||||
click-left = "brave --app=https://chat.openai.com"
|
||||
|
||||
[module/mycalculator]
|
||||
[module/calculator]
|
||||
type = custom/text
|
||||
content-foreground = ${colors.primary}
|
||||
content-foreground = ${colors.foreground}
|
||||
content = ""
|
||||
click-left = "~/dotfiles/scripts/calculator.sh"
|
||||
|
||||
[module/myexit]
|
||||
[module/exit]
|
||||
type = custom/text
|
||||
content-foreground = ${colors.primary}
|
||||
content-foreground = ${colors.foreground}
|
||||
content = " "
|
||||
click-left = "~/dotfiles/scripts/powermenu.sh"
|
||||
|
||||
@@ -80,9 +93,10 @@ type = internal/xworkspaces
|
||||
icon1=3
|
||||
icon-default = ""
|
||||
label-active = %name%
|
||||
label-active-background = ${colors.primary}
|
||||
label-active-background = ${colors.foreground}
|
||||
label-active-padding = 2
|
||||
label-active-foreground = #FF000000
|
||||
; label-active-foreground = ${color.foreground}
|
||||
label-occupied = %name%
|
||||
label-occupied-padding = 2
|
||||
label-occupied-foreground = #FFFFFF
|
||||
|
||||
Reference in New Issue
Block a user