mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-06 20:53:36 -08:00
fix right click opening first link on firefox desktop
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[module/network-desktop]
|
||||
type = internal/network
|
||||
interface = wlo1
|
||||
interface = wlan0
|
||||
interval = 3.0
|
||||
udspeed-minwidth = 1
|
||||
accumulate-stats = true
|
||||
@@ -18,8 +18,9 @@ label-disconnected = 睊 not connected
|
||||
format-connected-padding = 1
|
||||
label-connected-background = ${color.shade4}
|
||||
label-disconnected-background = ${color.shade4}
|
||||
label-connected-foreground = #A8D385
|
||||
label-disconnected-foreground = #F85522
|
||||
label-connected-foreground = #98be65
|
||||
label-disconnected-foreground = #ff6c6b
|
||||
; label-disconnected-foreground = #F85522
|
||||
# label-disconnected-padding = 2
|
||||
format-disconnected-padding = 1
|
||||
|
||||
@@ -31,12 +32,12 @@ ramp-signal-3 = 😊
|
||||
ramp-signal-4 = 😃
|
||||
ramp-signal-5 = 😈
|
||||
|
||||
ramp-signal-5-foreground = #A8D385
|
||||
ramp-signal-4-foreground = #A8D385
|
||||
ramp-signal-3-foreground = #E1D20D
|
||||
ramp-signal-2-foreground = #E1D20D
|
||||
ramp-signal-1-foreground = #F85522
|
||||
ramp-signal-0-foreground = #F85522
|
||||
ramp-signal-5-foreground = #98be65
|
||||
ramp-signal-4-foreground = #98be65
|
||||
ramp-signal-3-foreground = #ecbe7b
|
||||
ramp-signal-2-foreground = #ecbe7b
|
||||
ramp-signal-1-foreground = #ff6c6b
|
||||
ramp-signal-0-foreground = #ff6c6b
|
||||
; Only applies if <animation-packetloss> is used
|
||||
#animation-packetloss-0 = ⚠
|
||||
#animation-packetloss-0-foreground = #ffa64c
|
||||
|
||||
Reference in New Issue
Block a user