├── .vimrc ├── Arch-Setup-Scripts ├── Arch_Install.sh ├── Arch_Setup_Install.sh └── README.md ├── LICENSE.md ├── README.md ├── Wallpapers ├── 5120x2880.jpg ├── China_Town.jpg ├── Geometric_Abstract.jpg ├── Mountains.jpg ├── Pixelated_Mountains.jpg ├── Purple_Lake.jpg ├── Purple_Lands.jpg ├── abstraction_geometry_mosaic_157863_1920x1080.jpg ├── abstraction_sharp_figure_101902_1920x1080.jpg ├── arch-linux-logo-colorful.jpg ├── architecture_interior_grid_140025_1920x1080.jpg ├── background_bumps_light_86951_1920x1080.jpg ├── forest_mountains_sunset_cool_weather_minimalism.jpg ├── form_light_abstraction_bright_76089_1920x1080.jpg ├── forrest.png ├── lines_wavy_strip_paint_88557_1920x1080.jpg ├── lonely-fish.png ├── mountains-minimalism-forest-firewatch-wallpaper-preview.jpg ├── triangles_abstract_blue_104706_1920x1080.jpg ├── triangles_background_light_91693_1920x1080.jpg ├── wallpaperbetter.com_1920x1080.jpg ├── wallpaperbetter.com_1920x1080_ubuntu.jpg ├── wallpaperbetter.com_1920x1200.jpg ├── waves_colorful_abstraction_144029_1920x1080.jpg └── wavy_background_light_scales_smoke_88566_1920x1080.jpg ├── alacritty ├── alacritty.yml └── catppuccin.yml ├── betterlockscreenrc ├── cava └── config ├── dunst ├── dunstrc └── icons │ ├── README.md │ ├── icons8-android-l-battery-50.png │ ├── icons8-audio-50.png │ ├── icons8-battery-alert-24.png │ ├── icons8-battery-alert-48.png │ ├── icons8-battery-alert-50.png │ ├── icons8-charging-battery-50.png │ ├── icons8-fan-48.png │ ├── icons8-full-battery-48.png │ ├── icons8-info-48.png │ ├── icons8-no-audio-50.png │ ├── icons8-sun-48.png │ ├── icons8-temperature-50.png │ ├── icons8-voice-50.png │ ├── icons8-wi-fi-24.png │ ├── icons8-wi-fi-off-24.png │ ├── volume-high-solid.svg │ ├── volume-low-solid.svg │ ├── volume-off-solid.svg │ └── volume-xmark-solid.svg ├── fish ├── conf.d │ ├── README.md │ └── omf.fish ├── config.fish └── fish_variables ├── fonts ├── Feather.ttf ├── JetBrains Mono Regular Nerd Font Complete Mono.ttf └── MaterialIcons-Regular.ttf ├── lf ├── clear_img.sh ├── colors ├── draw_img.sh ├── icons ├── lfrc ├── previewer.sh └── wrapper.sh ├── nvim ├── init.lua └── lua │ ├── colorschemes │ └── catppuccin.lua │ ├── mapping │ └── init.lua │ ├── plugins │ ├── alpha.lua │ ├── barbar.lua │ ├── indent-blankline.lua │ ├── lsp-config.lua │ ├── lsp-installer.lua │ ├── lualine.lua │ ├── nvim-cmp.lua │ ├── nvim-tree.lua │ └── nvim-treesitter.lua │ ├── settings │ └── init.lua │ └── vim_plug │ └── init.lua ├── picom ├── jonaburg_picom.conf └── picom.conf ├── qtile ├── Colours_Decor.py ├── Commands.txt ├── Keybindings.py ├── Scripts │ ├── bat_poll │ ├── bright_control │ ├── cpu_temp │ ├── cpu_temp_text │ ├── fan_speed │ ├── fan_speed_text │ ├── first_startup │ ├── get_ip.sh │ ├── power_menu │ ├── vol_script │ ├── wal-set │ └── wifi_menu ├── __pycache__ │ ├── Colours_Decor.cpython-310.pyc │ ├── Keybindings.cpython-310.pyc │ └── config.cpython-310.pyc ├── autostart.sh ├── config.py └── icons │ ├── exit.png │ ├── log-out-new.png │ ├── logout-colored.png │ ├── logout.png │ ├── moon.png │ ├── on-off-button.png │ ├── power-off.png │ ├── power-switch.png │ ├── reboot.png │ ├── refresh.png │ ├── restart-colored.png │ ├── rotation-lock.png │ ├── stand-by.png │ ├── switch.png │ ├── sync-new-2.png │ ├── sync-new.png │ └── sync.png ├── rofi ├── config.rasi └── themes │ └── my_theme.rasi └── starship.toml /.vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/.vimrc -------------------------------------------------------------------------------- /Arch-Setup-Scripts/Arch_Install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Arch-Setup-Scripts/Arch_Install.sh -------------------------------------------------------------------------------- /Arch-Setup-Scripts/Arch_Setup_Install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Arch-Setup-Scripts/Arch_Setup_Install.sh -------------------------------------------------------------------------------- /Arch-Setup-Scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Arch-Setup-Scripts/README.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /Wallpapers/5120x2880.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/5120x2880.jpg -------------------------------------------------------------------------------- /Wallpapers/China_Town.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/China_Town.jpg -------------------------------------------------------------------------------- /Wallpapers/Geometric_Abstract.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/Geometric_Abstract.jpg -------------------------------------------------------------------------------- /Wallpapers/Mountains.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/Mountains.jpg -------------------------------------------------------------------------------- /Wallpapers/Pixelated_Mountains.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/Pixelated_Mountains.jpg -------------------------------------------------------------------------------- /Wallpapers/Purple_Lake.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/Purple_Lake.jpg -------------------------------------------------------------------------------- /Wallpapers/Purple_Lands.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/Purple_Lands.jpg -------------------------------------------------------------------------------- /Wallpapers/abstraction_geometry_mosaic_157863_1920x1080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/abstraction_geometry_mosaic_157863_1920x1080.jpg -------------------------------------------------------------------------------- /Wallpapers/abstraction_sharp_figure_101902_1920x1080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/abstraction_sharp_figure_101902_1920x1080.jpg -------------------------------------------------------------------------------- /Wallpapers/arch-linux-logo-colorful.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/arch-linux-logo-colorful.jpg -------------------------------------------------------------------------------- /Wallpapers/architecture_interior_grid_140025_1920x1080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/architecture_interior_grid_140025_1920x1080.jpg -------------------------------------------------------------------------------- /Wallpapers/background_bumps_light_86951_1920x1080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/background_bumps_light_86951_1920x1080.jpg -------------------------------------------------------------------------------- /Wallpapers/forest_mountains_sunset_cool_weather_minimalism.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/forest_mountains_sunset_cool_weather_minimalism.jpg -------------------------------------------------------------------------------- /Wallpapers/form_light_abstraction_bright_76089_1920x1080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/form_light_abstraction_bright_76089_1920x1080.jpg -------------------------------------------------------------------------------- /Wallpapers/forrest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/forrest.png -------------------------------------------------------------------------------- /Wallpapers/lines_wavy_strip_paint_88557_1920x1080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/lines_wavy_strip_paint_88557_1920x1080.jpg -------------------------------------------------------------------------------- /Wallpapers/lonely-fish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/lonely-fish.png -------------------------------------------------------------------------------- /Wallpapers/mountains-minimalism-forest-firewatch-wallpaper-preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/mountains-minimalism-forest-firewatch-wallpaper-preview.jpg -------------------------------------------------------------------------------- /Wallpapers/triangles_abstract_blue_104706_1920x1080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/triangles_abstract_blue_104706_1920x1080.jpg -------------------------------------------------------------------------------- /Wallpapers/triangles_background_light_91693_1920x1080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/triangles_background_light_91693_1920x1080.jpg -------------------------------------------------------------------------------- /Wallpapers/wallpaperbetter.com_1920x1080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/wallpaperbetter.com_1920x1080.jpg -------------------------------------------------------------------------------- /Wallpapers/wallpaperbetter.com_1920x1080_ubuntu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/wallpaperbetter.com_1920x1080_ubuntu.jpg -------------------------------------------------------------------------------- /Wallpapers/wallpaperbetter.com_1920x1200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/wallpaperbetter.com_1920x1200.jpg -------------------------------------------------------------------------------- /Wallpapers/waves_colorful_abstraction_144029_1920x1080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/waves_colorful_abstraction_144029_1920x1080.jpg -------------------------------------------------------------------------------- /Wallpapers/wavy_background_light_scales_smoke_88566_1920x1080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/Wallpapers/wavy_background_light_scales_smoke_88566_1920x1080.jpg -------------------------------------------------------------------------------- /alacritty/alacritty.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/alacritty/alacritty.yml -------------------------------------------------------------------------------- /alacritty/catppuccin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/alacritty/catppuccin.yml -------------------------------------------------------------------------------- /betterlockscreenrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/betterlockscreenrc -------------------------------------------------------------------------------- /cava/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/cava/config -------------------------------------------------------------------------------- /dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/dunstrc -------------------------------------------------------------------------------- /dunst/icons/README.md: -------------------------------------------------------------------------------- 1 | # This folder contains all the icons used by dunst. 2 | -------------------------------------------------------------------------------- /dunst/icons/icons8-android-l-battery-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/icons8-android-l-battery-50.png -------------------------------------------------------------------------------- /dunst/icons/icons8-audio-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/icons8-audio-50.png -------------------------------------------------------------------------------- /dunst/icons/icons8-battery-alert-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/icons8-battery-alert-24.png -------------------------------------------------------------------------------- /dunst/icons/icons8-battery-alert-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/icons8-battery-alert-48.png -------------------------------------------------------------------------------- /dunst/icons/icons8-battery-alert-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/icons8-battery-alert-50.png -------------------------------------------------------------------------------- /dunst/icons/icons8-charging-battery-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/icons8-charging-battery-50.png -------------------------------------------------------------------------------- /dunst/icons/icons8-fan-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/icons8-fan-48.png -------------------------------------------------------------------------------- /dunst/icons/icons8-full-battery-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/icons8-full-battery-48.png -------------------------------------------------------------------------------- /dunst/icons/icons8-info-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/icons8-info-48.png -------------------------------------------------------------------------------- /dunst/icons/icons8-no-audio-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/icons8-no-audio-50.png -------------------------------------------------------------------------------- /dunst/icons/icons8-sun-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/icons8-sun-48.png -------------------------------------------------------------------------------- /dunst/icons/icons8-temperature-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/icons8-temperature-50.png -------------------------------------------------------------------------------- /dunst/icons/icons8-voice-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/icons8-voice-50.png -------------------------------------------------------------------------------- /dunst/icons/icons8-wi-fi-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/icons8-wi-fi-24.png -------------------------------------------------------------------------------- /dunst/icons/icons8-wi-fi-off-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/icons8-wi-fi-off-24.png -------------------------------------------------------------------------------- /dunst/icons/volume-high-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/volume-high-solid.svg -------------------------------------------------------------------------------- /dunst/icons/volume-low-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/volume-low-solid.svg -------------------------------------------------------------------------------- /dunst/icons/volume-off-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/volume-off-solid.svg -------------------------------------------------------------------------------- /dunst/icons/volume-xmark-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/dunst/icons/volume-xmark-solid.svg -------------------------------------------------------------------------------- /fish/conf.d/README.md: -------------------------------------------------------------------------------- 1 | # This folder contains omf related stuff. 2 | -------------------------------------------------------------------------------- /fish/conf.d/omf.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/fish/conf.d/omf.fish -------------------------------------------------------------------------------- /fish/config.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/fish/config.fish -------------------------------------------------------------------------------- /fish/fish_variables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/fish/fish_variables -------------------------------------------------------------------------------- /fonts/Feather.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/fonts/Feather.ttf -------------------------------------------------------------------------------- /fonts/JetBrains Mono Regular Nerd Font Complete Mono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/fonts/JetBrains Mono Regular Nerd Font Complete Mono.ttf -------------------------------------------------------------------------------- /fonts/MaterialIcons-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/fonts/MaterialIcons-Regular.ttf -------------------------------------------------------------------------------- /lf/clear_img.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/lf/clear_img.sh -------------------------------------------------------------------------------- /lf/colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/lf/colors -------------------------------------------------------------------------------- /lf/draw_img.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/lf/draw_img.sh -------------------------------------------------------------------------------- /lf/icons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/lf/icons -------------------------------------------------------------------------------- /lf/lfrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/lf/lfrc -------------------------------------------------------------------------------- /lf/previewer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/lf/previewer.sh -------------------------------------------------------------------------------- /lf/wrapper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/lf/wrapper.sh -------------------------------------------------------------------------------- /nvim/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/nvim/init.lua -------------------------------------------------------------------------------- /nvim/lua/colorschemes/catppuccin.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/nvim/lua/colorschemes/catppuccin.lua -------------------------------------------------------------------------------- /nvim/lua/mapping/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/nvim/lua/mapping/init.lua -------------------------------------------------------------------------------- /nvim/lua/plugins/alpha.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/nvim/lua/plugins/alpha.lua -------------------------------------------------------------------------------- /nvim/lua/plugins/barbar.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/nvim/lua/plugins/barbar.lua -------------------------------------------------------------------------------- /nvim/lua/plugins/indent-blankline.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/nvim/lua/plugins/indent-blankline.lua -------------------------------------------------------------------------------- /nvim/lua/plugins/lsp-config.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/nvim/lua/plugins/lsp-config.lua -------------------------------------------------------------------------------- /nvim/lua/plugins/lsp-installer.lua: -------------------------------------------------------------------------------- 1 | require("nvim-lsp-installer").setup {} 2 | -------------------------------------------------------------------------------- /nvim/lua/plugins/lualine.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/nvim/lua/plugins/lualine.lua -------------------------------------------------------------------------------- /nvim/lua/plugins/nvim-cmp.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/nvim/lua/plugins/nvim-cmp.lua -------------------------------------------------------------------------------- /nvim/lua/plugins/nvim-tree.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/nvim/lua/plugins/nvim-tree.lua -------------------------------------------------------------------------------- /nvim/lua/plugins/nvim-treesitter.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/nvim/lua/plugins/nvim-treesitter.lua -------------------------------------------------------------------------------- /nvim/lua/settings/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/nvim/lua/settings/init.lua -------------------------------------------------------------------------------- /nvim/lua/vim_plug/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/nvim/lua/vim_plug/init.lua -------------------------------------------------------------------------------- /picom/jonaburg_picom.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/picom/jonaburg_picom.conf -------------------------------------------------------------------------------- /picom/picom.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/picom/picom.conf -------------------------------------------------------------------------------- /qtile/Colours_Decor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/Colours_Decor.py -------------------------------------------------------------------------------- /qtile/Commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/Commands.txt -------------------------------------------------------------------------------- /qtile/Keybindings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/Keybindings.py -------------------------------------------------------------------------------- /qtile/Scripts/bat_poll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/Scripts/bat_poll -------------------------------------------------------------------------------- /qtile/Scripts/bright_control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/Scripts/bright_control -------------------------------------------------------------------------------- /qtile/Scripts/cpu_temp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/Scripts/cpu_temp -------------------------------------------------------------------------------- /qtile/Scripts/cpu_temp_text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/Scripts/cpu_temp_text -------------------------------------------------------------------------------- /qtile/Scripts/fan_speed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/Scripts/fan_speed -------------------------------------------------------------------------------- /qtile/Scripts/fan_speed_text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/Scripts/fan_speed_text -------------------------------------------------------------------------------- /qtile/Scripts/first_startup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/Scripts/first_startup -------------------------------------------------------------------------------- /qtile/Scripts/get_ip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/Scripts/get_ip.sh -------------------------------------------------------------------------------- /qtile/Scripts/power_menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/Scripts/power_menu -------------------------------------------------------------------------------- /qtile/Scripts/vol_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/Scripts/vol_script -------------------------------------------------------------------------------- /qtile/Scripts/wal-set: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/Scripts/wal-set -------------------------------------------------------------------------------- /qtile/Scripts/wifi_menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/Scripts/wifi_menu -------------------------------------------------------------------------------- /qtile/__pycache__/Colours_Decor.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/__pycache__/Colours_Decor.cpython-310.pyc -------------------------------------------------------------------------------- /qtile/__pycache__/Keybindings.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/__pycache__/Keybindings.cpython-310.pyc -------------------------------------------------------------------------------- /qtile/__pycache__/config.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/__pycache__/config.cpython-310.pyc -------------------------------------------------------------------------------- /qtile/autostart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/autostart.sh -------------------------------------------------------------------------------- /qtile/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/config.py -------------------------------------------------------------------------------- /qtile/icons/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/icons/exit.png -------------------------------------------------------------------------------- /qtile/icons/log-out-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/icons/log-out-new.png -------------------------------------------------------------------------------- /qtile/icons/logout-colored.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/icons/logout-colored.png -------------------------------------------------------------------------------- /qtile/icons/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/icons/logout.png -------------------------------------------------------------------------------- /qtile/icons/moon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/icons/moon.png -------------------------------------------------------------------------------- /qtile/icons/on-off-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/icons/on-off-button.png -------------------------------------------------------------------------------- /qtile/icons/power-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/icons/power-off.png -------------------------------------------------------------------------------- /qtile/icons/power-switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/icons/power-switch.png -------------------------------------------------------------------------------- /qtile/icons/reboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/icons/reboot.png -------------------------------------------------------------------------------- /qtile/icons/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/icons/refresh.png -------------------------------------------------------------------------------- /qtile/icons/restart-colored.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/icons/restart-colored.png -------------------------------------------------------------------------------- /qtile/icons/rotation-lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/icons/rotation-lock.png -------------------------------------------------------------------------------- /qtile/icons/stand-by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/icons/stand-by.png -------------------------------------------------------------------------------- /qtile/icons/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/icons/switch.png -------------------------------------------------------------------------------- /qtile/icons/sync-new-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/icons/sync-new-2.png -------------------------------------------------------------------------------- /qtile/icons/sync-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/icons/sync-new.png -------------------------------------------------------------------------------- /qtile/icons/sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/qtile/icons/sync.png -------------------------------------------------------------------------------- /rofi/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/rofi/config.rasi -------------------------------------------------------------------------------- /rofi/themes/my_theme.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/rofi/themes/my_theme.rasi -------------------------------------------------------------------------------- /starship.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruturajn/Dotfiles/HEAD/starship.toml --------------------------------------------------------------------------------