From c048394f3bd17457e0dd697d992e79f4c9d13743 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Tue, 17 Oct 2023 14:58:57 +0200 Subject: [PATCH] Switch to chromium --- polybar/config.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/polybar/config.ini b/polybar/config.ini index 052edc4..b6c6013 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -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 brave xwindow +modules-left = appmenu chromium xwindow modules-center = xworkspaces modules-right = battery xkeyboard mysystem filesystem pulseaudio memory cpu date exit cursor-click = pointer @@ -56,7 +56,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 brave chatgpt xwindow +modules-left = appmenu chromium chatgpt xwindow modules-center = xworkspaces modules-right = battery xkeyboard mysystem filesystem pulseaudio memory cpu date exit cursor-click = pointer @@ -86,11 +86,11 @@ content-foreground = ${colors.foreground} content = "" click-left = "brave --app=https://teams.microsoft.com/go" -[module/brave] +[module/browser] type = custom/text content-foreground = ${colors.foreground} content = "" -click-left = "brave" +click-left = "chromium" [module/appmenu] type = custom/text @@ -108,7 +108,7 @@ click-left = "scrcpy -d" type = custom/text content-foreground = ${colors.foreground} content = "" -click-left = "brave --app=https://chat.openai.com" +click-left = "chromium --app=https://chat.openai.com" [module/calculator] type = custom/text