This commit is contained in:
Stephan Raabe
2023-08-01 08:00:25 +02:00
parent 8ff8213282
commit 886fdf1580
2 changed files with 11 additions and 5 deletions
+9 -3
View File
@@ -32,7 +32,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 = appmenu xworkspaces outlook teams calculator chatgpt
modules-left = appmenu xworkspaces brave outlook teams calculator chatgpt
modules-center = xwindow
modules-right = battery xkeyboard mysystem filesystem pulseaudio memory cpu date exit
cursor-click = pointer
@@ -59,9 +59,15 @@ content-foreground = ${colors.foreground}
content = ""
click-left = "brave --app=https://teams.microsoft.com/go"
[module/appmenu]
[module/brave]
type = custom/text
content-foreground = ${colors.foreground}
content = ""
click-left = "brave"
[module/appmenu]
type = custom/text
content-foreground = ${colors.primary}
content = ""
click-left = "~/dotfiles/scripts/applauncher.sh"
@@ -91,7 +97,7 @@ click-left = "xfreerdp -grab-keyboard /v:192.168.122.42 /size:100% /cert-ignore
[module/exit]
type = custom/text
content-foreground = ${colors.foreground}
content-foreground = ${colors.primary}
content = " "
click-left = "~/dotfiles/scripts/powermenu.sh"