Import desktop configs
This commit is contained in:
parent
47b376a612
commit
c0eee93642
10 changed files with 1380 additions and 1 deletions
16
configs/wofi/config
Normal file
16
configs/wofi/config
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
width=900
|
||||
height=600
|
||||
location=center
|
||||
show=drun
|
||||
prompt=Buscar...
|
||||
filter_rate=100
|
||||
allow_markup=true
|
||||
no_actions=true
|
||||
halign=fill
|
||||
orientation=vertical
|
||||
content_halign=fill
|
||||
insensitive=true
|
||||
allow_images=true
|
||||
image_size=30
|
||||
gtk_dark=true
|
||||
layer=overlay
|
||||
16
configs/wofi/menu
Normal file
16
configs/wofi/menu
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Config for wofi-wifi-menu
|
||||
|
||||
# position values:
|
||||
# 1 2 3
|
||||
# 8 0 4
|
||||
# 7 6 5
|
||||
POSITION=3
|
||||
|
||||
# y-offset
|
||||
YOFF=15
|
||||
|
||||
# x-offset
|
||||
XOFF=-30
|
||||
|
||||
# fields to be displayed
|
||||
FIELDS=SSID,IN-USE,BARS,SECURITY
|
||||
6
configs/wofi/menu.css
Normal file
6
configs/wofi/menu.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
@import ".config/wofi/style.css";
|
||||
|
||||
window {
|
||||
font-family: "FiraCode Nerd Font Mono";
|
||||
font-size: 13px;
|
||||
}
|
||||
65
configs/wofi/style.css
Normal file
65
configs/wofi/style.css
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
* {
|
||||
font-family: "Fira Code Nerd Font";
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
window {
|
||||
margin: 0px;
|
||||
border: solid 3px #8be9fd;
|
||||
border-radius: 10px;
|
||||
background-origin: border-box;
|
||||
background-clip: padding-box, border-box;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: #f2f3f7;
|
||||
border-radius: 10px;
|
||||
background-color: #44475a;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
background-color: #282a36;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
background-color: #282a36;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#text {
|
||||
border-radius: 15px;
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
#entry.activatable #text {
|
||||
color: #282a36;
|
||||
}
|
||||
|
||||
#entry > * {
|
||||
color: #f8f8f2;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
border-radius: 15px;
|
||||
background-color: #44475a;
|
||||
}
|
||||
|
||||
#entry:selected #text {
|
||||
border-radius: 15px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue