лучше не лезьте
This commit is contained in:
@@ -17,18 +17,18 @@
|
||||
;==========================================================
|
||||
|
||||
[colors]
|
||||
background = #282A2E
|
||||
background-alt = #373B41
|
||||
foreground = #C5C8C6
|
||||
primary = #89A989
|
||||
secondary = #478061
|
||||
background = #353F5D
|
||||
background-alt = #414D72
|
||||
foreground = #C8C7D1
|
||||
primary = #FFCC4D
|
||||
secondary = #FF7FA3
|
||||
alert = #A54242
|
||||
disabled = #707880
|
||||
|
||||
[bar/example]
|
||||
width = 100%
|
||||
height = 18pt
|
||||
radius = 7pt
|
||||
radius = 11t
|
||||
|
||||
; dpi = 96
|
||||
|
||||
@@ -116,12 +116,16 @@ label-unmounted-foreground = ${colors.disabled}
|
||||
[module/pulseaudio]
|
||||
type = internal/pulseaudio
|
||||
|
||||
format-volume = %{F#89A989}<ramp-volume>%{F-} <label-volume>
|
||||
ramp-volume-foreground = ${colors.primary}
|
||||
|
||||
format-volume = <ramp-volume> <label-volume>
|
||||
|
||||
label-volume = %percentage%%
|
||||
|
||||
label-muted = muted
|
||||
|
||||
click-right = ~/.config/rofi/volume/launch.sh
|
||||
|
||||
; Only applies if <ramp-volume> is used
|
||||
ramp-volume-0 =
|
||||
ramp-volume-1 =
|
||||
@@ -149,22 +153,25 @@ label = %percentage_used:2%%
|
||||
[module/cpu]
|
||||
type = internal/cpu
|
||||
interval = 2
|
||||
format-prefix = " "
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.primary}
|
||||
label = %percentage:2%%
|
||||
|
||||
[network-base]
|
||||
type = internal/network
|
||||
interval = 5
|
||||
format-connected = <label-connected>
|
||||
|
||||
|
||||
format-disconnected = <label-disconnected>
|
||||
label-disconnected = %{F#89A989} %{F#707880} disconnected
|
||||
label-disconnected = disconnected
|
||||
|
||||
[module/wlan]
|
||||
inherit = network-base
|
||||
interface-type = wireless
|
||||
|
||||
format-connected = %{F#89A989}<ramp-signal>%{F-} <label-connected>
|
||||
ramp-signal-foreground = ${colors.primary}
|
||||
|
||||
format-connected = <ramp-signal> <label-connected>
|
||||
|
||||
label-connected = %essid% %local_ip%
|
||||
|
||||
@@ -178,7 +185,14 @@ ramp-signal-5 =
|
||||
[module/eth]
|
||||
inherit = network-base
|
||||
interface-type = wired
|
||||
label-connected = %{F#89A989} %{F-} %local_ip%
|
||||
|
||||
format-connected = %{} <label-connected>
|
||||
|
||||
format-connected-prefix =
|
||||
format-connected-prefix-foreground = ${colors.primary}
|
||||
|
||||
label-connected = %local_ip%
|
||||
label-connected-foreground = ${colors.foreground}
|
||||
|
||||
[module/date]
|
||||
type = internal/date
|
||||
@@ -321,52 +335,9 @@ pseudo-transparency = true
|
||||
; vim:ft=dosini
|
||||
;
|
||||
[module/powermenu]
|
||||
type = custom/menu
|
||||
type = custom/text
|
||||
|
||||
expand-right = true
|
||||
content = " "
|
||||
content-foreground = ${colors.urgent}
|
||||
|
||||
format-spacing = 1
|
||||
|
||||
label-open = " "
|
||||
label-open-foreground = ${colors.urgent}
|
||||
label-close =
|
||||
label-close-foreground = ${colors.success}
|
||||
label-separator = |
|
||||
label-separator-foreground = ${colors.foreground}
|
||||
|
||||
;Powermenu
|
||||
menu-0-0 = ""
|
||||
menu-0-0-exec = menu-open-1
|
||||
menu-0-0-foreground = ${colors.urgent}
|
||||
|
||||
menu-0-1 = ""
|
||||
menu-0-1-exec = menu-open-2
|
||||
menu-0-1-foreground = ${colors.urgent}
|
||||
|
||||
menu-0-2 = " "
|
||||
menu-0-2-exec = menu-open-3
|
||||
menu-0-2-foreground = ${colors.warning}
|
||||
|
||||
;Reboot
|
||||
menu-1-0 = "Reboot"
|
||||
menu-1-0-exec = loginctl reboot
|
||||
menu-1-0-foreground = ${colors.urgent}
|
||||
menu-1-1 = "Cancel "
|
||||
menu-1-1-exec = menu-open-0
|
||||
menu-1-1-foreground = ${colors.success}
|
||||
|
||||
;Shutdown
|
||||
menu-2-0 = "Power off"
|
||||
menu-2-0-exec = loginctl poweroff
|
||||
menu-2-0-foreground = ${colors.urgent}
|
||||
menu-2-1 = "Cancel "
|
||||
menu-2-1-exec = menu-open-0
|
||||
menu-2-1-foreground = ${colors.success}
|
||||
|
||||
;Sleep
|
||||
menu-3-0 = "Sleep"
|
||||
menu-3-0-exec = loginctl suspend
|
||||
menu-3-0-foreground = ${colors.urgent}
|
||||
menu-3-1 = "Cancel "
|
||||
menu-3-1-exec = menu-open-0
|
||||
menu-3-1-foreground = ${colors.success}
|
||||
click-left = ~/.config/rofi/power/launch.sh
|
||||
|
||||
Reference in New Issue
Block a user