mirror of
https://github.com/davatorium/rofi.git
synced 2025-11-06 22:54:53 -05:00
Fix build system and include default theme before overriding entries.
* Without default theme, its broken.
This commit is contained in:
parent
45d6f826a5
commit
83a894ae5e
3 changed files with 3 additions and 1 deletions
|
|
@ -274,6 +274,7 @@ theme_DATA=\
|
|||
themes/iggy.rasi\
|
||||
themes/material.rasi\
|
||||
themes/fullscreen-preview.rasi\
|
||||
themes/transparent.rasi\
|
||||
themes/iggy.jpg
|
||||
|
||||
##
|
||||
|
|
|
|||
|
|
@ -307,6 +307,7 @@ install_data(
|
|||
'themes/iggy.rasi',
|
||||
'themes/material.rasi',
|
||||
'themes/iggy.jpg',
|
||||
'themes/transparent.rasi',
|
||||
'themes/fullscreen-preview.rasi',
|
||||
install_dir: themedir
|
||||
)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
* Copyright: killertofus
|
||||
********************************************************************************/
|
||||
|
||||
|
||||
@theme "default"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue