Add nwg-drawer config
This commit is contained in:
parent
de5ed27329
commit
0add195590
3 changed files with 42 additions and 0 deletions
34
etc/skel/.config/nwg-drawer/drawer.css
Normal file
34
etc/skel/.config/nwg-drawer/drawer.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
window {
|
||||
background-color: #24273a;
|
||||
color: #cad3f5
|
||||
}
|
||||
|
||||
/* search entry */
|
||||
entry {
|
||||
background-color: #363a4f
|
||||
}
|
||||
|
||||
button, image {
|
||||
background: none;
|
||||
border: none
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #5b6078
|
||||
}
|
||||
|
||||
/* in case you wanted to give category buttons a different look */
|
||||
#category-button {
|
||||
margin: 0 10px 0 10px
|
||||
}
|
||||
|
||||
#pinned-box {
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 1px dotted gray
|
||||
}
|
||||
|
||||
#files-box {
|
||||
padding: 5px;
|
||||
border: 1px dotted gray;
|
||||
border-radius: 15px
|
||||
}
|
0
etc/skel/.config/nwg-drawer/excluded-dirs
Normal file
0
etc/skel/.config/nwg-drawer/excluded-dirs
Normal file
8
etc/skel/.config/nwg-drawer/preferred-apps.json
Normal file
8
etc/skel/.config/nwg-drawer/preferred-apps.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"\\.pdf$": "zathura",
|
||||
"\\.svg$": "inkscape",
|
||||
"\\.(jpg|png|tiff|gif)$": "imv",
|
||||
"\\.(mp3|ogg|flac|wav|wma)$": "musikcube",
|
||||
"\\.(avi|mp4|mkv|mov|wav)$": "mpv",
|
||||
"\\.(doc|docx|xls|xlsx)$": "libreoffice"
|
||||
}
|
Loading…
Add table
Reference in a new issue