182 Commits

Author SHA1 Message Date
Sravan Balaji
b03d404447 Change Rsync to Backup
- Change rsync menu to backup menu
- Add menu options for cloud and hdd backup
- Cloud backup uses rsync as before
- HDD backup uses snap-sync
2022-08-18 07:44:30 -04:00
Sravan Balaji
4e301b1b4a Remove snap-sync user service (not working) 2022-08-18 07:14:58 -04:00
Sravan Balaji
b6ff26bcd6 Fix Rofi Keybinding Issue
- Rofi 1.7.4 introduced an issue with ISO_Left_Tab keybinding
  I had previously, just removed them completely
2022-08-16 18:32:23 -04:00
Sravan Balaji
ab0b36e06e Snap Sync Systemd Service
- Add service and timer for snap-sync
- Remove rsync scripts for phone (covered by syncthing)
  and external hdd (covered by snap-sync)
- Remove options for laptop and phone rsync scripts
  in rsync rofi menu
- Re-organize some sections of README.org
2022-08-16 16:39:48 -04:00
Sravan Balaji
1b39ef93cc Fix trackma config error
- Tracker update wait time was a float instead of integer
2022-08-15 16:26:30 -04:00
Sravan Balaji
687aec8913 Syncthing Systemd Service & GTK on Startup
- Add systemd user service file to run syncthing daemon
- Add syncthing-gtk to list of startup applications
2022-08-15 08:39:08 -04:00
Sravan Balaji
8fbc5c6ca0 RSYNC Laptop to HDD Re-Order & Yuzu
- Update dwm and doom emacs submodules
- Re-order rsync laptop to hdd script directories alphabetically
- Add Yuzu config and cache folders to laptop to hdd rsync script
2022-08-12 22:29:48 -04:00
Sravan Balaji
7e270ed2de Update Submodules & HDD Rsync Scrip
- Update doom emacs, doom eamcs config, dwm, and
  dracula-gtk submodules
- Update `rsync_laptop_to_external_hdd.sh` to use
  new path to HDD and re-order the folders that
  get synced
2022-08-11 16:25:49 -04:00
Sravan Balaji
7431e686de Add Trackma Config Files 2022-08-09 13:50:41 -04:00
Sravan Balaji
d6f6bc0c36 AUR SSH Host, Submodule Updates, and Manga Config & Backups
- Update `doom-emacs` submodule
- Add PKGBUILD mode to DOOM Emacs config
- Add mangal configuration to dotfiles
- Add `Manga` folder to rsync backup scripts
- Add SSH Host for AUR
2022-08-09 11:04:21 -04:00
Sravan Balaji
7af27d5644 Replace volctl with Volume Polybar Module
- Reduce `MAXLEN` in Xresources to 25
- Add volume module to dwm polybar
- Remove volctl from startup
- Update `doom-emacs` submodule
2022-07-31 18:02:18 -04:00
Sravan Balaji
d1e68e2ce3 Update MAXLEN for Polybar
- Update `MAXLEN` in Xresources
- Update `dwm-flexipatch` submodule with new scrolling
  media metadata using smaller maximum length
2022-07-31 17:34:22 -04:00
Sravan Balaji
b78b52e4bd PCSX2 Config Backup
- Update `doom-emacs` and `dwm-flexipatch` submodules
- Add `PCSX2` config to HDD rclone script
2022-07-29 13:37:34 -04:00
Sravan Balaji
f943e9df77 Update Submodules
- DOOM Emacs and Config
- dwm-flexipatch
- chemacs
- Some dracula themes
2022-07-17 08:24:55 -04:00
Sravan Balaji
b66c7216d9 Redshift Automatic Location
- Replace manual lat/long with geoclue2 location
- Add systemd user service for starting geoclue2 agent
2022-07-17 08:24:09 -04:00
Sravan Balaji
a47eeb536e Update Monitor Setup Script
- Replace HDMI output 2K@144Hz with DisplayPort output 2K@165Hz
2022-07-07 05:56:24 -04:00
Sravan Balaji
cb19f2e469 Update doom-emacs and dwm-flexipatch Submodules
- Merge upstream changes from `dwm-flexipatch`
- Pull upstream changes from `doom-emacs`
2022-07-05 20:45:09 -04:00
Sravan Balaji
07ce31a171 xrandr Setup Script, Picom vsync Off, and Rofi Height Fix
- Disable vsync in picom
- Change picom refresh rate to 0 (auto-detect)
- Make rofi height a calculated value rather than
  hard coded pixels
- Add `monitor_setup.sh` script to setup monitors
  with desired position, resolution, and refresh rate
  using `xrandr`
