- Timestamp:
- Sep 8, 2020, 11:30:04 PM (4 years ago)
- Branches:
- master
- Children:
- 8254fe1
- Parents:
- e93b7a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wm/.stumpwmrc
re93b7a8 r2865cf4 22 22 (load-module "app-menu") 23 23 (load-module "swm-gaps") 24 ;;(load-module "screenshot")25 26 ;;(clx-truetype:cache-fonts)27 24 28 25 (print *time-modeline-string*) 29 30 ;; Colors from modus operandi31 (setf *colors*32 '("#454545" ; 033 "#a60000" ; 134 "#005e00" ; 235 "#813e00" ; 336 "#0033c0" ; 437 "#721045" ; 538 "#00538b" ; 639 "#191919" ; 740 "#f0f0f0" ; 841 "khaki3"))42 (update-color-map (current-screen))43 26 44 27 (setf *mode-line-pad-x* 0 … … 56 39 *hidden-window-color* "" 57 40 *cpu-modeline-fmt* "%C" 58 *mode-line-background-color* "# e0e0e0"41 *mode-line-background-color* "#2d2d2d" 59 42 *startup-mode-line* t 60 43 *window-name-source* :class 61 *delim* " ^ 4::^0"44 *delim* " ^2::^7 " 62 45 *screen-mode-line-format* (list 63 46 ;; Windows 64 "^ 4%v ^>"47 "^7%v ^>" 65 48 ;; CPU 66 "^ 0%C" *delim*49 "^7%C" *delim* 67 50 ;; RAM 68 51 "%M" *delim* … … 74 57 75 58 (set-normal-gravity :top) 76 ;;(set-win-bg-color "#2d2d2d")59 (set-win-bg-color "#2d2d2d") 77 60 78 61 (defcommand icecat () () … … 158 141 ;; ;; Show / Hide mode-line 159 142 ;; (define-key *root-map* (kbd "M") "mode-line") 160 161
Note:
See TracChangeset
for help on using the changeset viewer.