Compare commits
15 Commits
main
...
arch-lapto
| Author | SHA1 | Date | |
|---|---|---|---|
| 539cfcfaef | |||
| c02ee0d34c | |||
| 16c243ba1a | |||
| f2481fc110 | |||
| a77f871c10 | |||
| 68258b1ea6 | |||
| 51c95a0198 | |||
| 705eca1ad0 | |||
| 75ded6cb27 | |||
| 5416cf0c31 | |||
| 3c0170ea75 | |||
| 5e7f4d1c38 | |||
| 1d3298b39b | |||
| 4b50f5336a | |||
| 3eb9ed3e86 |
@ -247,30 +247,30 @@ colors:
|
|||||||
# background is unset, selection color will be the inverse of the cell colors.
|
# background is unset, selection color will be the inverse of the cell colors.
|
||||||
# If only text is unset the cell text color will remain the same.
|
# If only text is unset the cell text color will remain the same.
|
||||||
selection:
|
selection:
|
||||||
text: '0xbbc2cf'
|
text: '0xBCBCBC'
|
||||||
background: '0x4d4d4d'
|
background: '0x262626'
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
black: '0x383838'
|
black: '0x1C1C1C'
|
||||||
red: '0xa95551'
|
red: '0xAF5F5F'
|
||||||
green: '0x666666'
|
green: '0x5F875F'
|
||||||
yellow: '0xa98051'
|
yellow: '0x87875F'
|
||||||
blue: '0x657d3e'
|
blue: '0x5F87AF'
|
||||||
magenta: '0x767676'
|
magenta: '0x5F5F87'
|
||||||
cyan: '0xc9c9c9'
|
cyan: '0x5F8787'
|
||||||
white: '0xd0b8a3'
|
white: '0x6C6C6C'
|
||||||
|
|
||||||
# Bright colors
|
# Bright colors
|
||||||
bright:
|
bright:
|
||||||
black: '0x474747'
|
black: '0x444444'
|
||||||
red: '0xa97775'
|
red: '0xFF8700'
|
||||||
green: '0x8c8c8c'
|
green: '0x87AF87'
|
||||||
yellow: '0xa99175'
|
yellow: '0xFFFFAF'
|
||||||
blue: '0x98bd5e'
|
blue: '0x8FAFD7'
|
||||||
magenta: '0xa3a3a3'
|
magenta: '0x8787AF'
|
||||||
cyan: '0xdcdcdc'
|
cyan: '0x5FAFAF'
|
||||||
white: '0xd8c8bb'
|
white: '0xFFFFFF'
|
||||||
|
|
||||||
# Dim colors
|
# Dim colors
|
||||||
#
|
#
|
||||||
@ -367,10 +367,14 @@ background_opacity: 0.75
|
|||||||
# program: /bin/bash
|
# program: /bin/bash
|
||||||
# args:
|
# args:
|
||||||
# - --login
|
# - --login
|
||||||
shell:
|
# shell:
|
||||||
program: /usr/bin/fish
|
# program: /usr/bin/fish
|
||||||
args:
|
# args:
|
||||||
- --login
|
# - --login
|
||||||
|
# shell:
|
||||||
|
# program: /usr/bin/zsh
|
||||||
|
# args:
|
||||||
|
# - --login
|
||||||
|
|
||||||
# Startup directory
|
# Startup directory
|
||||||
#
|
#
|
||||||
|
|||||||
@ -19,9 +19,6 @@ alias fgrep='fgrep --color=auto'
|
|||||||
alias egrep='egrep --color=auto'
|
alias egrep='egrep --color=auto'
|
||||||
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
||||||
alias logout='/usr/bin/kill -9 -1'
|
alias logout='/usr/bin/kill -9 -1'
|
||||||
alias ss='cd /home/solomon/.scripts/'
|
|
||||||
alias sound-settings='pavucontrol'
|
|
||||||
alias tasty='nohup /opt/tastyworks/bin/tastyworks &'
|
|
||||||
|
|
||||||
## fish misc functions start ##
|
## fish misc functions start ##
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ Config {
|
|||||||
-- layout
|
-- layout
|
||||||
, sepChar = "%" -- delineator between plugin names and straight text
|
, sepChar = "%" -- delineator between plugin names and straight text
|
||||||
, alignSep = "}{" -- separator between left-right alignment
|
, alignSep = "}{" -- separator between left-right alignment
|
||||||
, template = " <action=`xdotool key super+a`><icon=haskell_20.xpm/></action> %cpu% %memory% %dynnetwork% } %UnsafeStdinReader% { %date% <fc=#9da5ae>|</fc> %YPAD% <fc=#9da5ae>|</fc> %updates% %trayerpad%"
|
, template = " <action=`xdotool key super+a`><icon=haskell_20.xpm/></action> %cpu% %memory% %dynnetwork% <fc=#9da5ae>|</fc> %UnsafeStdinReader% }{ %date% <fc=#9da5ae>|</fc> %YPAD% <fc=#9da5ae>|</fc> %updates% %trayerpad%"
|
||||||
|
|
||||||
-- general behavior
|
-- general behavior
|
||||||
, lowerOnStart = True -- send to bottom of window stack on start
|
, lowerOnStart = True -- send to bottom of window stack on start
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#RuneLite configuration
|
#RuneLite configuration
|
||||||
#Tue Aug 31 12:49:17 ACST 2021
|
#Thu Sep 02 11:43:41 ACST 2021
|
||||||
statusbars.rightBarMode=PRAYER
|
statusbars.rightBarMode=PRAYER
|
||||||
party.includeSelf=false
|
party.includeSelf=false
|
||||||
runelite.mtaplugin=true
|
runelite.mtaplugin=true
|
||||||
@ -702,7 +702,7 @@ interacthighlight.npcInteractHighlightColor=-1862336512
|
|||||||
clanchat.chatsData=lib2105
|
clanchat.chatsData=lib2105
|
||||||
idlenotifier.logoutidle=true
|
idlenotifier.logoutidle=true
|
||||||
runelite.runepouchplugin=true
|
runelite.runepouchplugin=true
|
||||||
runelite.clientBounds=2120\:195\:1432\:1044
|
runelite.clientBounds=12\:0\:1360\:762
|
||||||
playerindicators.drawNonClanMemberNames=false
|
playerindicators.drawNonClanMemberNames=false
|
||||||
screenshot.friendDeath=false
|
screenshot.friendDeath=false
|
||||||
npcindicators.showRespawnTimer=false
|
npcindicators.showRespawnTimer=false
|
||||||
@ -857,7 +857,7 @@ screenshot.levels=true
|
|||||||
mta.enchantment=true
|
mta.enchantment=true
|
||||||
itemCharge.recoilNotification=false
|
itemCharge.recoilNotification=false
|
||||||
nightmareZone.overloadnotification=true
|
nightmareZone.overloadnotification=true
|
||||||
timetracking.rsprofile.pY9kxn0R.12083.4775=176\:1630379930
|
timetracking.rsprofile.pY9kxn0R.12083.4775=176\:1630547365
|
||||||
runelite.nightmarezoneplugin=true
|
runelite.nightmarezoneplugin=true
|
||||||
runelite.notificationFlashColor=1191116800
|
runelite.notificationFlashColor=1191116800
|
||||||
timetracking.rsprofile.wteQmrWW.13106.4771=0\:1594013062
|
timetracking.rsprofile.wteQmrWW.13106.4771=0\:1594013062
|
||||||
@ -865,10 +865,10 @@ itemprices.showHAValue=true
|
|||||||
virtuallevels.virtualTotalLevel=true
|
virtuallevels.virtualTotalLevel=true
|
||||||
playerindicators.drawFriendNames=true
|
playerindicators.drawFriendNames=true
|
||||||
herbiboar.colorTrail=-1
|
herbiboar.colorTrail=-1
|
||||||
timetracking.rsprofile.pY9kxn0R.12083.4774=72\:1630379930
|
timetracking.rsprofile.pY9kxn0R.12083.4774=72\:1630547365
|
||||||
timetracking.rsprofile.pY9kxn0R.12083.4773=32\:1630379930
|
timetracking.rsprofile.pY9kxn0R.12083.4773=32\:1630547365
|
||||||
timetracking.rsprofile.pY9kxn0R.12083.4772=60\:1630379930
|
timetracking.rsprofile.pY9kxn0R.12083.4772=60\:1630547365
|
||||||
timetracking.rsprofile.pY9kxn0R.12083.4771=60\:1630379930
|
timetracking.rsprofile.pY9kxn0R.12083.4771=60\:1630547365
|
||||||
bank.seedVaultValue=true
|
bank.seedVaultValue=true
|
||||||
raids.ccDisplay=false
|
raids.ccDisplay=false
|
||||||
tearsofguthix.showGreenTearsTimer=true
|
tearsofguthix.showGreenTearsTimer=true
|
||||||
@ -985,7 +985,7 @@ chatcommands.sw=true
|
|||||||
runelite.deathindicatorplugin=true
|
runelite.deathindicatorplugin=true
|
||||||
runelite.miningplugin=true
|
runelite.miningplugin=true
|
||||||
fishing.minnowsOverlayColor=-65536
|
fishing.minnowsOverlayColor=-65536
|
||||||
defaultworld.lastWorld=530
|
defaultworld.lastWorld=427
|
||||||
motherlode.showSack=true
|
motherlode.showSack=true
|
||||||
runelite.grandexchangeplugin=true
|
runelite.grandexchangeplugin=true
|
||||||
xpTracker.logoutPausing=false
|
xpTracker.logoutPausing=false
|
||||||
@ -1224,7 +1224,7 @@ worldhopper.ping=true
|
|||||||
puzzlesolver.displayRemainingMoves=true
|
puzzlesolver.displayRemainingMoves=true
|
||||||
menuentryswapper.swapRowboatDive=false
|
menuentryswapper.swapRowboatDive=false
|
||||||
playerindicators.clanMenuIcons=true
|
playerindicators.clanMenuIcons=true
|
||||||
timetracking.rsprofile.pY9kxn0R.11828.4771=21\:1630379567
|
timetracking.rsprofile.pY9kxn0R.11828.4771=21\:1630547568
|
||||||
chatfilter.filterType=CENSOR_WORDS
|
chatfilter.filterType=CENSOR_WORDS
|
||||||
agility.portalsHighlight=-65281
|
agility.portalsHighlight=-65281
|
||||||
bank.showHA=false
|
bank.showHA=false
|
||||||
|
|||||||
@ -182,13 +182,13 @@ myEZKeys =
|
|||||||
, ("M-y", withFocused $ windows . W.sink) -- push floating window back into tiling
|
, ("M-y", withFocused $ windows . W.sink) -- push floating window back into tiling
|
||||||
, ("M-w", sendMessage (IncMasterN 1)) -- increment windows in master
|
, ("M-w", sendMessage (IncMasterN 1)) -- increment windows in master
|
||||||
, ("M-v", sendMessage (IncMasterN (-1))) -- decrement windows in master
|
, ("M-v", sendMessage (IncMasterN (-1))) -- decrement windows in master
|
||||||
, ("M-b", sendMessage ToggleStruts) -- toggle bar
|
, ("M-<F11>", sendMessage ToggleStruts) -- toggle bar
|
||||||
|
|
||||||
--NOTE my custom keybind/script combinations
|
--NOTE my custom keybind/script combinations
|
||||||
--NOTE system controls
|
--NOTE system controls
|
||||||
, ("M-S-s", spawn "/usr/local/bin/prompt \"Are you sure you want to Shutdown?\" \"shutdown now\"") -- prompt computer shutdown
|
, ("M-S-s", spawn "/usr/local/bin/dmenuprompt \"Are you sure you want to Shutdown?\" \"shutdown now\"") -- prompt computer shutdown
|
||||||
, ("M-S-r", spawn "/usr/local/bin/prompt \"Are you sure you want to Restart?\" \"reboot\"") -- prompt computer restart
|
, ("M-S-r", spawn "/usr/local/bin/dmenuprompt \"Are you sure you want to Restart?\" \"reboot\"") -- prompt computer restart
|
||||||
, ("M-<Escape>", spawn "/usr/local/bin/prompt \"Are you sure you want to lock?\" \"slock\" 1") -- prompt computer lock
|
, ("M-<Escape>", spawn "slock 1") -- prompt computer lock
|
||||||
|
|
||||||
--NOTE bitwarden controls
|
--NOTE bitwarden controls
|
||||||
, ("M-S-x", spawn "$HOME/.local/bin/bw-unlock") -- unlock bitwarden cli
|
, ("M-S-x", spawn "$HOME/.local/bin/bw-unlock") -- unlock bitwarden cli
|
||||||
@ -205,6 +205,10 @@ myEZKeys =
|
|||||||
, ("M-d m", spawn "/usr/local/bin/dmenumount") -- launch mounter
|
, ("M-d m", spawn "/usr/local/bin/dmenumount") -- launch mounter
|
||||||
, ("M-d u", spawn "/usr/local/bin/dmenuumount") -- launch unmounter
|
, ("M-d u", spawn "/usr/local/bin/dmenuumount") -- launch unmounter
|
||||||
|
|
||||||
|
--NOTE backlight controls
|
||||||
|
, ("<XF86MonBrightnessUp>", spawn "/usr/local/bin/mod_backlight +10") -- increase backlight brightness by 10
|
||||||
|
, ("<XF86MonBrightnessDown>", spawn "/usr/local/bin/mod_backlight -10") -- decrease backlight brightness by 10
|
||||||
|
|
||||||
--NOTE music and audio controls
|
--NOTE music and audio controls
|
||||||
, ("M-S-o", spawn "/usr/local/bin/set-default-sink") -- set default output
|
, ("M-S-o", spawn "/usr/local/bin/set-default-sink") -- set default output
|
||||||
, ("M-S-i", spawn "/usr/local/bin/set-default-source") -- set default input
|
, ("M-S-i", spawn "/usr/local/bin/set-default-source") -- set default input
|
||||||
@ -387,7 +391,9 @@ myLogHook = fadeInactiveLogHook fadeAmount
|
|||||||
-- By default, do nothing.
|
-- By default, do nothing.
|
||||||
myStartupHook = do
|
myStartupHook = do
|
||||||
-- Startup apps (tray) and settings
|
-- Startup apps (tray) and settings
|
||||||
|
spawnOnce "powerkit"
|
||||||
spawnOnce "volctl &"
|
spawnOnce "volctl &"
|
||||||
|
spawnOnce "lxsession &"
|
||||||
spawnOnce "nm-applet &"
|
spawnOnce "nm-applet &"
|
||||||
spawnOnce "blueman-applet &"
|
spawnOnce "blueman-applet &"
|
||||||
spawnOnce "/usr/lib/kdeconnectd &"
|
spawnOnce "/usr/lib/kdeconnectd &"
|
||||||
@ -411,19 +417,7 @@ myStartupHook = do
|
|||||||
-- Run xmonad with the settings you specify. No need to modify this.
|
-- Run xmonad with the settings you specify. No need to modify this.
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
main = do
|
main = do
|
||||||
|
|
||||||
-- need to learn more haskell but I want to do something like the following
|
|
||||||
-- need this because I share configs over computers
|
|
||||||
-- let toProc = ""
|
|
||||||
-- let host = spawnOnce "cat /etc/hostname"
|
|
||||||
-- if host isSubsequenceOf "archdesktop"
|
|
||||||
-- then let toProc = "xmobar -x 0 /home/solomon/.config/xmobar/xmobarrc-desktop.hs"
|
|
||||||
-- else let toProc = "xmobar -x 0 /home/solomon/.config/xmobar/xmobarrc-laptop.hs"
|
|
||||||
-- xmproc0 <- spawnPipe toProc
|
|
||||||
|
|
||||||
xmproc0 <- spawnPipe "xmobar -x 0 /home/solomon/.config/xmobar/xmobarrc-main.hs"
|
xmproc0 <- spawnPipe "xmobar -x 0 /home/solomon/.config/xmobar/xmobarrc-main.hs"
|
||||||
xmproc1 <- spawnPipe "xmobar -x 1 /home/solomon/.config/xmobar/xmobarrc-sub.hs"
|
|
||||||
xmproc2 <- spawnPipe "xmobar -x 2 /home/solomon/.config/xmobar/xmobarrc-sub.hs"
|
|
||||||
|
|
||||||
xmonad $ ewmh $ docks def
|
xmonad $ ewmh $ docks def
|
||||||
-- defaults = def
|
-- defaults = def
|
||||||
@ -449,8 +443,6 @@ main = do
|
|||||||
-- logHook = myLogHook,
|
-- logHook = myLogHook,
|
||||||
logHook = myLogHook <+> dynamicLogWithPP xmobarPP
|
logHook = myLogHook <+> dynamicLogWithPP xmobarPP
|
||||||
{ ppOutput = \x -> hPutStrLn xmproc0 x
|
{ ppOutput = \x -> hPutStrLn xmproc0 x
|
||||||
>> hPutStrLn xmproc1 x
|
|
||||||
>> hPutStrLn xmproc2 x
|
|
||||||
, ppCurrent = xmobarColor "#a8de45" "" . wrap "[" "]" -- Current workspace in xmobar
|
, ppCurrent = xmobarColor "#a8de45" "" . wrap "[" "]" -- Current workspace in xmobar
|
||||||
, ppVisible = xmobarColor "#88ae55" "" . clickable -- Visible but not current workspace
|
, ppVisible = xmobarColor "#88ae55" "" . clickable -- Visible but not current workspace
|
||||||
, ppHidden = xmobarColor "#82AAFF" "" . wrap "*" "" . clickable -- Hidden workspaces in xmobar
|
, ppHidden = xmobarColor "#82AAFF" "" . wrap "*" "" . clickable -- Hidden workspaces in xmobar
|
||||||
|
|||||||
39
code_extensions
Normal file
39
code_extensions
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
code --install-extension ahmadawais.shades-of-purple
|
||||||
|
code --install-extension arcticicestudio.nord-visual-studio-code
|
||||||
|
code --install-extension austin.code-gnu-global
|
||||||
|
code --install-extension christian-kohler.path-intellisense
|
||||||
|
code --install-extension CoenraadS.bracket-pair-colorizer-2
|
||||||
|
code --install-extension DotJoshJohnson.xml
|
||||||
|
code --install-extension dracula-theme.theme-dracula
|
||||||
|
code --install-extension formulahendry.auto-close-tag
|
||||||
|
code --install-extension formulahendry.auto-rename-tag
|
||||||
|
code --install-extension formulahendry.code-runner
|
||||||
|
code --install-extension Fudge.auto-using
|
||||||
|
code --install-extension HookyQR.beautify
|
||||||
|
code --install-extension humao.rest-client
|
||||||
|
code --install-extension James-Yu.latex-workshop
|
||||||
|
code --install-extension justusadam.language-haskell
|
||||||
|
code --install-extension marcochavezf.darcula-operator-mono-vscode
|
||||||
|
code --install-extension mitaki28.vscode-clang
|
||||||
|
code --install-extension ms-azuretools.vscode-azureappservice
|
||||||
|
code --install-extension ms-azuretools.vscode-azureresourcegroups
|
||||||
|
code --install-extension ms-azuretools.vscode-docker
|
||||||
|
code --install-extension ms-dotnettools.csharp
|
||||||
|
code --install-extension ms-python.python
|
||||||
|
code --install-extension ms-python.vscode-pylance
|
||||||
|
code --install-extension ms-toolsai.jupyter
|
||||||
|
code --install-extension ms-vscode-remote.remote-containers
|
||||||
|
code --install-extension ms-vscode-remote.remote-wsl
|
||||||
|
code --install-extension ms-vscode.azure-account
|
||||||
|
code --install-extension ms-vscode.cmake-tools
|
||||||
|
code --install-extension ms-vscode.cpptools
|
||||||
|
code --install-extension naumovs.color-highlight
|
||||||
|
code --install-extension quicktype.quicktype
|
||||||
|
code --install-extension sdras.night-owl
|
||||||
|
code --install-extension shd101wyy.markdown-preview-enhanced
|
||||||
|
code --install-extension streetsidesoftware.code-spell-checker
|
||||||
|
code --install-extension teabyii.ayu
|
||||||
|
code --install-extension tomoki1207.pdf
|
||||||
|
code --install-extension twxs.cmake
|
||||||
|
code --install-extension wayou.vscode-todo-highlight
|
||||||
|
code --install-extension wesbos.theme-cobalt2
|
||||||
Loading…
Reference in New Issue
Block a user