Random fixes and additions
This commit is contained in:
@@ -6,4 +6,5 @@ wal -b 282738 -i ~/Wallpaper/Aesthetic2.png &&
|
||||
# Start picom
|
||||
picom --config ~/.config/picom/picom.conf &
|
||||
|
||||
|
||||
#Emacs
|
||||
/usr/bin/emacs -daemon
|
||||
|
||||
+12
-10
@@ -1,13 +1,15 @@
|
||||
# #
|
||||
# ______ __ _ __ _ _____ #
|
||||
# / ____/___ ____ __ __/ /_(_) /__ | | / /__ \ #
|
||||
# / / / __ \/_ / / / / / __/ / / _ \ | | / /__/ / #
|
||||
# / /___/ /_/ / / /_/ /_/ / /_/ / / __/ | |/ // __/ #
|
||||
# \____/\____/ /___/\__, /\__/_/_/\___/ |___//____/ #
|
||||
# /____/ #
|
||||
# #
|
||||
# DARKKAL44 #
|
||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||
|
||||
# █████████ ███████ ███████████ █████ █████ ███████████ █████ █████ ██████████
|
||||
# ███░░░░░███ ███░░░░░███ ░█░░░░░░███ ░░███ ░░███ ░█░░░███░░░█░░███ ░░███ ░░███░░░░░█
|
||||
# ███ ░░░ ███ ░░███░ ███░ ░░███ ███ ░ ░███ ░ ░███ ░███ ░███ █ ░
|
||||
# ░███ ░███ ░███ ███ ░░█████ ░███ ░███ ░███ ░██████
|
||||
# ░███ ░███ ░███ ███ ░░███ ░███ ░███ ░███ ░███░░█
|
||||
# ░░███ ███░░███ ███ ████ █ ░███ ░███ ░███ ░███ █ ░███ ░ █
|
||||
# ░░█████████ ░░░███████░ ███████████ █████ █████ █████ ███████████ ██████████
|
||||
# ░░░░░░░░░ ░░░░░░░ ░░░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░░░░░░░ ░░░░░░░░░░
|
||||
#
|
||||
# - DARKKAL44
|
||||
|
||||
|
||||
|
||||
from libqtile import bar, layout, widget, hook, qtile
|
||||
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/home/unreal/code/phocus
|
||||
@@ -1,10 +1,9 @@
|
||||
# If you come from bash you might have to change your $PATH.
|
||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
# Paths
|
||||
export ZSH=~/.oh-my-zsh/
|
||||
|
||||
|
||||
export PATH="$HOME/.emacs.d/bin:$PATH"
|
||||
|
||||
|
||||
# Set name of the theme to load --- if set to "random", it will
|
||||
@@ -138,6 +137,9 @@ alias ga='git add'
|
||||
alias gc='git commit -m'
|
||||
alias gp='git push origin master'
|
||||
|
||||
#emacs
|
||||
alias emacs="emacsclient -c -a 'emacs'"
|
||||
|
||||
#custom stuff
|
||||
cat ~/.cache/wal/sequences
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 327 KiB |
@@ -6,4 +6,5 @@ wal -b 282738 -i ~/Wallpaper/Aesthetic2.png &&
|
||||
# Start picom
|
||||
picom --config ~/.config/picom/picom.conf &
|
||||
|
||||
|
||||
#Emacs
|
||||
/usr/bin/emacs -daemon
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
# #
|
||||
# ______ __ _ __ _ _____ #
|
||||
# / ____/___ ____ __ __/ /_(_) /__ | | / /__ \ #
|
||||
# / / / __ \/_ / / / / / __/ / / _ \ | | / /__/ / #
|
||||
# / /___/ /_/ / / /_/ /_/ / /_/ / / __/ | |/ // __/ #
|
||||
# \____/\____/ /___/\__, /\__/_/_/\___/ |___//____/ #
|
||||
# /____/ #
|
||||
# #
|
||||
# DARKKAL44 #
|
||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||
|
||||
# █████████ ███████ ███████████ █████ █████ ███████████ █████ █████ ██████████
|
||||
# ███░░░░░███ ███░░░░░███ ░█░░░░░░███ ░░███ ░░███ ░█░░░███░░░█░░███ ░░███ ░░███░░░░░█
|
||||
# ███ ░░░ ███ ░░███░ ███░ ░░███ ███ ░ ░███ ░ ░███ ░███ ░███ █ ░
|
||||
# ░███ ░███ ░███ ███ ░░█████ ░███ ░███ ░███ ░██████
|
||||
# ░███ ░███ ░███ ███ ░░███ ░███ ░███ ░███ ░███░░█
|
||||
# ░░███ ███░░███ ███ ████ █ ░███ ░███ ░███ ░███ █ ░███ ░ █
|
||||
# ░░█████████ ░░░███████░ ███████████ █████ █████ █████ ███████████ ██████████
|
||||
# ░░░░░░░░░ ░░░░░░░ ░░░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░░░░░░░ ░░░░░░░░░░
|
||||
#
|
||||
# - DARKKAL44
|
||||
|
||||
|
||||
|
||||
from libqtile import bar, layout, widget, hook, qtile
|
||||
|
||||
+5
-3
@@ -1,10 +1,9 @@
|
||||
# If you come from bash you might have to change your $PATH.
|
||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
# Paths
|
||||
export ZSH=~/.oh-my-zsh/
|
||||
|
||||
|
||||
export PATH="$HOME/.emacs.d/bin:$PATH"
|
||||
|
||||
|
||||
# Set name of the theme to load --- if set to "random", it will
|
||||
@@ -138,6 +137,9 @@ alias ga='git add'
|
||||
alias gc='git commit -m'
|
||||
alias gp='git push origin master'
|
||||
|
||||
#emacs
|
||||
alias emacs="emacsclient -c -a 'emacs'"
|
||||
|
||||
#custom stuff
|
||||
cat ~/.cache/wal/sequences
|
||||
|
||||
|
||||
@@ -6,5 +6,6 @@ wal -b 232A2E -i ~/Wallpaper/fog_forest_2.png &&
|
||||
# Start picom
|
||||
picom --config ~/.config/picom/picom.conf &
|
||||
|
||||
|
||||
#Emacs
|
||||
/usr/bin/emacs -daemon
|
||||
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
# #
|
||||
# ______ __ _ __ _ _____ #
|
||||
# / ____/___ ____ __ __/ /_(_) /__ | | / /__ \ #
|
||||
# / / / __ \/_ / / / / / __/ / / _ \ | | / /__/ / #
|
||||
# / /___/ /_/ / / /_/ /_/ / /_/ / / __/ | |/ // __/ #
|
||||
# \____/\____/ /___/\__, /\__/_/_/\___/ |___//____/ #
|
||||
# /____/ #
|
||||
# #
|
||||
# DARKKAL44 #
|
||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||
|
||||
# █████████ ███████ ███████████ █████ █████ ███████████ █████ █████ ██████████
|
||||
# ███░░░░░███ ███░░░░░███ ░█░░░░░░███ ░░███ ░░███ ░█░░░███░░░█░░███ ░░███ ░░███░░░░░█
|
||||
# ███ ░░░ ███ ░░███░ ███░ ░░███ ███ ░ ░███ ░ ░███ ░███ ░███ █ ░
|
||||
# ░███ ░███ ░███ ███ ░░█████ ░███ ░███ ░███ ░██████
|
||||
# ░███ ░███ ░███ ███ ░░███ ░███ ░███ ░███ ░███░░█
|
||||
# ░░███ ███░░███ ███ ████ █ ░███ ░███ ░███ ░███ █ ░███ ░ █
|
||||
# ░░█████████ ░░░███████░ ███████████ █████ █████ █████ ███████████ ██████████
|
||||
# ░░░░░░░░░ ░░░░░░░ ░░░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░░░░░░░ ░░░░░░░░░░
|
||||
#
|
||||
# - DARKKAL44
|
||||
|
||||
|
||||
|
||||
from libqtile import bar, layout, widget, hook, qtile
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
# If you come from bash you might have to change your $PATH.
|
||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
# Paths
|
||||
export ZSH=~/.oh-my-zsh/
|
||||
|
||||
|
||||
export PATH="$HOME/.emacs.d/bin:$PATH"
|
||||
|
||||
|
||||
# Set name of the theme to load --- if set to "random", it will
|
||||
@@ -138,6 +137,9 @@ alias ga='git add'
|
||||
alias gc='git commit -m'
|
||||
alias gp='git push origin master'
|
||||
|
||||
#emacs
|
||||
alias emacs="emacsclient -c -a 'emacs'"
|
||||
|
||||
#custom stuff
|
||||
cat ~/.cache/wal/sequences
|
||||
|
||||
|
||||
@@ -0,0 +1,64 @@
|
||||
local M = {}
|
||||
|
||||
M.base_30 = {
|
||||
white = "#b2bebc",
|
||||
darker_black = "#0f1212",
|
||||
black = "#0f1212", -- nvim bg
|
||||
black2 = "#455B4C",
|
||||
one_bg = "#0f1212",
|
||||
one_bg2 = "#526852",
|
||||
one_bg3 = "#546E6C",
|
||||
grey = "#788E7D",
|
||||
grey_fg = "#b2bebc",
|
||||
grey_fg2 = "#7c8583",
|
||||
light_grey = "#7c8583",
|
||||
red = "#546E6C",
|
||||
baby_pink = "#607767",
|
||||
pink = "#718871",
|
||||
line = "#526852", -- for lines like vertsplit
|
||||
green = "#607767",
|
||||
vibrant_green = "#718871",
|
||||
nord_blue = "#526852",
|
||||
blue = "#546E6C",
|
||||
yellow = "#718871",
|
||||
sun = "#718871",
|
||||
purple = "#0f1212",
|
||||
dark_purple = "#455B4C",
|
||||
teal = "#526852",
|
||||
orange = "#546E6C",
|
||||
cyan = "#788E7D",
|
||||
statusline_bg = "#0f1212",
|
||||
lightbg = "#455B4C",
|
||||
pmenu_bg = "#607767",
|
||||
folder_bg = "#546E6C",
|
||||
}
|
||||
|
||||
M.base_16 = {
|
||||
base00 = "#0f1212",
|
||||
base01 = "#455B4C",
|
||||
base02 = "#526852",
|
||||
base03 = "#546E6C",
|
||||
base04 = "#607767",
|
||||
base05 = "#b2bebc",
|
||||
base06 = "#7c8583",
|
||||
base07 = "#788E7D",
|
||||
base08 = "#546E6C",
|
||||
base09 = "#607767",
|
||||
base0A = "#718871",
|
||||
base0B = "#788E7D",
|
||||
base0C = "#526852",
|
||||
base0D = "#546E6C",
|
||||
base0E = "#607767",
|
||||
base0F = "#718871",
|
||||
}
|
||||
|
||||
M.type = "dark"
|
||||
|
||||
M.polish_hl = {
|
||||
["@tag"] = { fg = M.base_30.orange },
|
||||
["@tag.delimiter"] = { fg = M.base_30.green },
|
||||
}
|
||||
|
||||
|
||||
return M
|
||||
|
||||
@@ -6,3 +6,5 @@ wal -i ~/Wallpaper/claudio-testa-FrlCwXwbwkk-unsplash.jpg &&
|
||||
# Start picom
|
||||
picom --config ~/.config/picom/picom.conf &
|
||||
|
||||
#Emacs
|
||||
/usr/bin/emacs -daemon
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
# #
|
||||
# ______ __ _ __ _ _____ #
|
||||
# / ____/___ ____ __ __/ /_(_) /__ | | / /__ \ #
|
||||
# / / / __ \/_ / / / / / __/ / / _ \ | | / /__/ / #
|
||||
# / /___/ /_/ / / /_/ /_/ / /_/ / / __/ | |/ // __/ #
|
||||
# \____/\____/ /___/\__, /\__/_/_/\___/ |___//____/ #
|
||||
# /____/ #
|
||||
# #
|
||||
# DARKKAL44 #
|
||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||
|
||||
# █████████ ███████ ███████████ █████ █████ ███████████ █████ █████ ██████████
|
||||
# ███░░░░░███ ███░░░░░███ ░█░░░░░░███ ░░███ ░░███ ░█░░░███░░░█░░███ ░░███ ░░███░░░░░█
|
||||
# ███ ░░░ ███ ░░███░ ███░ ░░███ ███ ░ ░███ ░ ░███ ░███ ░███ █ ░
|
||||
# ░███ ░███ ░███ ███ ░░█████ ░███ ░███ ░███ ░██████
|
||||
# ░███ ░███ ░███ ███ ░░███ ░███ ░███ ░███ ░███░░█
|
||||
# ░░███ ███░░███ ███ ████ █ ░███ ░███ ░███ ░███ █ ░███ ░ █
|
||||
# ░░█████████ ░░░███████░ ███████████ █████ █████ █████ ███████████ ██████████
|
||||
# ░░░░░░░░░ ░░░░░░░ ░░░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░░░░░░░ ░░░░░░░░░░
|
||||
#
|
||||
# - DARKKAL44
|
||||
|
||||
|
||||
|
||||
from libqtile import bar, layout, widget, hook, qtile
|
||||
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/home/unreal/code/phocus
|
||||
@@ -1,10 +1,9 @@
|
||||
# If you come from bash you might have to change your $PATH.
|
||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
# Paths
|
||||
export ZSH=~/.oh-my-zsh/
|
||||
|
||||
|
||||
export PATH="$HOME/.emacs.d/bin:$PATH"
|
||||
|
||||
|
||||
# Set name of the theme to load --- if set to "random", it will
|
||||
@@ -138,6 +137,9 @@ alias ga='git add'
|
||||
alias gc='git commit -m'
|
||||
alias gp='git push origin master'
|
||||
|
||||
#emacs
|
||||
alias emacs="emacsclient -c -a 'emacs'"
|
||||
|
||||
#custom stuff
|
||||
cat ~/.cache/wal/sequences
|
||||
|
||||
|
||||
@@ -0,0 +1,64 @@
|
||||
local M = {}
|
||||
|
||||
M.base_30 = {
|
||||
white = "#efe5e4",
|
||||
darker_black = "#282738",
|
||||
black = "#282738", -- nvim bg
|
||||
black2 = "#353446",
|
||||
one_bg = "#282738",
|
||||
one_bg2 = "#3a4248",
|
||||
one_bg3 = "#424a50",
|
||||
grey = "#a7a09f",
|
||||
grey_fg = "#efe5e4",
|
||||
grey_fg2 = "#DDD0B4",
|
||||
light_grey = "#DDD0B4",
|
||||
red = "#D5A8AC",
|
||||
baby_pink = "#E5B9C6",
|
||||
pink = "#FECDCE",
|
||||
line = "#3a4248", -- for lines like vertsplit
|
||||
green = "#A7C080",
|
||||
vibrant_green = "#AF9295",
|
||||
nord_blue = "#E4C7B4",
|
||||
blue = "#E5B9C6",
|
||||
yellow = "#FECDCE",
|
||||
sun = "#FECDCE",
|
||||
purple = "#AA7489",
|
||||
dark_purple = "#AA7489",
|
||||
teal = "#AF9295",
|
||||
orange = "#E4C7B4",
|
||||
cyan = "#D5A8AC",
|
||||
statusline_bg = "#282738",
|
||||
lightbg = "#353446",
|
||||
pmenu_bg = "#A7C080",
|
||||
folder_bg = "#E5B9C6",
|
||||
}
|
||||
|
||||
M.base_16 = {
|
||||
base00 = "#282738",
|
||||
base01 = "#353446",
|
||||
base02 = "#3a4248",
|
||||
base03 = "#424a50",
|
||||
base04 = "#4a5258",
|
||||
base05 = "#efe5e4",
|
||||
base06 = "#DDD0B4",
|
||||
base07 = "#E7DABE",
|
||||
base08 = "#AA7489",
|
||||
base09 = "#D5A8AC",
|
||||
base0A = "#A7C080",
|
||||
base0B = "#FECDCE",
|
||||
base0C = "#D699B6",
|
||||
base0D = "#E4C7B4",
|
||||
base0E = "#AA7489",
|
||||
base0F = "#AA7489",
|
||||
}
|
||||
|
||||
M.type = "dark"
|
||||
|
||||
M.polish_hl = {
|
||||
["@tag"] = { fg = M.base_30.orange },
|
||||
["@tag.delimiter"] = { fg = M.base_30.green },
|
||||
}
|
||||
|
||||
M = require("base46").override_theme(M, "everforest")
|
||||
|
||||
return M
|
||||
@@ -5,3 +5,6 @@ wal -b 282738 -i ~/Wallpaper/120_-_KnFPX73.jpg &&
|
||||
|
||||
# Start picom
|
||||
picom --config ~/.config/picom/picom.conf &
|
||||
|
||||
#Emacs
|
||||
/usr/bin/emacs -daemon
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
# #
|
||||
# ______ __ _ __ _ _____ #
|
||||
# / ____/___ ____ __ __/ /_(_) /__ | | / /__ \ #
|
||||
# / / / __ \/_ / / / / / __/ / / _ \ | | / /__/ / #
|
||||
# / /___/ /_/ / / /_/ /_/ / /_/ / / __/ | |/ // __/ #
|
||||
# \____/\____/ /___/\__, /\__/_/_/\___/ |___//____/ #
|
||||
# /____/ #
|
||||
# #
|
||||
# DARKKAL44 #
|
||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||
|
||||
# █████████ ███████ ███████████ █████ █████ ███████████ █████ █████ ██████████
|
||||
# ███░░░░░███ ███░░░░░███ ░█░░░░░░███ ░░███ ░░███ ░█░░░███░░░█░░███ ░░███ ░░███░░░░░█
|
||||
# ███ ░░░ ███ ░░███░ ███░ ░░███ ███ ░ ░███ ░ ░███ ░███ ░███ █ ░
|
||||
# ░███ ░███ ░███ ███ ░░█████ ░███ ░███ ░███ ░██████
|
||||
# ░███ ░███ ░███ ███ ░░███ ░███ ░███ ░███ ░███░░█
|
||||
# ░░███ ███░░███ ███ ████ █ ░███ ░███ ░███ ░███ █ ░███ ░ █
|
||||
# ░░█████████ ░░░███████░ ███████████ █████ █████ █████ ███████████ ██████████
|
||||
# ░░░░░░░░░ ░░░░░░░ ░░░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░░░░░░░ ░░░░░░░░░░
|
||||
#
|
||||
# - DARKKAL44
|
||||
|
||||
|
||||
|
||||
from libqtile import bar, layout, widget, hook, qtile
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
# If you come from bash you might have to change your $PATH.
|
||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
# Paths
|
||||
export ZSH=~/.oh-my-zsh/
|
||||
|
||||
|
||||
export PATH="$HOME/.emacs.d/bin:$PATH"
|
||||
|
||||
|
||||
# Set name of the theme to load --- if set to "random", it will
|
||||
@@ -138,6 +137,9 @@ alias ga='git add'
|
||||
alias gc='git commit -m'
|
||||
alias gp='git push origin master'
|
||||
|
||||
#emacs
|
||||
alias emacs="emacsclient -c -a 'emacs'"
|
||||
|
||||
#custom stuff
|
||||
cat ~/.cache/wal/sequences
|
||||
|
||||
|
||||
Reference in New Issue
Block a user