Updates
This commit is contained in:
parent
2a6733c60a
commit
fd6c8511a1
|
@ -275,7 +275,7 @@ opacity-rule = [
|
|||
|
||||
# Sets the radius of rounded window corners. When > 0, the compositor will
|
||||
# round the corners of windows. Does not interact well with `transparent-clipping`.
|
||||
corner-radius = 10
|
||||
corner-radius = 15
|
||||
|
||||
# Exclude conditions for rounded corners.
|
||||
rounded-corners-exclude = [
|
||||
|
|
|
@ -34,18 +34,20 @@ font-0 = "Fira Sans SemiBold:size=11;2"
|
|||
font-1 = "Font Awesome 6 Free Solid:pixelsize=11;2"
|
||||
modules-left = appmenu xworkspaces brave outlook teams calculator chatgpt
|
||||
modules-center = xwindow
|
||||
modules-right = battery xkeyboard mysystem filesystem pulseaudio memory cpu date exit
|
||||
modules-right = battery youtubesubs xkeyboard mysystem filesystem pulseaudio memory cpu date exit
|
||||
cursor-click = pointer
|
||||
cursor-scroll = ns-resize
|
||||
enable-ipc = true
|
||||
tray-position = right
|
||||
tray-detached = false
|
||||
|
||||
;[module/mynews]
|
||||
;type = custom/text
|
||||
;content-foreground = ${colors.primary}
|
||||
;content = ""
|
||||
;click-left="alacritty"
|
||||
[module/youtubesubs]
|
||||
type = custom/script
|
||||
exec = "python ~/private/youtube.py"
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.primary}
|
||||
interval = 300
|
||||
click-left = "brave --app=https://studio.youtube.com"
|
||||
|
||||
[module/outlook]
|
||||
type = custom/text
|
||||
|
|
Loading…
Reference in New Issue
Block a user