Bar update & other minor tweaks

lightmode
E. Almqvist 2 years ago
parent b186c72426
commit 9362b2209e
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 5
      emacs/.config/emacs/init.el
  2. 2
      eww/.config/eww/eww.yuck
  3. 3
      oh-my-zsh/.oh-my-zsh/aliases.sh

@ -37,7 +37,7 @@
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(custom-safe-themes '(custom-safe-themes
'("e3daa8f18440301f3e54f2093fe15f4fe951986a8628e98dcd781efbec7a46f2" "7a424478cb77a96af2c0f50cfb4e2a88647b3ccca225f8c650ed45b7f50d9525" "02f57ef0a20b7f61adce51445b68b2a7e832648ce2e7efb19d217b6454c1b644" "a44e2d1636a0114c5e407a748841f6723ed442dc3a0ed086542dc71b92a87aee" "7e377879cbd60c66b88e51fad480b3ab18d60847f31c435f15f5df18bdb18184" default)) '("e1f4f0158cd5a01a9d96f1f7cdcca8d6724d7d33267623cc433fe1c196848554" "da75eceab6bea9298e04ce5b4b07349f8c02da305734f7c0c8c6af7b5eaa9738" "2dd4951e967990396142ec54d376cced3f135810b2b69920e77103e0bcedfba9" "e3daa8f18440301f3e54f2093fe15f4fe951986a8628e98dcd781efbec7a46f2" "7a424478cb77a96af2c0f50cfb4e2a88647b3ccca225f8c650ed45b7f50d9525" "02f57ef0a20b7f61adce51445b68b2a7e832648ce2e7efb19d217b6454c1b644" "a44e2d1636a0114c5e407a748841f6723ed442dc3a0ed086542dc71b92a87aee" "7e377879cbd60c66b88e51fad480b3ab18d60847f31c435f15f5df18bdb18184" default))
'(elcord-display-buffer-details nil) '(elcord-display-buffer-details nil)
'(elcord-display-elapsed t) '(elcord-display-elapsed t)
'(elcord-editor-icon "emacs_material_icon") '(elcord-editor-icon "emacs_material_icon")
@ -45,8 +45,9 @@
'(elcord-idle-timer 300) '(elcord-idle-timer 300)
'(elcord-quiet t) '(elcord-quiet t)
'(elcord-use-major-mode-as-main-icon nil) '(elcord-use-major-mode-as-main-icon nil)
'(evil-undo-system 'undo-redo)
'(package-selected-packages '(package-selected-packages
'(evil-smartparens smartparens web-mode sublimity typescript-mode glsl-mode format-all hl-todo elcord evil-tabs evil-commentary format-all auto-complete editorconfig haskell-mode counsel ivy go-mode rust-mode use-package treemacs-evil treemacs projectile doom-themes lsp-mode evil))) '(ligature evil-smartparens smartparens web-mode sublimity typescript-mode glsl-mode format-all hl-todo elcord evil-tabs evil-commentary format-all auto-complete editorconfig haskell-mode counsel ivy go-mode rust-mode use-package treemacs-evil treemacs projectile doom-themes lsp-mode evil)))
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.

@ -85,7 +85,7 @@
;; Quit WM (goto login manager) ;; Quit WM (goto login manager)
(button :class "icon quit" (button :class "icon quit"
:tooltip "Logout" :tooltip "Logout"
:onclick "killall xmonad-x86_64-linux" "") :onclick "loginctl kill-session $XDG_SESSION_ID" "")
;; Reboot ;; Reboot
(button :class "icon reboot" (button :class "icon reboot"

@ -15,3 +15,6 @@ alias todo="task"
# Laptop stuff # Laptop stuff
alias setbri="xrandr --output eDP-1 --brightness" alias setbri="xrandr --output eDP-1 --brightness"
# Cringe
alias gdb-multiarch="arm-none-eabi-gdb"

Loading…
Cancel
Save