rename panels_cfg to barscfg and change path of /sys/media/pixie/pixie to just /sys/media/pixie

git-svn-id: svn://kolibrios.org@7630 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2019-04-17 08:06:15 +00:00
parent 22678da483
commit 4f577b5e9b
21 changed files with 23 additions and 23 deletions

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

+1 -1
View File
@@ -27,7 +27,7 @@ void LoadIniConfig()
win_y_small = ini.GetInt("win_y_small", -1);
ini.GetString("last_folder", #work_folder, sizeof(work_folder), NULL);
Libimg_LoadImage(#skin, abspath("skin.png"));
Libimg_LoadImage(#skin, abspath("pixieskn.png"));
skin.w = 322;
theme.color_top_panel_bg = 0x242424;
theme.color_top_panel_folder_name = 0xEEEeee;