Compare commits
9 Commits
4a93956e8a
...
master
Author | SHA1 | Date | |
---|---|---|---|
b1eb8798f8 | |||
e710f068b2 | |||
ef1832b832 | |||
156e6fa33b | |||
7e854d9bb6 | |||
83bff9c195 | |||
fe3b751965 | |||
9a433435c9 | |||
fecfc7d680 |
2
.bin
2
.bin
Submodule .bin updated: e04df95faf...8bec6ce196
@@ -22,7 +22,6 @@ shadow-opacity = 0.45;
|
|||||||
shadow-ignore-shaped = false;
|
shadow-ignore-shaped = false;
|
||||||
|
|
||||||
shadow-exclude = [
|
shadow-exclude = [
|
||||||
"name = 'rofi'",
|
|
||||||
"name = 'oneko'",
|
"name = 'oneko'",
|
||||||
"name = 'Notification'",
|
"name = 'Notification'",
|
||||||
"name = 'xfce4-notifyd'",
|
"name = 'xfce4-notifyd'",
|
||||||
|
@@ -109,7 +109,9 @@ conky.config = {
|
|||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||||
own_window_colour = '232629',
|
own_window_argb_visual = true,
|
||||||
|
own_window_transparent = true,
|
||||||
|
own_window_colour = '000000',
|
||||||
|
|
||||||
double_buffer = true,
|
double_buffer = true,
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
@@ -119,25 +121,25 @@ conky.config = {
|
|||||||
|
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'IBM Plex Sans:style=Light:size=9',
|
font = 'IBM Plex Sans:style=Light:size=9',
|
||||||
default_color = '#fffcf6',
|
default_color = '#ebdbb2',
|
||||||
color1 = '232629', -- Background
|
color1 = '282828', -- Background
|
||||||
color2 = 'fffcf6', -- Foreground
|
color2 = 'ebdbb2', -- Foreground
|
||||||
color3 = '4b5162', -- Background-alt
|
color3 = '32302f', -- Background-alt
|
||||||
color4 = '11d116', -- Green (Battery)
|
color4 = 'b8bb26', -- Green (Battery)
|
||||||
color6 = '1abc9c', -- Cyan (Network)
|
color6 = '8ec07c', -- Cyan (Network)
|
||||||
color7 = 'fdbc4b', -- Yellow (Disk)
|
color7 = 'fabd2f', -- Yellow (Disk)
|
||||||
color8 = '1d99f3', -- Blue (CPU)
|
color8 = '83a598', -- Blue (CPU)
|
||||||
color9 = '9b59b6', -- Magenta (Memory)
|
color9 = 'de869b', -- Magenta (Memory)
|
||||||
|
|
||||||
alignment = 'bottom_right',
|
alignment = 'top_left',
|
||||||
xinerama_head = 0,
|
xinerama_head = 0,
|
||||||
minimum_height = 0,
|
minimum_height = 0,
|
||||||
minimum_width = 304,
|
minimum_width = 304,
|
||||||
border_width = 0,
|
border_width = 0,
|
||||||
border_outer_margin = 0,
|
border_outer_margin = 0,
|
||||||
border_inner_margin = 16,
|
border_inner_margin = 16,
|
||||||
gap_x = 27,
|
gap_x = 22,
|
||||||
gap_y = 72,
|
gap_y = 66,
|
||||||
|
|
||||||
format_human_readable = true,
|
format_human_readable = true,
|
||||||
temperature_unit = "celsius",
|
temperature_unit = "celsius",
|
||||||
|
@@ -98,6 +98,7 @@ time-format = %H:%M
|
|||||||
interval = 15
|
interval = 15
|
||||||
|
|
||||||
format-charging = <ramp-capacity>
|
format-charging = <ramp-capacity>
|
||||||
|
format-charging-foreground = ${res/colors.green}
|
||||||
format-discharging = <ramp-capacity>
|
format-discharging = <ramp-capacity>
|
||||||
format-full = <ramp-capacity>
|
format-full = <ramp-capacity>
|
||||||
format-full-foreground = ${res/colors.green}
|
format-full-foreground = ${res/colors.green}
|
||||||
@@ -151,7 +152,7 @@ bar-load-indicator = ${res/config.bar-indicator}
|
|||||||
type = internal/date
|
type = internal/date
|
||||||
date = %a %b %d
|
date = %a %b %d
|
||||||
time = %I:%M %p
|
time = %I:%M %p
|
||||||
interval = 30
|
interval = 5
|
||||||
format = <label>
|
format = <label>
|
||||||
label = %date% %time%
|
label = %date% %time%
|
||||||
|
|
||||||
@@ -241,15 +242,15 @@ format-foreground = ${res/colors.yellow}
|
|||||||
type = custom/script
|
type = custom/script
|
||||||
interval = 5
|
interval = 5
|
||||||
exec = "echo "
|
exec = "echo "
|
||||||
exec-if = "systemctl is-active --quiet ansible-pull.service"
|
exec-if = "systemctl is-failed --quiet ansible-pull.service"
|
||||||
format-foreground = ${res/colors.yellow}
|
format-foreground = ${res/colors.red}
|
||||||
|
|
||||||
[module/service-backup]
|
[module/service-backup]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
interval = 5
|
interval = 5
|
||||||
exec = "echo "
|
exec = "echo "
|
||||||
exec-if = "systemctl is-active --quiet 9iron-backup.service"
|
exec-if = "systemctl is-failed --quiet backup.service"
|
||||||
format-foreground = ${res/colors.yellow}
|
format-foreground = ${res/colors.red}
|
||||||
|
|
||||||
[module/wlan-laptop]
|
[module/wlan-laptop]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
|
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -18,7 +18,7 @@
|
|||||||
url = https://github.com/haya14busa/incsearch.vim.git
|
url = https://github.com/haya14busa/incsearch.vim.git
|
||||||
[submodule ".local/bin"]
|
[submodule ".local/bin"]
|
||||||
path = .bin
|
path = .bin
|
||||||
url = git@git.9iron.club:salt/bin
|
url = git@git.desu.ltd:salt/bin
|
||||||
[submodule ".vim/bundle/lightline.vim"]
|
[submodule ".vim/bundle/lightline.vim"]
|
||||||
path = .vim/bundle/lightline.vim
|
path = .vim/bundle/lightline.vim
|
||||||
url = https://github.com/itchyny/lightline.vim
|
url = https://github.com/itchyny/lightline.vim
|
||||||
@@ -48,13 +48,13 @@
|
|||||||
url = https://github.com/tpope/vim-pathogen
|
url = https://github.com/tpope/vim-pathogen
|
||||||
[submodule ".firestarter"]
|
[submodule ".firestarter"]
|
||||||
path = .firestarter
|
path = .firestarter
|
||||||
url = git@git.9iron.club:salt/firestarter
|
url = git@git.desu.ltd:salt/firestarter
|
||||||
[submodule ".vim/bundle/breezy"]
|
[submodule ".vim/bundle/breezy"]
|
||||||
path = .vim/bundle/breezy
|
path = .vim/bundle/breezy
|
||||||
url = https://github.com/fneu/breezy
|
url = https://github.com/fneu/breezy
|
||||||
[submodule ".wpgen"]
|
[submodule ".wpgen"]
|
||||||
path = .wpgen
|
path = .wpgen
|
||||||
url = git@git.9iron.club:salt/wpgen
|
url = git@git.desu.ltd:salt/wpgen
|
||||||
[submodule ".minetest/games/MineClone2"]
|
[submodule ".minetest/games/MineClone2"]
|
||||||
path = .minetest/games/MineClone2
|
path = .minetest/games/MineClone2
|
||||||
url = https://git.minetest.land/Wuzzy/MineClone2
|
url = https://git.minetest.land/Wuzzy/MineClone2
|
||||||
|
52
.quakespasm/id1/autoexec.cfg
Normal file
52
.quakespasm/id1/autoexec.cfg
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
// Salt's Quake autoexec.cfg
|
||||||
|
// =========================================
|
||||||
|
|
||||||
|
// Base changes
|
||||||
|
crosshair 0 // Crosshair is for pussies
|
||||||
|
fov 110 // W I D E
|
||||||
|
|
||||||
|
gl_texturemode 3 // Disable texture filtering
|
||||||
|
|
||||||
|
r_lerpmodels 1 // Interpolate animations, except torches and muzzleflashes
|
||||||
|
r_lerpmove 1 // Interpolate entity movement
|
||||||
|
r_oldwater 0 // Disable old water texture warping animations
|
||||||
|
r_particles 2 // Enable square particles
|
||||||
|
r_sky_quality 32 // Probably doesn't do much at all, but might improve skies
|
||||||
|
r_waterquality 32 // Noticeable improvement at 1440p, least for me
|
||||||
|
|
||||||
|
//scr_clock 1 // Enables ingame timer
|
||||||
|
scr_crosshairscale 2 // Makes the crosshair not tiny as hell
|
||||||
|
|
||||||
|
v_gunkick 2 // Interpolates recoil
|
||||||
|
|
||||||
|
// Drop a quick motd
|
||||||
|
// Assumes Quakespasm on Linux
|
||||||
|
echo ""
|
||||||
|
echo " .,o' `o,. "
|
||||||
|
echo " ,o8' `8o. "
|
||||||
|
echo " o8' `8o "
|
||||||
|
echo " o8: ;8o "
|
||||||
|
echo ".88 88. "
|
||||||
|
echo ":88. ,88: "
|
||||||
|
echo "`888 888' "
|
||||||
|
echo " 888o `88888' o888 "
|
||||||
|
echo " `888o,. `888' .,o888' "
|
||||||
|
echo " `8888888888888888888' "
|
||||||
|
echo " `888888888888888' "
|
||||||
|
echo " `:::8;8;::' "
|
||||||
|
echo " 888 "
|
||||||
|
echo " `8' "
|
||||||
|
echo " `8' "
|
||||||
|
echo " | "
|
||||||
|
echo ""
|
||||||
|
echo "Custom configs loaded from:"
|
||||||
|
echo ""
|
||||||
|
echo " ~/.quakespasm/id1/autoexec.cfg"
|
||||||
|
echo ""
|
||||||
|
echo "Site-local changes can be made at:"
|
||||||
|
echo ""
|
||||||
|
echo " ~/.quakespasm/id1/local.cfg"
|
||||||
|
echo ""
|
||||||
|
|
||||||
|
// Execute another config that exists outside of change control, just in case
|
||||||
|
exec local.cfg // For site-local changes
|
Reference in New Issue
Block a user