nie wiem co zmieniałem, a dużo tego było

This commit is contained in:
2022-01-08 14:53:36 +01:00
parent 7f01e3c578
commit 8c1b3b2423
385 changed files with 24002 additions and 180 deletions

View File

@ -1,56 +1,25 @@
// -*- mode: json -*-
[
{
"layer": "middle",
"layer": "top",
"position": "top",
"modules-left": [
"sway/workspaces",
"custom/right-arrow-dark"
],
"modules-center": [
"sway/window"
],
"modules-right": [
"custom/left-arrow-dark",
"pulseaudio",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"memory",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"cpu",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"disk",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"clock#1",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"clock#2",
"custom/right-arrow-dark",
"custom/right-arrow-light",
"clock#3"
],
"custom/left-arrow-dark": {
"format": "",
"tooltip": false
},
"custom/left-arrow-light": {
"format": "",
"tooltip": false
},
"custom/right-arrow-dark": {
"format": "",
"tooltip": false
},
"custom/right-arrow-light": {
"format": "",
"tooltip": false
},
"sway/workspaces": {
"disable-scroll": true,
"format": "{name}"
@ -98,50 +67,19 @@
"modules-left": [
"battery",
"custom/right-arrow-dark",
"custom/right-arrow-light",
"custom/temperature",
"custom/right-arrow-dark",
"custom/right-arrow-light",
"custom/hum",
"custom/right-arrow-dark",
"custom/right-arrow-light",
"custom/pressure",
"custom/right-arrow-dark",
"custom/right-arrow-light",
"custom/pm_25",
"custom/right-arrow-dark",
"custom/right-arrow-light",
"custom/pm_10",
"custom/right-arrow-dark"
],
"modules-center": [
],
"modules-right": [
"custom/left-arrow-dark",
"custom/rsyncnet",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"tray"
],
"custom/left-arrow-dark": {
"format": "",
"tooltip": false
},
"custom/left-arrow-light": {
"format": "",
"tooltip": false
},
"custom/right-arrow-dark": {
"format": "",
"tooltip": false
},
"custom/right-arrow-light": {
"format": "",
"tooltip": false
},
"custom/temperature": {
"format": "temp {}",
"return-type": "text",
@ -201,7 +139,7 @@
]
},
"tray": {
"icon-size": 10,
"icon-size": 12,
"spacing": 6
}
}

View File

@ -4,10 +4,14 @@
* {
font-size: 12px;
font-family: Terminus;
border: none;
padding: 0px 5px 0px 5px;
min-height: 10px;
border-radius: 25px;
}
window#waybar {
background: @back;
background: none;
color: @dark;
}
@ -22,29 +26,31 @@ window#waybar {
background: @dark;
}
#workspaces,
#clock.1,
#clock.2,
#clock.3,
#pulseaudio,
#memory,
#cpu,
#battery,
#disk,
#tray {
#disk {
background: @dark;
color: @back;
margin-left: 10px;
}
#workspaces {
padding: 0 10px 0 10px;
background: @dark;
color: @back;
padding: 5px;
}
#tray {
background: @dark;
padding: 0 10px 0 10px;
color: @back;
padding: 5px;
}
#battery,
#custom-rsyncnet,
#custom-temperature,
#custom-hum,
@ -53,16 +59,25 @@ window#waybar {
#custom-pm_10 {
background: @dark;
color: @back;
padding: 2px 5px;
margin-right: 10px;
}
#workspaces:active {
color: @background;
margin-right: 0;
}
#workspaces button {
padding: 0 0px;
color: @inactive;
padding: 0;
margin: 0;
color: @background;
}
#workspaces button.focused {
color: @back;
margin: 0;
}
#workspaces button:hover {
box-shadow: inherit;