Compare commits
No commits in common. "6ce7df00d1673a9249425fb2615cca648916d95b" and "07ff4602bfc5b98cc020c6ebcf2a0510d54d4edd" have entirely different histories.
6ce7df00d1
...
07ff4602bf
|
@ -0,0 +1,35 @@
|
||||||
|
Config { overrideRedirect = False
|
||||||
|
, font = "xft:FiraCode Nerd Font:size=10",
|
||||||
|
additionalFonts = [ "xft:FiraCode Nerd Font:bold:pixelsize=19:antialias=true:hinting=true"
|
||||||
|
, "xft:FiraCode Nerd Font:bold:pixelsize=25:antialias=true:hinting=true"
|
||||||
|
, "xft:FiraCode Nerd Font:bold:pixelsize=20:antialias=true:hinting=true" ]
|
||||||
|
|
||||||
|
, bgColor = "#05151A"
|
||||||
|
, fgColor = "#c8c1c1"
|
||||||
|
, position = TopW L 100
|
||||||
|
, iconRoot = ".config/xmobar/xpm/"
|
||||||
|
, commands = [Run Cpu
|
||||||
|
[ "--template", "<total>%"
|
||||||
|
,"-w", "2"
|
||||||
|
] 10
|
||||||
|
, Run Alsa "default" "Master"
|
||||||
|
[ "--template", "<volumestatus>"
|
||||||
|
, "--suffix" , "True"
|
||||||
|
, "--"
|
||||||
|
, "--on", ""
|
||||||
|
]
|
||||||
|
, Run Memory ["--template", "<used>"] 10
|
||||||
|
, Run Date "%a %Y-%m-%d<fn=2><fc=#05151A,#595A62:0></fc></fn><fc=#817F8A,#05151A:0>%H:%M</fc>" "date" 10
|
||||||
|
, Run XMonadLog
|
||||||
|
, Run Com "get_music_info" [] "" 10
|
||||||
|
, Run Com "wttr" [] "" 360
|
||||||
|
]
|
||||||
|
, sepChar = "%"
|
||||||
|
, alignSep = "}{"
|
||||||
|
, template = " <fn=2> </fn>%XMonadLog% }{\
|
||||||
|
\<fn=2><fc=#595A62,#05151A:0></fc></fn><fc=#c8c1c1,#595A62:0>%get_music_info%</fc>\
|
||||||
|
\<fn=2><fc=#05151A,#595A62:0></fc></fn><fc=#c8c1c1,#05151A:0><fn=1><fc=#595A62> </fc></fn>%alsa:default:Master%</fc>\
|
||||||
|
\<fn=2><fc=#595A62,#05151A:0></fc></fn><fc=#c8c1c1,#595A62:0><fn=1><fc=#05151A,#595A62:0> </fc></fn>%cpu%</fc>\
|
||||||
|
\<fn=2><fc=#05151A,#595A62:0></fc></fn><fc=#c8c1c1,#05151A:0><fn=1><fc=#595A62> </fc></fn>%memory%</fc>\
|
||||||
|
\<fn=2><fc=#595A62,#05151A:0></fc></fn><fc=#c8c1c1,#595A62:0>%date%</fc>\
|
||||||
|
\<fn=2><fc=#595A62,#05151A:0></fc></fn><fc=#c8c1c1,#595A62:0>%wttr%</fc>"
|
|
@ -25,7 +25,7 @@
|
||||||
;; There are two ways to load a theme. Both assume the theme is installed and
|
;; There are two ways to load a theme. Both assume the theme is installed and
|
||||||
;; available. You can either set `doom-theme' or manually load a theme with the
|
;; available. You can either set `doom-theme' or manually load a theme with the
|
||||||
;; `load-theme' function. This is the default:
|
;; `load-theme' function. This is the default:
|
||||||
(setq doom-theme 'ewal-doom-one)
|
(setq doom-theme 'doom-henna)
|
||||||
|
|
||||||
;; If you use `org' and don't want your org files in the default location below,
|
;; If you use `org' and don't want your org files in the default location below,
|
||||||
;; change `org-directory'. It must be set before org loads!
|
;; change `org-directory'. It must be set before org loads!
|
||||||
|
@ -72,14 +72,3 @@
|
||||||
(map! :leader
|
(map! :leader
|
||||||
:desc "Magit Push"
|
:desc "Magit Push"
|
||||||
"g P" #'magit-push-current-to-pushremote)
|
"g P" #'magit-push-current-to-pushremote)
|
||||||
|
|
||||||
|
|
||||||
(require 'ox-latex)
|
|
||||||
(add-to-list 'org-latex-packages-alist '("" "minted"))
|
|
||||||
(add-to-list 'org-latex-packages-alist '("" "listingsutf8"))
|
|
||||||
(setq org-latex-listings 'minted)
|
|
||||||
|
|
||||||
(setq org-latex-pdf-process
|
|
||||||
'("pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"
|
|
||||||
"pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"
|
|
||||||
"pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"))
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
'(ansi-color-names-vector
|
'(ansi-color-names-vector
|
||||||
["#282828" "#fb4934" "#b8bb26" "#fabd2f" "#83a598" "#cc241d" "#8ec07c" "#ebdbb2"])
|
["#282828" "#fb4934" "#b8bb26" "#fabd2f" "#83a598" "#cc241d" "#8ec07c" "#ebdbb2"])
|
||||||
'(custom-safe-themes
|
'(custom-safe-themes
|
||||||
'("8a379e7ac3a57e64de672dd744d4730b3bdb88ae328e8106f95cd81cbd44e0b6" "6c531d6c3dbc344045af7829a3a20a09929e6c41d7a7278963f7d3215139f6a7" default))
|
'("6c531d6c3dbc344045af7829a3a20a09929e6c41d7a7278963f7d3215139f6a7" default))
|
||||||
'(exwm-floating-border-color "#504945")
|
'(exwm-floating-border-color "#504945")
|
||||||
'(fci-rule-color "#7c6f64")
|
'(fci-rule-color "#7c6f64")
|
||||||
'(highlight-tail-colors ((("#363627" "#363627") . 0) (("#323730" "#323730") . 20)))
|
'(highlight-tail-colors ((("#363627" "#363627") . 0) (("#323730" "#323730") . 20)))
|
||||||
|
|
|
@ -139,7 +139,7 @@
|
||||||
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
|
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
|
||||||
;;javascript ; all(hope(abandon(ye(who(enter(here))))))
|
;;javascript ; all(hope(abandon(ye(who(enter(here))))))
|
||||||
;;julia ; a better, faster MATLAB
|
;;julia ; a better, faster MATLAB
|
||||||
(kotlin +lsp) ; a better, slicker Java(Script)
|
;;kotlin ; a better, slicker Java(Script)
|
||||||
;;latex ; writing papers in Emacs has never been so fun
|
;;latex ; writing papers in Emacs has never been so fun
|
||||||
;;lean ; for folks with too much to prove
|
;;lean ; for folks with too much to prove
|
||||||
;;ledger ; be audit you can be
|
;;ledger ; be audit you can be
|
||||||
|
|
|
@ -49,5 +49,3 @@
|
||||||
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
||||||
;(unpin! t)
|
;(unpin! t)
|
||||||
(package! exec-path-from-shell)
|
(package! exec-path-from-shell)
|
||||||
(package! ewal)
|
|
||||||
(package! ewal-doom-themes)
|
|
||||||
|
|
|
@ -6,4 +6,3 @@
|
||||||
!.config/xmonad
|
!.config/xmonad
|
||||||
!.config/xmobar/*
|
!.config/xmobar/*
|
||||||
!.config/fish/*
|
!.config/fish/*
|
||||||
.config/xmobar/xmobarrc
|
|
||||||
|
|
Loading…
Reference in New Issue