- Update `doom-emacs` submodule
- Update `dwm-flexipatch` submodule
- Update `dracula-gtk` submodule
2022-07-04 14:12:44 -04:00
Sravan Balaji
5da23d729b Rounded Divider in Starship
- Replace angle divider with curved divider in starship
- Update table of contents
- Add some whitespace
2022-07-02 11:06:06 -04:00
Sravan Balaji
34189b0d22 Module Margin & Padding Updates
- Change module margin and padding to 0 in Xresources
- Add some whitespace to README.org
- Update dwm-flexipatch submodule
- Update doom-emacs-config submodule
2022-07-01 18:59:08 -04:00
Sravan Balaji
f1ce457e1f Doom Emacs Update Script Fix & Submodule Updates
- Update doom emacs update script to just do
  `upgrade` and `purge`
- Update doom-emacs, doom-emacs-config, and dwm-flexipatch
  submodules
2022-07-01 16:40:43 -04:00
Sravan Balaji
b228e8713b Starship Config Update
- Update starship config to follow pastel powerline preset
  with dracula color scheme and some small personal tweaks
- Update doom-emacs, dracula-gtk, and dracula-vortex submodules
- Remove fish shell notification as this is now handled by starship
- Add whitespace and toml src code block type to README.org
2022-06-27 21:30:18 -04:00
Sravan Balaji
29695a4e97 Remove Fallout Grub Theme Submodule
- Found AUR package for grub theme instead
2022-06-18 20:33:01 -04:00
Sravan Balaji
ffe0d68f98 Rsync HDD Backup Update & Redshift Location Fix
- Fix redshift location (needed negative longitude for West)
- Remove `Documents` from hdd rsync backup
- Remove `PCSX2` from hdd rsync backup
- Add lutris cache to hdd rsync backup
- Update restart patches in dwm-flexipatch submodule
- Update doom-emacs submodule
2022-06-18 10:42:10 -04:00
Sravan Balaji
47d85601c7 Update gitignore
- Add xournalpp files and autorandr configs to gitignore
- Add dracula-pro to gitignore
- Add some comments in README explaining the stow ignore and git ignore
2022-06-15 21:46:07 -04:00
Sravan Balaji
c155117e57 Dracula Vortex Submodule & Redshift Location Update
- Update dwm-flexipatch and dracula-gtk submodules
- Add dracula-vortex submodule
- Move xournalpp config from ~/.xournalpp/ to ~/.config/xournalpp/
- Update location in redshift config
2022-06-15 21:36:31 -04:00
Sravan Balaji
a61cb7c606 Fish Shell CMD Done Notification & Update Startup List
- Remove nyrna from startup list
- Add udiskie to startup list to automount external drives
- Add command finished notification to fish shell
2022-06-12 11:15:17 -04:00
Sravan Balaji
f80f6ee9a0 Update some submodules 2022-06-10 08:45:47 -04:00
Sravan Balaji
a84101b888 Doom Emacs Update Script
- Update Doom Emacs submodule
- Add script to update doom emacs using chemacs2 environment variables
2022-06-10 08:44:43 -04:00
Sravan Balaji
ef61810beb Update External HDD Path in Rsync Script 2022-05-30 18:24:27 -04:00
Sravan Balaji
789435a1bd Fix rsync wine prefix symlink loop issue
- Exclude `dosdevices` to avoid symlink loop issue
- Sync entire `Games` folder
2022-05-21 20:38:25 -04:00
Sravan Balaji
4d9114793a DWM Flexipatch 6.3 Update
- Merge in bunch of commits from upstream dwm-flexipatch
- Make some fixes to README.org in DWM flexipatch
2022-05-21 12:35:50 -04:00
Sravan Balaji
26e5c160fd Update External HDD Rsync Script
- Reformatted external HDD as exFAT due to NTFS permission issues
- Change `external_hdd_path` to "/mnt/Seagate 5TB"
- Add Pictures directory to backup
- Add Lutris system settings and configuration to backup
- Add Dolphin, PCSX2, RetroArch, and RPCS3 system settings to backup
2022-05-21 06:40:53 -04:00
Sravan Balaji
c3bf57282f Switch from Git Bare to GNU Stow
- Remove `config` shell alias
- Update dracula kitty theme
- Update .gitignore for new GNU stow config
- Fix branches and tabbing in .gitmodules
- Add scripts for working with GNU stow
- Add `.stow-local-ignore` to ignore certain files/directories when stowing
- Update install instructions in README.org
- Add .gitmodules to README.org
- Add configurations for GNU stow to README.org
- Update Acknowledgements section of README.org with GNU stow info
2022-05-19 09:10:11 -04:00
Sravan Balaji
f9c632a7d3 Update emacs and dwm-flexipatch submodules
- Update git mode packages in doom-emacs-config
- Enable global auto rever mode in doom-emacs-config
- Small Fixes and Trackma-gtk Auto-Assign Tag in dwm-flexipatch
- Better Parse Error for chemacs in emacs
- Update doom-emacs to latest commit
2022-05-19 07:42:04 -04:00
Sravan Balaji
d3a3c62650 Rsync Scripts
- Fix "kilall" to "killall" in scripts
- Add rsync scripts to synchronize from laptop to cloud/external hdd/phone
- Add rsync rofi menu scrip
- Add rsync rofi menu to control center
- Fix spacing issue with gamemode.ini content in README.org
2022-05-18 17:40:34 -04:00
Sravan Balaji
ada09abdd8 Updated Bunch of Submodules 2022-05-01 16:47:11 -04:00
Sravan Balaji
6f6f97befd Brightness Control, Rofi on Left, Remove Transparency, OpenRGB on Startup
- Add brightness control script for built-in display
- Add brightness control script to control center
- Add dwm keybinding for brightness control script
- Change deadd pop-up and center background to solid (no transparency)
- Change rofi "centertab-dracula" theme to appear on left
  (mirrored version of notification center)
