This commit is contained in:
Stephan Raabe
2023-06-19 15:04:00 +02:00
parent 11a7b9b1b1
commit ad1ea94623
5 changed files with 47 additions and 30 deletions
+8 -2
View File
@@ -31,7 +31,7 @@ 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 mymenu mychatgpt
modules-left = xworkspaces mychatgpt scrcpy mymenu
modules-center = xwindow
modules-right = battery xkeyboard mycalculator mysystem filesystem pulseaudio memory cpu date myexit
cursor-click = pointer
@@ -51,9 +51,15 @@ content-foreground = ${colors.primary}
content = ""
click-left = "~/dotfiles/scripts/applauncher.sh"
[module/scrcpy]
type = custom/text
content-foreground = ${colors.foreground}
content = "Pixel"
click-left = "scrcpy -d"
[module/mychatgpt]
type = custom/text
content-foreground = ${colors.primary}
content-foreground = ${colors.foreground}
content = "ChatGPT"
click-left = "brave --app=https://chat.openai.com"