Updates
This commit is contained in:
+8
-1
@@ -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
|
||||
modules-left = xworkspaces mymenu mychatgpt
|
||||
modules-center = xwindow
|
||||
modules-right = battery xkeyboard mycalculator mysystem filesystem pulseaudio memory cpu date myexit
|
||||
cursor-click = pointer
|
||||
@@ -51,6 +51,11 @@ content-foreground = ${colors.primary}
|
||||
content = ""
|
||||
click-left = "~/dotfiles/scripts/applauncher.sh"
|
||||
|
||||
[module/mychatgpt]
|
||||
type = custom/text
|
||||
content-foreground = ${colors.primary}
|
||||
content = "ChatGPT"
|
||||
click-left = "brave --app=https://chat.openai.com"
|
||||
|
||||
[module/mycalculator]
|
||||
type = custom/text
|
||||
@@ -66,6 +71,8 @@ click-left = "~/dotfiles/scripts/powermenu.sh"
|
||||
|
||||
[module/xworkspaces]
|
||||
type = internal/xworkspaces
|
||||
icon1=3
|
||||
icon-default = ""
|
||||
label-active = %name%
|
||||
label-active-background = ${colors.primary}
|
||||
label-active-padding = 2
|
||||
|
||||
Reference in New Issue
Block a user