Retheme alacritty, sway, and waybar to Tokyo Night

This commit is contained in:
Kiana Sheibani 2022-09-23 17:23:08 -04:00
parent db1a4958ea
commit 1e9f79c731
11 changed files with 317 additions and 300 deletions

View file

@ -1,8 +1,12 @@
width=100%
xoffset=0px
allow_images=true
image_size=20px
drun-display_generic=true
dynamic_lines=true
term=alacritty
location=center
width=50%
height=55%
columns=6
image_size=64
content_halign=center
prompt=
always_parse_args=true
sort_order=alphabetical
allow_images=true
no_actions=true
term=alacritty

View file

@ -1,18 +1,16 @@
window {
margin: 0px;
background-color: rgba(0, 0, 0, 0.6);
font-size: 1.2em;
font-family: "Ubuntu Mono";
padding: 15px;
border: none;
border-radius: 8px;
background-color: #1a1b26;
color: #a9b1d6;
font-size: 14px;
font-family: "JetBrainsMono Nerd Font";
}
#input {
color: white;
margin: 0px;
margin-right: 10px;
margin-left: 10px;
border: 0px;
border-bottom: 2px solid #eef279;
margin-bottom: 8px;
border-radius: 0px;
background-color: transparent;
}
@ -22,14 +20,10 @@ window {
margin-right: 10px;
margin-left: 10px;
border-top: 2px solid transparent;
color: white;
color: #;
background-color: transparent;
}
expander .entry {
margin-left: -15px;
}
#img {
margin-right: 6px;
}
@ -46,23 +40,21 @@ expander .entry {
background-color: transparent;
}
#entry{
#entry {
display: grid;
padding: 1px;
padding-left: 4px;
padding-right: 4px;
margin: 0px;
}
#entry:selected{
background-color: #eef279;
color: #141414;
outline: 0px;
border-radius: 0px;
image { display: block; }
label { display: flex; }
#entry:selected {
}
#text:selected{
background-color: #eef279;
color: #141414;
#text:selected {
outline: 0px;
border-radius: 0px;
}