- Add openrgb to delayed startup list
2022-01-11 12:10:03 -05:00
Sravan Balaji
c0bab6cde6 NVIDIA GPU Profile Control
- Rename `system76-power.sh` to `cpu-gpu.sh`
- Add NVIDIA PowerMizer mode controls to `cpu-gpu.sh`
- Decrease rofi menu size to 50% of screen in both directions
  so notifications are not covered (e.g., when using profile
  query commands in `cpu-gpu.sh`)
- Switch to NVIDIA Performance Profile when launching game
- Switch to NVIDIA Adaptive Profile when exiting game
- Update control center script to work with renamed
  `cpu-gpu.sh`
2021-12-28 10:23:34 -05:00
Sravan Balaji
f47ed175a3 Update notify-send.py path in deadd control script
- Replaced notify-send.py pip package with AUR package
- Update deadd control script to use new system path
  of notify-send.py
2021-12-18 08:51:08 -05:00
Sravan Balaji
7ef1ed6879 DWM Polybar Module & Padding Fixes
- Add new environment variable for dwm-module-padding
- Make padding & margins consistent for all modules
- Adjust padding & margin values in Xresources
2021-12-05 12:12:57 -05:00
Sravan Balaji
8b788e0bdd Deadd Notification Gaps & Move Back to Right
- Increase deadd notification gaps
- Update dwm-flexipatch submodule to include
  center systray, asian fonts, module color changes
2021-12-02 16:18:01 -05:00
Sravan Balaji
a0ce632a0a DWM & Deadd Notification Center Changes
- Enable warp patch for dwm
- Merge some dwm-flexipatch upstream changes
- Modify dwm polybar config
- Move deadd notification center & pop-up
  notifications to the left side of the screen
2021-12-01 12:48:55 -05:00
Sravan Balaji
290ea8a946 Update Rofi Config for Version 1.7.1 2021-11-27 20:27:13 -05:00
Sravan Balaji
03f9e982c2 Deadd Notification Center Buttons
- Add buttons to pause, unpause, and close notification center
2021-10-28 08:43:52 -04:00
Sravan Balaji
9017a65bcf Submodule Updates & Picom Config Changes
- Update doom-emacs submodule
- Update dracula theme submodules
- Update doom-emacs-config submodule with file extension mode
  association and frame opacity
- Update dwm-flexipatch submodule with deck layout
- Update picom config to vsync at 144Hz instead of auto-detecting
  refresh rate
- Add matlab-schemes submodule for MATLAB editor themeing
- Remove automatically turning picom back on in game_exit.sh because
  it causing visual glitches. Manually turning it back on seems
  to work fine.
- Fix rofi menu icons for picom script
- Use picom "-b" flag instead of running it in background manually
  with "&"
2021-09-26 18:17:57 -04:00
Sravan Balaji
cac0719d5f Picom Enable Vsync to Fix Screen Tearing
- Enable vsync in picom configuration
- Toggle picom on and off with gaming launch & exit script
  rather than unredir-if-possible setting
2021-09-22 15:52:45 -04:00
Sravan Balaji
8585a60daf README Org Comment Capitalization, ToC
- Make README org document comments capitalized
- Update doom emacs config with new font
- Add table of contents to README.org files
2021-09-21 15:06:43 -04:00
Sravan Balaji
7a77f60b33 Update Doom Emacs & DWM Flexipatch Modules
- Enable lsp mode for languages in doom emacs config
- Rebase dwm-flexipatch on upstream and enable always center patch
2021-09-19 09:32:47 -04:00
Sravan Balaji
836eced743 Doom Emacs Configuration Updates
- Update doom-emacs submodule
- Update doom-emacs-config submodule
2021-09-17 00:50:27 -04:00