Updated packages list
This commit is contained in:
parent
2af057ff88
commit
e227156a75
@ -1,9 +1,16 @@
|
|||||||
|
brave-bin
|
||||||
|
cb-psc-sensor
|
||||||
|
debtap
|
||||||
ferdi-bin
|
ferdi-bin
|
||||||
|
gitflow-avh
|
||||||
logiops-git
|
logiops-git
|
||||||
mullvad-vpn-beta-bin
|
mullvad-vpn-beta-bin
|
||||||
nerd-fonts-mononoki
|
nerd-fonts-mononoki
|
||||||
noto-fonts-emoji-flags
|
noto-fonts-emoji-flags
|
||||||
slack-electron
|
openvpn-update-resolv-conf-git
|
||||||
|
openvpn-update-systemd-resolved
|
||||||
|
postman-bin
|
||||||
|
slack-desktop
|
||||||
spotify
|
spotify
|
||||||
xwobf-git
|
xwobf-git
|
||||||
zoom
|
zoom
|
||||||
|
@ -178,6 +178,7 @@ workspace $ws3 output primary
|
|||||||
workspace $ws5 output primary
|
workspace $ws5 output primary
|
||||||
workspace $ws7 output primary
|
workspace $ws7 output primary
|
||||||
workspace $ws9 output primary
|
workspace $ws9 output primary
|
||||||
|
|
||||||
workspace $ws2 output HDMI1
|
workspace $ws2 output HDMI1
|
||||||
workspace $ws4 output HDMI1
|
workspace $ws4 output HDMI1
|
||||||
workspace $ws6 output HDMI1
|
workspace $ws6 output HDMI1
|
||||||
|
@ -28,7 +28,7 @@ with open(f"{home}.config/polybar/coins.svg", "r", encoding="utf-8") as icons:
|
|||||||
|
|
||||||
for coin in args.coins:
|
for coin in args.coins:
|
||||||
get = requests.get(
|
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)
|
price_float = round(float(get["coins"][0]["price"]), args.decimals)
|
||||||
current_price = get["base"]["sign"] + str(price_float)
|
current_price = get["base"]["sign"] + str(price_float)
|
||||||
change = get["coins"][0]["change"]
|
change = get["coins"][0]["change"]
|
||||||
|
@ -109,6 +109,7 @@
|
|||||||
;; Removes mouse from code
|
;; Removes mouse from code
|
||||||
;; (mouse-avoidance-mode "animate")
|
;; (mouse-avoidance-mode "animate")
|
||||||
|
|
||||||
|
|
||||||
;; Org Mode
|
;; Org Mode
|
||||||
(after! org
|
(after! org
|
||||||
;; Include diary
|
;; Include diary
|
||||||
@ -129,7 +130,8 @@
|
|||||||
( "WAIT" (:background "red" :weight bold))
|
( "WAIT" (:background "red" :weight bold))
|
||||||
( "SOMEDAY" . (:foreground "white" :background "#00807E" :weight bold))
|
( "SOMEDAY" . (:foreground "white" :background "#00807E" :weight bold))
|
||||||
( "DONE" . (:foreground "white" :background "forest green" :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
|
;; A: Do it now
|
||||||
;; B: Decide when to do it
|
;; B: Decide when to do it
|
||||||
;; C: Delegate it
|
;; C: Delegate it
|
||||||
@ -141,6 +143,7 @@
|
|||||||
(?B . (:foreground "white" :background "dark green" :weight bold))
|
(?B . (:foreground "white" :background "dark green" :weight bold))
|
||||||
(?C . (:foreground "yellow"))
|
(?C . (:foreground "yellow"))
|
||||||
(?D . (:foreground "gray"))))
|
(?D . (:foreground "gray"))))
|
||||||
|
|
||||||
;; Capture templates
|
;; Capture templates
|
||||||
(setq org-capture-templates
|
(setq org-capture-templates
|
||||||
(quote
|
(quote
|
||||||
@ -153,39 +156,16 @@
|
|||||||
("ps" "Scheduled" entry
|
("ps" "Scheduled" entry
|
||||||
(file+headline "~/org/personal.org" "Captured")
|
(file+headline "~/org/personal.org" "Captured")
|
||||||
(file "~/org/templates/scheduled-task.txt"))
|
(file "~/org/templates/scheduled-task.txt"))
|
||||||
("pl" "Logbook entry for Personal" entry (file+datetree "logbook-personal.org") "** %U - %^{Activity} :LOG:")
|
("pl" "Logbook entry for Personal" entry (file+olp+datetree "logbook-personal.org") "** %U - %^{Tags}\n%?")
|
||||||
;; Massive templates
|
;; Lazer templates
|
||||||
("m" "Templates for Massive")
|
("l" "Templates for Lazer")
|
||||||
("mc" "Templates for CocaCola")
|
("lc" "Templates for Certn")
|
||||||
("mcr" "Non-scheduled" entry
|
("lct" "Tasks" 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
|
|
||||||
(file+headline "~/org/Tarmac/Volition/volition.org" "Captured")
|
(file+headline "~/org/Tarmac/Volition/volition.org" "Captured")
|
||||||
(file "~/org/templates/basic-task.txt"))
|
(file "~/org/templates/basic-task.txt"))
|
||||||
("tvs" "Scheduled" entry
|
("lcs" "Spike" entry (file certn/new-spike) (file "~/org/templates/spike.txt"))
|
||||||
(file+headline "~/org/Tarmac/Volition/volition.org" "Captured")
|
("lcl" "Logbook entry for Certn" entry (file+olp+datetree "~/org/Lazer/Certn/logbook-certn.org") "** %U - %^{Tags}\n%?")
|
||||||
(file "~/org/templates/scheduled-task.txt"))
|
("ll" "Logbook entry for Lazer" entry (file+olp+datetree "~/org/Lazer/logbook-lazer.org") "** %U - %^{Tags}\n%?")
|
||||||
("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:")
|
|
||||||
)))
|
)))
|
||||||
;; Enforce ordered tasks
|
;; Enforce ordered tasks
|
||||||
(setq org-enforce-todo-dependencies t)
|
(setq org-enforce-todo-dependencies t)
|
||||||
@ -209,12 +189,23 @@
|
|||||||
(require 'auto-virtualenv)
|
(require 'auto-virtualenv)
|
||||||
(after! python
|
(after! python
|
||||||
:init
|
: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 'python-mode-hook 'auto-virtualenv-set-virtualenv))
|
||||||
|
|
||||||
(add-hook 'prog-mode-hook (lambda () (symbol-overlay-mode t)))
|
(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")))
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
;;minimap ; show a map of the code on the side
|
;;minimap ; show a map of the code on the side
|
||||||
modeline ; snazzy, Atom-inspired modeline, plus API
|
modeline ; snazzy, Atom-inspired modeline, plus API
|
||||||
;;nav-flash ; blink cursor line after big motions
|
;;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
|
ophints ; highlight the region an operation acts on
|
||||||
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
||||||
;;tabs ; a tab bar for Emacs
|
;;tabs ; a tab bar for Emacs
|
||||||
|
@ -53,4 +53,5 @@
|
|||||||
(package! org-bullets)
|
(package! org-bullets)
|
||||||
(package! idle-highlight-mode)
|
(package! idle-highlight-mode)
|
||||||
(package! symbol-overlay)
|
(package! symbol-overlay)
|
||||||
|
(package! elpy)
|
||||||
;; (package! lsp-python-ms :disable t)
|
;; (package! lsp-python-ms :disable t)
|
||||||
|
@ -5,7 +5,7 @@ acpilight
|
|||||||
adobe-source-han-sans-cn-fonts
|
adobe-source-han-sans-cn-fonts
|
||||||
adobe-source-han-sans-jp-fonts
|
adobe-source-han-sans-jp-fonts
|
||||||
adobe-source-han-sans-kr-fonts
|
adobe-source-han-sans-kr-fonts
|
||||||
adobe-source-sans-pro-fonts
|
adobe-source-sans-fonts
|
||||||
alacritty
|
alacritty
|
||||||
alsa-firmware
|
alsa-firmware
|
||||||
alsa-utils
|
alsa-utils
|
||||||
@ -24,21 +24,25 @@ blueberry
|
|||||||
blueman
|
blueman
|
||||||
bluez-utils
|
bluez-utils
|
||||||
bmenu
|
bmenu
|
||||||
brave
|
|
||||||
btrfs-progs
|
btrfs-progs
|
||||||
bzip2
|
bzip2
|
||||||
|
calibre
|
||||||
celluloid
|
celluloid
|
||||||
|
cmake
|
||||||
|
cmatrix
|
||||||
coreutils
|
coreutils
|
||||||
cpupower
|
cpupower
|
||||||
crda
|
crda
|
||||||
cronie
|
cronie
|
||||||
cryptsetup
|
cryptsetup
|
||||||
|
cups
|
||||||
dbeaver
|
dbeaver
|
||||||
dbus-x11
|
dbus-x11
|
||||||
device-mapper
|
device-mapper
|
||||||
dhclient
|
dhclient
|
||||||
dhcpcd
|
dhcpcd
|
||||||
diffutils
|
diffutils
|
||||||
|
discord
|
||||||
dmidecode
|
dmidecode
|
||||||
dmraid
|
dmraid
|
||||||
dnsmasq
|
dnsmasq
|
||||||
@ -50,6 +54,7 @@ ecryptfs-utils
|
|||||||
efibootmgr
|
efibootmgr
|
||||||
emacs
|
emacs
|
||||||
engrampa
|
engrampa
|
||||||
|
evince
|
||||||
evolution
|
evolution
|
||||||
exa
|
exa
|
||||||
exfat-utils
|
exfat-utils
|
||||||
@ -61,10 +66,13 @@ ffmpeg
|
|||||||
ffmpegthumbnailer
|
ffmpegthumbnailer
|
||||||
file
|
file
|
||||||
filesystem
|
filesystem
|
||||||
|
filezilla
|
||||||
findutils
|
findutils
|
||||||
|
firefox
|
||||||
fish
|
fish
|
||||||
flex
|
flex
|
||||||
freetype2
|
freetype2
|
||||||
|
galculator
|
||||||
garcon
|
garcon
|
||||||
gawk
|
gawk
|
||||||
gcc
|
gcc
|
||||||
@ -96,6 +104,8 @@ gzip
|
|||||||
haveged
|
haveged
|
||||||
htop
|
htop
|
||||||
hugo
|
hugo
|
||||||
|
hunspell-en_us
|
||||||
|
hunspell-es_ve
|
||||||
i3-gaps
|
i3-gaps
|
||||||
i3lock
|
i3lock
|
||||||
inetutils
|
inetutils
|
||||||
@ -107,6 +117,7 @@ iputils
|
|||||||
ipw2100-fw
|
ipw2100-fw
|
||||||
ipw2200-fw
|
ipw2200-fw
|
||||||
jfsutils
|
jfsutils
|
||||||
|
jq
|
||||||
keepassxc
|
keepassxc
|
||||||
ledger-live-bin
|
ledger-live-bin
|
||||||
less
|
less
|
||||||
@ -134,6 +145,7 @@ linux510
|
|||||||
logrotate
|
logrotate
|
||||||
lollypop
|
lollypop
|
||||||
lsb-release
|
lsb-release
|
||||||
|
lsof
|
||||||
lvm2
|
lvm2
|
||||||
lxappearance
|
lxappearance
|
||||||
m4
|
m4
|
||||||
@ -168,7 +180,9 @@ modemmanager
|
|||||||
mousepad
|
mousepad
|
||||||
mtpfs
|
mtpfs
|
||||||
mugshot
|
mugshot
|
||||||
|
mupdf-tools
|
||||||
nano
|
nano
|
||||||
|
neofetch
|
||||||
network-manager-applet
|
network-manager-applet
|
||||||
networkmanager
|
networkmanager
|
||||||
networkmanager-openconnect
|
networkmanager-openconnect
|
||||||
@ -209,10 +223,11 @@ psmisc
|
|||||||
pulseaudio-bluetooth
|
pulseaudio-bluetooth
|
||||||
pulseaudio-ctl
|
pulseaudio-ctl
|
||||||
pulseaudio-zeroconf
|
pulseaudio-zeroconf
|
||||||
|
pycharm-community-edition
|
||||||
python-pip
|
python-pip
|
||||||
python-virtualenv
|
python-virtualenv
|
||||||
qpdfview
|
|
||||||
reiserfsprogs
|
reiserfsprogs
|
||||||
|
ripgrep
|
||||||
rofi
|
rofi
|
||||||
rsync
|
rsync
|
||||||
s-nail
|
s-nail
|
||||||
@ -222,23 +237,31 @@ scrot
|
|||||||
sed
|
sed
|
||||||
shadow
|
shadow
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
simple-scan
|
||||||
spectre-meltdown-checker
|
spectre-meltdown-checker
|
||||||
speedtest-cli
|
speedtest-cli
|
||||||
squashfs-tools
|
squashfs-tools
|
||||||
|
steam-manjaro
|
||||||
sudo
|
sudo
|
||||||
sysfsutils
|
sysfsutils
|
||||||
|
system-config-printer
|
||||||
systemd-fsck-silent
|
systemd-fsck-silent
|
||||||
systemd-sysvcompat
|
systemd-sysvcompat
|
||||||
tar
|
tar
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
terminus-font
|
terminus-font
|
||||||
texinfo
|
texinfo
|
||||||
|
texlive-bin
|
||||||
|
the_silver_searcher
|
||||||
thunar
|
thunar
|
||||||
thunar-archive-plugin
|
thunar-archive-plugin
|
||||||
thunar-media-tags-plugin
|
thunar-media-tags-plugin
|
||||||
thunar-volman
|
thunar-volman
|
||||||
thunderbird
|
thunderbird
|
||||||
|
tk
|
||||||
tlp
|
tlp
|
||||||
|
transmission-gtk
|
||||||
|
tree
|
||||||
ttf-dejavu
|
ttf-dejavu
|
||||||
tumbler
|
tumbler
|
||||||
udiskie
|
udiskie
|
||||||
@ -255,6 +278,8 @@ vulkan-intel
|
|||||||
vulkan-radeon
|
vulkan-radeon
|
||||||
wget
|
wget
|
||||||
which
|
which
|
||||||
|
whois
|
||||||
|
wine
|
||||||
wpa_supplicant
|
wpa_supplicant
|
||||||
xclip
|
xclip
|
||||||
xcursor-simpleandsoft
|
xcursor-simpleandsoft
|
||||||
@ -296,6 +321,5 @@ xorg-xkill
|
|||||||
yarn
|
yarn
|
||||||
yay
|
yay
|
||||||
youtube-dl
|
youtube-dl
|
||||||
zathura
|
|
||||||
zensu
|
zensu
|
||||||
zsh
|
zsh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user