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
|
# Sets the radius of rounded window corners. When > 0, the compositor will
|
||||||
# round the corners of windows. Does not interact well with `transparent-clipping`.
|
# round the corners of windows. Does not interact well with `transparent-clipping`.
|
||||||
corner-radius = 10
|
corner-radius = 15
|
||||||
|
|
||||||
# Exclude conditions for rounded corners.
|
# Exclude conditions for rounded corners.
|
||||||
rounded-corners-exclude = [
|
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"
|
font-1 = "Font Awesome 6 Free Solid:pixelsize=11;2"
|
||||||
modules-left = appmenu xworkspaces brave outlook teams calculator chatgpt
|
modules-left = appmenu xworkspaces brave outlook teams calculator chatgpt
|
||||||
modules-center = xwindow
|
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-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
enable-ipc = true
|
enable-ipc = true
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-detached = false
|
tray-detached = false
|
||||||
|
|
||||||
;[module/mynews]
|
[module/youtubesubs]
|
||||||
;type = custom/text
|
type = custom/script
|
||||||
;content-foreground = ${colors.primary}
|
exec = "python ~/private/youtube.py"
|
||||||
;content = ""
|
format-prefix = " "
|
||||||
;click-left="alacritty"
|
format-prefix-foreground = ${colors.primary}
|
||||||
|
interval = 300
|
||||||
|
click-left = "brave --app=https://studio.youtube.com"
|
||||||
|
|
||||||
[module/outlook]
|
[module/outlook]
|
||||||
type = custom/text
|
type = custom/text
|
||||||
|
Loading…
Reference in New Issue
Block a user