more tweaks
This commit is contained in:
parent
70206acf18
commit
75cefd0115
3 changed files with 7 additions and 11 deletions
|
@ -237,7 +237,7 @@
|
||||||
},
|
},
|
||||||
"custom/diskBackup": {
|
"custom/diskBackup": {
|
||||||
"format": "bak {}",
|
"format": "bak {}",
|
||||||
"exec": "df -h /run/media/thomas/archbish_backups | awk 'NR==2{print $5}'",
|
"exec": "df -h /media/backups | awk 'NR==2{print $5}'",
|
||||||
"interval": 60,
|
"interval": 60,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@ window#waybar {
|
||||||
/* background-color: #282828; */
|
/* background-color: #282828; */
|
||||||
|
|
||||||
font-family: "PragmataPro Mono Liga";
|
font-family: "PragmataPro Mono Liga";
|
||||||
border: 2px solid #504945;
|
/* border: 2px solid #504945; */
|
||||||
background-color: rgba(40, 40, 40, 0.9);
|
background-color: rgba(40, 40, 40, 0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ button {
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
color: #282828;
|
color: #282828;
|
||||||
background-color: #98971a;
|
background-color: #98971a;
|
||||||
border: 2px solid #b8bb26;
|
border: 2px solid #504945;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
@ -263,7 +263,7 @@ button {
|
||||||
#custom-timewarrior.active {
|
#custom-timewarrior.active {
|
||||||
background-color: #98971a;
|
background-color: #98971a;
|
||||||
color: #282828;
|
color: #282828;
|
||||||
border: 2px solid #b8bb26;
|
border: 2px solid #504945;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-timewarrior.inactive {
|
#custom-timewarrior.inactive {
|
||||||
|
@ -277,7 +277,3 @@ button {
|
||||||
background-color: #3c3836;
|
background-color: #3c3836;
|
||||||
border: 2px solid #504945;
|
border: 2px solid #504945;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom_notification.active {
|
|
||||||
border: 2px solid #b8bb26;
|
|
||||||
}
|
|
||||||
|
|
|
@ -18,15 +18,15 @@ button {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: 15%;
|
background-size: 15%;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
border: 4px solid #504945;
|
border: 3px solid #504945;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:focus,
|
button:focus,
|
||||||
button:active,
|
button:active,
|
||||||
button:hover {
|
button:hover {
|
||||||
border-color: #b8bb26;
|
background-color: #504945;
|
||||||
background-color: #98971a;
|
|
||||||
outline-style: none;
|
outline-style: none;
|
||||||
|
border: 3px solid #32302f;
|
||||||
}
|
}
|
||||||
|
|
||||||
#lock {
|
#lock {
|
||||||
|
|
Loading…
Add table
Reference in a new issue