nix dotfiles
This commit is contained in:
commit
7b8005c867
27 changed files with 1728 additions and 0 deletions
81
navi/laniakea/eww/eww.scss
Normal file
81
navi/laniakea/eww/eww.scss
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
* {
|
||||
all: unset;
|
||||
font-family: IosevkaTerm Nerd Font;
|
||||
}
|
||||
|
||||
.workspaces button {
|
||||
border-radius: 5px;
|
||||
padding: 4px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
.inactive {
|
||||
background-color: #181825;
|
||||
}
|
||||
|
||||
.active_workspace {
|
||||
color: #181926;
|
||||
background-color: #b7bdf8;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.music {
|
||||
border-radius: 10px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
color: #b4befe;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.bar {
|
||||
background-color: #11111b;
|
||||
border-radius: 16px;
|
||||
color: #cdd6f4;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.time {
|
||||
color: #b4befe;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.battery {
|
||||
color: #cba6f7;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.volume {
|
||||
color: #cba6f7;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.wifi {
|
||||
color: #89dceb;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.layout {
|
||||
color: #a6e3a1;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
padding: 3px 7px;
|
||||
border-radius: 10px;
|
||||
background-color: #11111b;
|
||||
color: white;
|
||||
border-color: #b4befe;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
menu {
|
||||
padding: 3px 7px;
|
||||
border-radius: 10px;
|
||||
background-color: #11111b;
|
||||
color: white;
|
||||
border-color: #b4befe;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue