Updated packages list

This commit is contained in:
Roger Gonzalez 2021-10-12 10:05:58 -03:00
parent 2af057ff88
commit e227156a75
7 changed files with 69 additions and 45 deletions

View File

@ -1,9 +1,16 @@
brave-bin
cb-psc-sensor
debtap
ferdi-bin
gitflow-avh
logiops-git
mullvad-vpn-beta-bin
nerd-fonts-mononoki
noto-fonts-emoji-flags
slack-electron
openvpn-update-resolv-conf-git
openvpn-update-systemd-resolved
postman-bin
slack-desktop
spotify
xwobf-git
zoom

View File

@ -178,6 +178,7 @@ workspace $ws3 output primary
workspace $ws5 output primary
workspace $ws7 output primary
workspace $ws9 output primary
workspace $ws2 output HDMI1
workspace $ws4 output HDMI1
workspace $ws6 output HDMI1

View File

@ -28,7 +28,7 @@ with open(f"{home}.config/polybar/coins.svg", "r", encoding="utf-8") as icons:
for coin in args.coins:
get = requests.get(
f"https://api.coinranking.com/v1/public/coins?prefix={coin}&base={args.base}").json()["data"]
f"https://api.coinranking.com/v1/public/coins?prefix={coin}&base={args.base}&x-access-token=i-have-to-migrate-to-v2").json()["data"]
price_float = round(float(get["coins"][0]["price"]), args.decimals)
current_price = get["base"]["sign"] + str(price_float)
change = get["coins"][0]["change"]

View File

@ -109,6 +109,7 @@
;; Removes mouse from code
;; (mouse-avoidance-mode "animate")
;; Org Mode
(after! org
;; Include diary
@ -129,7 +130,8 @@
( "WAIT" (:background "red" :weight bold))
( "SOMEDAY" . (:foreground "white" :background "#00807E" :weight bold))
( "DONE" . (:foreground "white" :background "forest green" :weight bold))
( "CANCELLED" . (:foreground "light gray" :slant italic))));; Priorities
( "CANCELLED" . (:foreground "light gray" :slant italic))))
;; Priorities
;; A: Do it now
;; B: Decide when to do it
;; C: Delegate it
@ -141,6 +143,7 @@
(?B . (:foreground "white" :background "dark green" :weight bold))
(?C . (:foreground "yellow"))
(?D . (:foreground "gray"))))
;; Capture templates
(setq org-capture-templates
(quote
@ -153,39 +156,16 @@
("ps" "Scheduled" entry
(file+headline "~/org/personal.org" "Captured")
(file "~/org/templates/scheduled-task.txt"))
("pl" "Logbook entry for Personal" entry (file+datetree "logbook-personal.org") "** %U - %^{Activity} :LOG:")
;; Massive templates
("m" "Templates for Massive")
("mc" "Templates for CocaCola")
("mcr" "Non-scheduled" entry
(file+headline "~/org/Massive/CocaCola/cocacola.org" "Captured")
(file "~/org/templates/basic-task.txt"))
("mcs" "Scheduled" entry
(file+headline "~/org/Massive/CocaCola/cocacola.org" "Captured")
(file "~/org/templates/scheduled-task.txt"))
("mcm" "New daily meeting" entry
(file+datetree "~/org/Massive/CocaCola/coca-dailies.org")
(file "~/org/templates/meeting.txt"))
("mck" "New Kafein mistake" entry
(file+datetree "~/org/Massive/CocaCola/kafein-errors.org")
(file "~/org/templates/kafein-errors.txt"))
("ml" "Logbook entry for Massive" entry (file+datetree "logbook-work.org") "** %U - %^{Activity} :LOG:")
;; Tarmac templates
("t" "Templates for Tarmac")
("tv" "Templates for Volition")
("tvr" "Non-scheduled" entry
("pl" "Logbook entry for Personal" entry (file+olp+datetree "logbook-personal.org") "** %U - %^{Tags}\n%?")
;; Lazer templates
("l" "Templates for Lazer")
("lc" "Templates for Certn")
("lct" "Tasks" entry
(file+headline "~/org/Tarmac/Volition/volition.org" "Captured")
(file "~/org/templates/basic-task.txt"))
("tvs" "Scheduled" entry
(file+headline "~/org/Tarmac/Volition/volition.org" "Captured")
(file "~/org/templates/scheduled-task.txt"))
("tvt" "New standup" entry
(file+datetree "~/org/Tarmac/Volition/standups.org")
(file "~/org/templates/standup.txt"))
("tve" "New EOD email" entry
(file+datetree "~/org/Tarmac/Volition/eod-emails.org")
(file "~/org/templates/tarmac-eod-email-template.txt"))
("tl" "Logbook entry for Tarmac" entry (file+datetree "~/org/Tarmac/logbook-tarmac.org") "** %U - %^{Activity} :LOG:")
("lcs" "Spike" entry (file certn/new-spike) (file "~/org/templates/spike.txt"))
("lcl" "Logbook entry for Certn" entry (file+olp+datetree "~/org/Lazer/Certn/logbook-certn.org") "** %U - %^{Tags}\n%?")
("ll" "Logbook entry for Lazer" entry (file+olp+datetree "~/org/Lazer/logbook-lazer.org") "** %U - %^{Tags}\n%?")
)))
;; Enforce ordered tasks
(setq org-enforce-todo-dependencies t)
@ -209,12 +189,23 @@
(require 'auto-virtualenv)
(after! python
:init
;; (setq lsp-pyls-plugins-pylint-enabled t)
;; (setq lsp-pyls-plugins-autopep8-enabled nil)
;; (setq lsp-pyls-plugins-pyflakes-enabled nil)
;; (setq lsp-pyls-plugins-pycodestyle-enabled nil)
;; (setq lsp-pyls-configuration-sources "pep8")
;; (add-hook 'before-save-hook 'lsp-format-buffer)
(add-hook 'python-mode-hook 'auto-virtualenv-set-virtualenv))
(add-hook 'prog-mode-hook (lambda () (symbol-overlay-mode t)))
(setq enable-local-variables :all)
;; (use-package python-pytest
;; :custom
;; (python-pytest-executable "/home/roger/code/lazer/certn/api_server/.docker-python-tests.sh"))
(elpy-enable)
(after! elpy
(set-company-backend! 'elpy-mode
'(elpy-company-backend :with company-files company-yasnippet)))
(setq elpy-rpc-timeout 10)
(defun certn/new-spike ()
"Create a new org spike in ~/org/Lazer/Certn/."
(interactive)
(let ((name (read-string "Ticket: ")))
(expand-file-name (format "%s.org" name) "~/org/Lazer/Certn/Spikes")))

View File

@ -39,7 +39,7 @@
;;minimap ; show a map of the code on the side
modeline ; snazzy, Atom-inspired modeline, plus API
;;nav-flash ; blink cursor line after big motions
;; neotree ; a project drawer, like NERDTree for vim
neotree ; a project drawer, like NERDTree for vim
ophints ; highlight the region an operation acts on
(popup +defaults) ; tame sudden yet inevitable temporary windows
;;tabs ; a tab bar for Emacs

View File

@ -53,4 +53,5 @@
(package! org-bullets)
(package! idle-highlight-mode)
(package! symbol-overlay)
(package! elpy)
;; (package! lsp-python-ms :disable t)

View File

@ -5,7 +5,7 @@ acpilight
adobe-source-han-sans-cn-fonts
adobe-source-han-sans-jp-fonts
adobe-source-han-sans-kr-fonts
adobe-source-sans-pro-fonts
adobe-source-sans-fonts
alacritty
alsa-firmware
alsa-utils
@ -24,21 +24,25 @@ blueberry
blueman
bluez-utils
bmenu
brave
btrfs-progs
bzip2
calibre
celluloid
cmake
cmatrix
coreutils
cpupower
crda
cronie
cryptsetup
cups
dbeaver
dbus-x11
device-mapper
dhclient
dhcpcd
diffutils
discord
dmidecode
dmraid
dnsmasq
@ -50,6 +54,7 @@ ecryptfs-utils
efibootmgr
emacs
engrampa
evince
evolution
exa
exfat-utils
@ -61,10 +66,13 @@ ffmpeg
ffmpegthumbnailer
file
filesystem
filezilla
findutils
firefox
fish
flex
freetype2
galculator
garcon
gawk
gcc
@ -96,6 +104,8 @@ gzip
haveged
htop
hugo
hunspell-en_us
hunspell-es_ve
i3-gaps
i3lock
inetutils
@ -107,6 +117,7 @@ iputils
ipw2100-fw
ipw2200-fw
jfsutils
jq
keepassxc
ledger-live-bin
less
@ -134,6 +145,7 @@ linux510
logrotate
lollypop
lsb-release
lsof
lvm2
lxappearance
m4
@ -168,7 +180,9 @@ modemmanager
mousepad
mtpfs
mugshot
mupdf-tools
nano
neofetch
network-manager-applet
networkmanager
networkmanager-openconnect
@ -209,10 +223,11 @@ psmisc
pulseaudio-bluetooth
pulseaudio-ctl
pulseaudio-zeroconf
pycharm-community-edition
python-pip
python-virtualenv
qpdfview
reiserfsprogs
ripgrep
rofi
rsync
s-nail
@ -222,23 +237,31 @@ scrot
sed
shadow
signal-desktop
simple-scan
spectre-meltdown-checker
speedtest-cli
squashfs-tools
steam-manjaro
sudo
sysfsutils
system-config-printer
systemd-fsck-silent
systemd-sysvcompat
tar
telegram-desktop
terminus-font
texinfo
texlive-bin
the_silver_searcher
thunar
thunar-archive-plugin
thunar-media-tags-plugin
thunar-volman
thunderbird
tk
tlp
transmission-gtk
tree
ttf-dejavu
tumbler
udiskie
@ -255,6 +278,8 @@ vulkan-intel
vulkan-radeon
wget
which
whois
wine
wpa_supplicant
xclip
xcursor-simpleandsoft
@ -296,6 +321,5 @@ xorg-xkill
yarn
yay
youtube-dl
zathura
zensu
zsh