Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
24aca285
Commit
24aca285
authored
Dec 15, 2010
by
Anton V. Boyarshinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simple but resonable fvwm settings
parent
d4deaf17
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
98 additions
and
0 deletions
+98
-0
branding.spec
branding.spec
+18
-0
.fvwm2rc
fvwm-settings/.fvwm2rc
+80
-0
No files found.
branding.spec
View file @
24aca285
...
@@ -146,6 +146,17 @@ Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "brandi
...
@@ -146,6 +146,17 @@ Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "brandi
%description kde3-settings
%description kde3-settings
KDE3 settings for %Brand %version %Theme
KDE3 settings for %Brand %version %Theme
%package fvwm-settings
Summary: FVWM2 settings for %Brand %version %Theme
License: Distributable
Group: Graphical desktop/FVWM based
Requires: altlinux-menus
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-fvwm-settings ";done )
%description fvwm-settings
FVWM2 settings for %Brand %version %Theme
%package gnome-settings
%package gnome-settings
Summary: GNOME settings for %Brand %version %Theme
Summary: GNOME settings for %Brand %version %Theme
...
@@ -265,6 +276,10 @@ install -m 644 *.png "%buildroot/%_datadir/apps/ksplash/Themes/ALTLinux%Theme/"
...
@@ -265,6 +276,10 @@ install -m 644 *.png "%buildroot/%_datadir/apps/ksplash/Themes/ALTLinux%Theme/"
install -m 644 *.rc "%buildroot/%_datadir/apps/ksplash/Themes/ALTLinux%Theme/"
install -m 644 *.rc "%buildroot/%_datadir/apps/ksplash/Themes/ALTLinux%Theme/"
popd
popd
#fwvm-settings
mkdir -p %buildroot/etc/skel
install -m 644 fvwm-settings/.fvwm2rc %buildroot/etc/skel/
#gnome-settings
#gnome-settings
%define XdgThemeName %Brand %Theme
%define XdgThemeName %Brand %Theme
pushd gnome-settings
pushd gnome-settings
...
@@ -354,6 +369,9 @@ subst "s/Theme=.*/Theme=%theme/" /etc/plymouth/plymouthd.conf
...
@@ -354,6 +369,9 @@ subst "s/Theme=.*/Theme=%theme/" /etc/plymouth/plymouthd.conf
%_sysconfdir/skel/.kde
%_sysconfdir/skel/.kde
%_datadir/apps/ksplash/Themes/*
%_datadir/apps/ksplash/Themes/*
%files fvwm-settings
%_sysconfdir/skel/.fvwm2rc
%files gnome-settings
%files gnome-settings
%_datadir/themes/*
%_datadir/themes/*
#/etc/gnome/xdg/menus/applications-merged/
#/etc/gnome/xdg/menus/applications-merged/
...
...
fvwm-settings/.fvwm2rc
0 → 100644
View file @
24aca285
#
Read "/etc/X11/fvwm/system.fvwm2rc"
Style "*" BorderWidth 5, HandleWidth 6
Style "*" FvwmBorder, FirmBorder
BorderStyle Simple
TitleStyle LeftJustified
TitleStyle -- Raised
ButtonStyle All -- Raised
# window title, inactive and active
# #
Colorset 1 fg black, bg rgb:DA/D4/CF, Plain, NoShape
Colorset 2 fg white, bg rgb:4A/8D/D0, Plain, NoShape
#
# # window borders, inactive and active
# #
Colorset 3 fg black, bg rgb:DA/D4/CF, Plain, NoShape
Colorset 4 fg black, bg rgb:4A/8D/D0, Plain, NoShape
# inactive menu item fg+bg and menu face if any
#
Colorset 5 fg black, bg rgb:C0/C0/C0, Plain, NoShape
#
# # active menu item fg+bg
# #
Colorset 6 fg black, bg rgb:80/98/B0, Plain, NoShape
# # greyed menu item fg
# #
Colorset 7 fg grey48, bg grey48, Plain, NoShape
DefaultColorset 0
Style * Colorset 1
Style * HilightColorset 2
Style * BorderColorset 3
Style * HilightBorderColorset 4
MenuStyle * MenuFace, ActiveFore, HilightBack
MenuStyle * MenuColorset 5, ActiveColorset 6, GreyedColorset 7
FuncFvwmDecorBackground
Style "*" Button 1, Button 2, Button 4, Button 6
Style "*" MWMButtons # button relief follows the state
AddButtonStyle 1 Vector 5 25x40@1 25x60@1 75x60@0 75x40@0 25x40@1
AddButtonStyle 2 Vector 16 20x20@1 30x20@1 50x40@1 70x20@1 80x20@1 80x30@0 60x50@0 80x80@0 70x80@0 50x60@0 30x80@0 20x80@0 20x70@0 40x50@1 20x30@0 20x20@1
AddButtonStyle 4 Vector 4 50x25@1 75x75@0 25x75@0 50x25@1
AddButtonStyle 6 Vector 4 50x75@1 25x25@1 75x25@1 50x75@0
ButtonStyle 1 - Clear MWMDecorMenu
ButtonStyle 2 - Clear
ButtonStyle 4 - Clear MWMDecorMax
ButtonStyle 6 - Clear MWMDecorMin
TitleStyle Height MinHeight 18
# button context modifie function
Mouse 1 1 A FuncFvwmWindowOpsOrAction Delete
MouseXX 2 3 1 A Menu MenuFvwmWindowMove
MouseXX 3 2 1 A Menu MenuFvwmWindowGroupOps
Mouse 0 2 A FuncFvwmDeleteOrDestroy
Mouse 1 2 A Close
Mouse 2 2 A Close
Mouse 3 2 A Destroy
Mouse 1 4 A Maximize 100 100
Mouse 2 4 A Maximize 0 100
Mouse 3 4 A Maximize 100 0
Mouse 1 4 S Maximize grow grow
Mouse 2 4 S Maximize 0 grow
Mouse 3 4 S Maximize grow 0
Mouse 1 6 A Iconify
Mouse 2 6 A FuncFvwmIconifySameResource on
Mouse 3 6 A FuncFvwmIconifySameResource toggle
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment