some things for other things and new mpv ui
This commit is contained in:
parent
4f4bf30170
commit
485fbf28ba
14 changed files with 2135 additions and 75 deletions
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
// "layer": "top", // Waybar at top layer
|
||||
"position": "bottom", // Waybar position (top|bottom|left|right)
|
||||
"height": 35, // Waybar height (to be removed for auto height)
|
||||
"height": 25, // Waybar height (to be removed for auto height)
|
||||
// "width": 1280, // Waybar width
|
||||
// Choose the order of the modules
|
||||
"modules-left": ["sway/workspaces", "sway/mode", "sway/window"],
|
||||
"modules-left": ["sway/workspaces", "river/tags", "sway/mode", "sway/window"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["pulseaudio", "network", "cpu", "memory", "battery", "battery#bat2", "tray"],
|
||||
// "margin-top": -10,
|
||||
"margin-bottom": 10,
|
||||
"margin-left": 29,
|
||||
"margin-right": 29,
|
||||
"modules-right": ["pulseaudio", "network", "memory", "cpu", "battery", "battery#bat2", "tray"],
|
||||
"margin-top": 0,
|
||||
"margin-bottom": 0,
|
||||
"margin-left": 0,
|
||||
"margin-right": 0,
|
||||
// Modules configuration
|
||||
"sway/workspaces": {
|
||||
"disable-scroll": true,
|
||||
|
@ -82,7 +82,7 @@
|
|||
"format-alt": "{time} {icon}",
|
||||
// "format-good": "", // An empty format will hide the module
|
||||
// "format-full": "",
|
||||
"format-icons": [" ", " ", " ", " ", " "]
|
||||
"format-icons": [" ", " ", " ", " ", " "]
|
||||
},
|
||||
"battery#bat2": {
|
||||
"bat": "BAT2",
|
||||
|
@ -97,7 +97,7 @@
|
|||
"format-alt": "{time} {icon}",
|
||||
// "format-good": "", // An empty format will hide the module
|
||||
// "format-full": "",
|
||||
"format-icons": [" ", " ", " ", " ", " "]
|
||||
"format-icons": [" ", " ", " ", " ", " "]
|
||||
},
|
||||
"network": {
|
||||
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
window {
|
||||
color: @base05;
|
||||
background: @base00;
|
||||
border-radius: 20px;
|
||||
/* border-radius: 20px; */
|
||||
}
|
||||
|
||||
window#waybar.solo {
|
||||
|
@ -50,7 +50,7 @@ window#waybar.solo {
|
|||
|
||||
#tags {
|
||||
border-radius: 20px;
|
||||
margin-left: 10px;
|
||||
margin-left: 6px;
|
||||
padding-right: 10px;
|
||||
background: @backtransparent;
|
||||
transition: none;
|
||||
|
@ -96,8 +96,8 @@ window#waybar.solo {
|
|||
}
|
||||
|
||||
#mode, #battery, #cpu, #memory, #network, #pulseaudio, #idle_inhibitor, #backlight, #custom-storage, #custom-spotify, #custom-weather, #custom-mail {
|
||||
margin: 0px 6px 0px 5px;
|
||||
min-width: 25px;
|
||||
margin: 0px 3px 0px 3px;
|
||||
/* min-width: 25px; */
|
||||
}
|
||||
|
||||
#clock {
|
||||
|
@ -135,10 +135,8 @@ window#waybar.solo {
|
|||
}
|
||||
|
||||
#pulseaudio {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base09;
|
||||
|
@ -146,10 +144,8 @@ window#waybar.solo {
|
|||
}
|
||||
|
||||
#network {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
padding-left: 10px;
|
||||
padding-right: 14px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base0A;
|
||||
|
@ -157,10 +153,8 @@ window#waybar.solo {
|
|||
}
|
||||
|
||||
#cpu {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base0B;
|
||||
|
@ -168,10 +162,8 @@ window#waybar.solo {
|
|||
}
|
||||
|
||||
#battery {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
padding-left: 5px;
|
||||
padding-right: 14px;
|
||||
padding-right: 5px;
|
||||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base0D;
|
||||
|
@ -183,10 +175,8 @@ window#waybar.solo {
|
|||
}
|
||||
|
||||
#memory {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base0E;
|
||||
|
@ -194,10 +184,8 @@ window#waybar.solo {
|
|||
}
|
||||
|
||||
#temperature {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base0E;
|
||||
|
@ -205,9 +193,8 @@ window#waybar.solo {
|
|||
}
|
||||
|
||||
#tray {
|
||||
margin-right: 10px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base0E;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue