diff options
| -rw-r--r-- | fvwm/.fvwm/config | 7 | ||||
| -rw-r--r-- | fvwm/.fvwm/themes/modus-operandi.sys | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/fvwm/.fvwm/config b/fvwm/.fvwm/config index d2af2c1..6659a08 100644 --- a/fvwm/.fvwm/config +++ b/fvwm/.fvwm/config @@ -292,9 +292,9 @@ Style ConfirmQuit !Title, PositionPlacement Center, WindowListSkip, Layer 6 Style FvwmIdent WindowListSkip Style st MiniIcon teacup.png, Icon teacup-big.png, EWMHMiniIconOverride -Style emacs MiniIcon emacs_16.png, IconOverride, Icon emacs_icon.svg:50x50, EWMHMiniIconOverride -Style * Font "xft:Iosevka Comfy Motion:Thin:size=14:antialias=True" -Style * FPGrabFocus +Style urxvt MiniIcon teacup.png, Icon teacup-big.png, EWMHMiniIconOverride +Style emacs MiniIcon emacs_16.png, IconOverride, Icon emacs_icon.svg:50x50, EWMHMiniIconOverride, FPGrabFocus +Style * Font "xft:Iosevka Comfy Motion:Thin:size=16:antialias=True" ## Program styles ####### @@ -361,6 +361,7 @@ Test (x emacs) + "&Timers%Furoisu (bath chair)-24x24.png%" Exec exec emacsclient + "&Color Themes%Gunsen-24x24.png%" Popup MenuThemes + "" Nop + "&Power%Futon (bed)-24x24.png%" Popup MenuPower ++ "&Lock%Andon (lantern)-24x24.png%" Exec exec xscreensaver-command -lock # Programs Menu # diff --git a/fvwm/.fvwm/themes/modus-operandi.sys b/fvwm/.fvwm/themes/modus-operandi.sys index 820e2e2..666a577 100644 --- a/fvwm/.fvwm/themes/modus-operandi.sys +++ b/fvwm/.fvwm/themes/modus-operandi.sys @@ -17,6 +17,9 @@ Colorset 14 fg #ffffff, bg #005077, hi #aaaaaa, sh #999999, Plain, NoShape # dock buttons Colorset 15 fg #000000, bg #ffffff, hi, sh, Plain, Noshape -AddButtonStyle 6 Active Pixmap minimize__000000.svg:20x20 -AddButtonStyle 4 Active Pixmap maximize__000000.svg:20x20 -AddButtonStyle 2 Active Pixmap close__000000.svg:20x20
\ No newline at end of file +AddButtonStyle 6 Inactive Pixmap minimize__CFBCBA.svg:20x20 +AddButtonStyle 4 Inactive Pixmap maximize__CFBCBA.svg:20x20 +AddButtonStyle 2 Inactive Pixmap close__CFBCBA.svg:20x20 +AddButtonStyle 6 Pixmap minimize__000000.svg:20x20 +AddButtonStyle 4 Pixmap maximize__000000.svg:20x20 +AddButtonStyle 2 Pixmap close__000000.svg:20x20
\ No newline at end of file |
