summaryrefslogtreecommitdiffstats
path: root/perl-install/share/diskdrake.rc
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/diskdrake.rc')
-rw-r--r--perl-install/share/diskdrake.rc34
1 files changed, 19 insertions, 15 deletions
diff --git a/perl-install/share/diskdrake.rc b/perl-install/share/diskdrake.rc
index ffbf762b1..06bdee053 100644
--- a/perl-install/share/diskdrake.rc
+++ b/perl-install/share/diskdrake.rc
@@ -1,26 +1,23 @@
-binding "bind"
-{
- bind "m" {
- "clicked" ("Mount")
- }
-}
-
style "font"
{
- font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
+ fontset = "-*-*-medium-r-normal-*-8-*-*-*-*-*-iso8859-1,*-r-*"
}
-
-
style "red" = "font"
{
bg[NORMAL] = { 1.0, 0, 0 }
bg[PRELIGHT] = { 0.9, 0, 0 }
}
+style "darkred" = "font"
+{
+ bg[NORMAL] = { 0.7, 0, 0 }
+ bg[PRELIGHT] = { 0.6, 0, 0 }
+}
style "green" = "font"
{
bg[NORMAL] = { 0, 1.0, 0 }
bg[PRELIGHT] = { 0, 0.9, 0 }
+ fg[NORMAL] = { 0, 0, 0 }
}
style "blue" = "font"
{
@@ -30,10 +27,17 @@ style "blue" = "font"
style "white" = "font"
{
bg[NORMAL] = { 1.0, 1.0, 1.0 }
+ bg[PRELIGHT] = { 0.67, 0.67, 0.67 }
+ fg[NORMAL] = { 0, 0, 0 }
}
-widget "*PART_*" binding "bind"
-widget "*Linux*" style "red"
-widget "*Linux swap" style "green"
-widget "*DOS*" style "blue"
-widget "*Empty*" style "white"
+widget "*Linux*" style "red"
+widget "*Ext2*" style "red"
+widget "*ReiserFS*" style "darkred"
+widget "*Linux swap*" style "green"
+widget "*Swap*" style "green"
+widget "*FAT*" style "blue"
+widget "*SunOS*" style "blue"
+widget "*NT NTFS*" style "blue"
+widget "*Empty*" style "white"
+widget "*Other*" style "font"