Moved arch to its own subdirectory
This commit is contained in:
parent
7cefa8efec
commit
f47802351e
70 changed files with 0 additions and 0 deletions
24
arch/stow/waybar/.config/waybar/transparent.css
Normal file
24
arch/stow/waybar/.config/waybar/transparent.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
* ~/.config/waybar/transparent.css
|
||||
*
|
||||
* This stylesheet is a minimalistic, transparent style.
|
||||
*/
|
||||
|
||||
@define-color transparent-black-light rgba(23, 23, 23, 0.7);
|
||||
|
||||
window#waybar {
|
||||
color: @white;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.toggle .modules-right,
|
||||
.toggle .modules-left {
|
||||
background-color: @transparent-black-light;
|
||||
}
|
||||
|
||||
#workspaces button:hover,
|
||||
#workspaces button.focused,
|
||||
#mode {
|
||||
box-shadow: inset 0 2px #ffffff;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue