latest
This commit is contained in:
0
.config/sway/config.d/env
Normal file
0
.config/sway/config.d/env
Normal file
@@ -50,3 +50,6 @@ bind % split-window -h -c "#{pane_current_path}"
|
||||
set-option -g update-environment "SSH_AUTH_SOCK \
|
||||
SSH_CONNECTION \
|
||||
DISPLAY "
|
||||
|
||||
|
||||
set -g status-style bg=default
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
// "layer": "top", // Waybar at top layer
|
||||
// "position": "bottom", // Waybar position (top|bottom|left|right)
|
||||
"height": 10, // Waybar height (to be removed for auto height)
|
||||
//"height": 10, // Waybar height (to be removed for auto height)
|
||||
// "width": 1280, // Waybar width
|
||||
"spacing": 0, // Gaps between modules (4px)
|
||||
// Choose the order of the modules
|
||||
@@ -72,7 +72,8 @@
|
||||
"mpd": {
|
||||
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩ {volume}% ",
|
||||
"format-disconnected": "Disconnected ",
|
||||
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
|
||||
//"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
|
||||
"format-stopped": "",
|
||||
"unknown-tag": "N/A",
|
||||
"interval": 5,
|
||||
"consume-icons": {
|
||||
@@ -144,8 +145,8 @@
|
||||
},
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-full": "{capacity}% {icon}",
|
||||
"format-charging": "{capacity}% ",
|
||||
"format-plugged": "{capacity}% ",
|
||||
"format-charging": "{capacity}% C",
|
||||
"format-plugged": "{capacity}% P",
|
||||
"format-alt": "{time} {icon}",
|
||||
// "format-good": "", // An empty format will hide the module
|
||||
// "format-full": "",
|
||||
|
||||
Reference in New Issue
Block a user