update
This commit is contained in:
@@ -35,6 +35,7 @@ exec-once = v2raya --lite &
|
|||||||
exec-once = mako
|
exec-once = mako
|
||||||
exec-once = blueman-applet
|
exec-once = blueman-applet
|
||||||
exec-once = nm-applet --indicator
|
exec-once = nm-applet --indicator
|
||||||
|
exec-once = gtk-launch simpread
|
||||||
|
|
||||||
|
|
||||||
# Source a file (multi-file configs)
|
# Source a file (multi-file configs)
|
||||||
@@ -259,7 +260,7 @@ bind = $mainMod, C, killactive,
|
|||||||
bind = $mainMod, F, togglefloating,
|
bind = $mainMod, F, togglefloating,
|
||||||
bind = $mainMod CTRL, P, pseudo,
|
bind = $mainMod CTRL, P, pseudo,
|
||||||
bind = $mainMod SHIFT, M, exit,
|
bind = $mainMod SHIFT, M, exit,
|
||||||
bind = $mainMod SHIFT, S, togglesplit,
|
bind = $mainMod SHIFT, T, togglesplit,
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, left, movefocus, l
|
bind = $mainMod, left, movefocus, l
|
||||||
|
|||||||
@@ -32,9 +32,9 @@
|
|||||||
//"pulseaudio_pamixer",
|
//"pulseaudio_pamixer",
|
||||||
//"pulseaudio_pamixer#microphone",
|
//"pulseaudio_pamixer#microphone",
|
||||||
//"custom/keyboard-layout",
|
//"custom/keyboard-layout",
|
||||||
"backlight#icon",
|
//"backlight#icon",
|
||||||
"backlight#value",
|
//"backlight#value",
|
||||||
"custom/updates",
|
//"custom/updates",
|
||||||
"clock",
|
"clock",
|
||||||
"tray",
|
"tray",
|
||||||
//"custom/power",
|
//"custom/power",
|
||||||
@@ -75,9 +75,9 @@
|
|||||||
//"on-click": "playerctl previous",
|
//"on-click": "playerctl previous",
|
||||||
"on-click-right": "playerctl next",
|
"on-click-right": "playerctl next",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"Playing": "<span foreground='#E5B9C6'> </span>",
|
"Playing": "<span foreground='#E5B9C6'> </span>",
|
||||||
"Paused": "<span foreground='#928374'> </span>"
|
"Paused": "<span foreground='#928374'> </span>"
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/playerlabel": {
|
"custom/playerlabel": {
|
||||||
@@ -90,9 +90,9 @@
|
|||||||
//"on-click": "playerctl previous",
|
//"on-click": "playerctl previous",
|
||||||
"on-click-right": "playerctl next",
|
"on-click-right": "playerctl next",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"Playing": "<span foreground='#E5B9C6'> </span>",
|
"Playing": "<span foreground='#E5B9C6'> </span>",
|
||||||
"Paused": "<span foreground='#928374'> </span>"
|
"Paused": "<span foreground='#928374'> </span>"
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// --------------------
|
// --------------------
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
"critical": 15
|
"critical": 15
|
||||||
},
|
},
|
||||||
"format": "{capacity}% {icon}",
|
"format": "{capacity}% {icon}",
|
||||||
"format-charging": "{capacity}% ",
|
"format-charging": "{capacity}% ",
|
||||||
"format-plugged": "{capacity}% ",
|
"format-plugged": "{capacity}% ",
|
||||||
// "format-good": "", // An empty format will hide the module
|
// "format-good": "", // An empty format will hide the module
|
||||||
// "format-full": "",
|
// "format-full": "",
|
||||||
@@ -208,8 +208,8 @@
|
|||||||
"scroll-step": 1, // %, can be a float
|
"scroll-step": 1, // %, can be a float
|
||||||
"format": "{icon} {volume}%",
|
"format": "{icon} {volume}%",
|
||||||
"format-bluetooth": "{icon} {volume}% {format_source}",
|
"format-bluetooth": "{icon} {volume}% {format_source}",
|
||||||
"format-bluetooth-muted": " {icon} {format_source}",
|
"format-bluetooth-muted": " {icon} {format_source}",
|
||||||
"format-muted": " ",
|
"format-muted": " ",
|
||||||
"format-source": "{volume}% ",
|
"format-source": "{volume}% ",
|
||||||
"format-source-muted": "",
|
"format-source-muted": "",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
@@ -223,7 +223,7 @@
|
|||||||
},
|
},
|
||||||
"on-click": "pavucontrol",
|
"on-click": "pavucontrol",
|
||||||
"on-scroll-up": "pactl set-sink-volume @DEFAULT_SINK@ +1%",
|
"on-scroll-up": "pactl set-sink-volume @DEFAULT_SINK@ +1%",
|
||||||
"on-scroll-down": "pactl set-sink-volume @DEFAULT_SINK@ -1%",
|
"on-scroll-down": "pactl set-sink-volume @DEFAULT_SINK@ -1%"
|
||||||
},
|
},
|
||||||
"pulseaudio_pamixer": {
|
"pulseaudio_pamixer": {
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
|
|||||||
Reference in New Issue
Block a user