Changeset 2865cf4 in dotfiles for wm


Ignore:
Timestamp:
Sep 8, 2020, 11:30:04 PM (4 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
8254fe1
Parents:
e93b7a8
Message:

Move back to tomorrow nighties theme and terminus font

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wm/.stumpwmrc

    re93b7a8 r2865cf4  
    2222(load-module "app-menu")
    2323(load-module "swm-gaps")
    24 ;;(load-module "screenshot")
    25 
    26 ;;(clx-truetype:cache-fonts)
    2724
    2825(print *time-modeline-string*)
    29 
    30 ;; Colors from modus operandi
    31 (setf *colors*
    32       '("#454545"                 ; 0
    33         "#a60000"                 ; 1
    34         "#005e00"                 ; 2
    35         "#813e00"                 ; 3
    36         "#0033c0"                 ; 4
    37         "#721045"                 ; 5
    38         "#00538b"                 ; 6
    39         "#191919"                 ; 7
    40         "#f0f0f0"                 ; 8
    41         "khaki3"))
    42 (update-color-map (current-screen))
    4326
    4427(setf *mode-line-pad-x* 0
     
    5639      *hidden-window-color* ""
    5740      *cpu-modeline-fmt* "%C"
    58       *mode-line-background-color* "#e0e0e0"
     41      *mode-line-background-color* "#2d2d2d"
    5942      *startup-mode-line* t
    6043      *window-name-source* :class
    61       *delim* " ^4::^0 "     
     44      *delim* " ^2::^7 "     
    6245      *screen-mode-line-format* (list
    6346                                 ;; Windows
    64                                  "^4%v  ^>"
     47                                 "^7%v  ^>"
    6548                                 ;; CPU
    66                                  "^0%C" *delim*
     49                                 "^7%C" *delim*
    6750                                 ;; RAM
    6851                                 "%M" *delim*
     
    7457
    7558(set-normal-gravity :top)
    76 ;;(set-win-bg-color "#2d2d2d")
     59(set-win-bg-color "#2d2d2d")
    7760
    7861(defcommand icecat () ()
     
    158141;; ;; Show / Hide mode-line
    159142;; (define-key *root-map* (kbd "M") "mode-line")
    160 
    161 
Note: See TracChangeset for help on using the changeset viewer.