summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/bat/config29
-rw-r--r--.config/foot/foot.ini198
-rw-r--r--.config/foot/themes/onedark-dark17
-rw-r--r--.config/foot/themes/onedark-light17
-rw-r--r--.config/i3/config125
-rw-r--r--.config/ncspot/config.toml23
-rwxr-xr-x.config/nsxiv/exec/image-info21
-rwxr-xr-x.config/nsxiv/exec/thumb-info20
-rwxr-xr-x.config/nsxiv/exec/win-title27
-rw-r--r--.config/polybar/config.ini156
-rw-r--r--.config/rofi/config.rasi147
-rw-r--r--.config/rofi/themes/onedark.rasi91
-rw-r--r--.config/starship.toml20
-rw-r--r--.config/waybar/config16
14 files changed, 0 insertions, 907 deletions
diff --git a/.config/bat/config b/.config/bat/config
deleted file mode 100644
index 973fa1f..0000000
--- a/.config/bat/config
+++ /dev/null
@@ -1,29 +0,0 @@
-# This is `bat`s configuration file. Each line either contains a comment or
-# a command-line option that you want to pass to `bat` by default. You can
-# run `bat --help` to get a list of all possible configuration options.
-
-# Specify desired highlighting theme (e.g. "TwoDark"). Run `bat --list-themes`
-# for a list of all available themes
---theme="TwoDark"
-
-# Show line numbers, Git modifications and file header (but no grid)
---style="numbers,changes,header"
-
-# Enable this to use italic text on the terminal. This is not supported on all
-# terminal emulators (like tmux, by default):
---italic-text=always
-
-# Uncomment the following line to disable automatic paging:
-#--paging=never
-
-# Uncomment the following line if you are using less version >= 551 and want to
-# enable mouse scrolling support in `bat` when running inside tmux. This might
-# disable text selection, unless you press shift.
-#--pager="less --RAW-CONTROL-CHARS --quit-if-one-screen --mouse"
-
-# Syntax mappings: map a certain filename pattern to a language.
-# Example 1: use the C++ syntax for Arduino .ino files
-# Example 2: Use ".gitignore"-style highlighting for ".ignore" files
-#--map-syntax "*.ino:C++"
-#--map-syntax ".ignore:Git Ignore"
---map-syntax='*.conf:INI'
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini
deleted file mode 100644
index 6e9797d..0000000
--- a/.config/foot/foot.ini
+++ /dev/null
@@ -1,198 +0,0 @@
-# -*- conf -*-
-
-# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
-# term=foot (or xterm-256color if built with -Dterminfo=disabled)
-# login-shell=no
-
-# app-id=foot
-# title=foot
-# locked-title=no
-
- font=JetBrainsMono NerdFont:size=7
-# font-bold=<bold variant of regular font>
-# font-italic=<italic variant of regular font>
-# font-bold-italic=<bold+italic variant of regular font>
-# line-height=<font metrics>
-# letter-spacing=0
-# horizontal-letter-offset=0
-# vertical-letter-offset=0
-# underline-offset=<font metrics>
-# box-drawings-uses-font-glyphs=no
-# dpi-aware=auto
-
-# initial-window-size-pixels=700x500 # Or,
-# initial-window-size-chars=<COLSxROWS>
-# initial-window-mode=windowed
-# pad=2x2 # optionally append 'center'
-# resize-delay-ms=100
-
-# notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
-
-# bold-text-in-bright=no
-# word-delimiters=,│`|:"'()[]{}<>
-# selection-target=primary
-# workers=<number of logical CPUs>
-
-[main]
-include=~/.config/foot/themes/onedark-dark
-
-[environment]
-# name=value
-
-[bell]
-# urgent=no
-# notify=no
-# command=
-# command-focused=no
-
-[scrollback]
-# lines=1000
-# multiplier=3.0
-# indicator-position=relative
-# indicator-format=
-
-[url]
-# launch=xdg-open ${url}
-# label-letters=sadfjklewcmpgh
-# osc8-underline=url-mode
-# protocols=http, https, ftp, ftps, file, gemini, gopher
-# uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[]
-
-[cursor]
-# style=block
-# color=<inverse foreground/background>
-# blink=no
-# beam-thickness=1.5
-# underline-thickness=<font underline thickness>
-
-[mouse]
-# hide-when-typing=no
-# alternate-scroll-mode=yes
-
-[colors]
-# alpha=1.0
-# foreground=dcdccc
-# background=111111
-
-## Normal/regular colors (color palette 0-7)
-# regular0=222222 # black
-# regular1=cc9393 # red
-# regular2=7f9f7f # green
-# regular3=d0bf8f # yellow
-# regular4=6ca0a3 # blue
-# regular5=dc8cc3 # magenta
-# regular6=93e0e3 # cyan
-# regular7=dcdccc # white
-
-## Bright colors (color palette 8-15)
-# bright0=666666 # bright black
-# bright1=dca3a3 # bright red
-# bright2=bfebbf # bright green
-# bright3=f0dfaf # bright yellow
-# bright4=8cd0d3 # bright blue
-# bright5=fcace3 # bright magenta
-# bright6=b3ffff # bright cyan
-# bright7=ffffff # bright white
-
-## dimmed colors (see foot.ini(5) man page)
-# dim0=<not set>
-# ...
-# dim7=<not-set>
-
-## The remaining 256-color palette
-# 16 = <256-color palette #16>
-# ...
-# 255 = <256-color palette #255>
-
-## Misc colors
-# selection-foreground=<inverse foreground/background>
-# selection-background=<inverse foreground/background>
-# jump-labels=<regular0> <regular3> # black-on-yellow
-# scrollback-indicator=<regular0> <bright4> # black-on-bright-blue
-# search-box-no-match=<regular0> <regular1> # black-on-red
-# search-box-match=<regular0> <regular3> # black-on-yellow
-# urls=<regular3>
-
-[csd]
-# preferred=server
-# size=26
-# font=<primary font>
-# color=<foreground color>
-# hide-when-typing=no
-# border-width=0
-# border-color=<csd.color>
-# button-width=26
-# button-color=<background color>
-# button-minimize-color=<regular4>
-# button-maximize-color=<regular2>
-# button-close-color=<regular1>
-
-[key-bindings]
-# scrollback-up-page=Shift+Page_Up
-# scrollback-up-half-page=none
-# scrollback-up-line=none
-# scrollback-down-page=Shift+Page_Down
-# scrollback-down-half-page=none
-# scrollback-down-line=none
-# clipboard-copy=Control+Shift+c XF86Copy
-# clipboard-paste=Control+Shift+v XF86Paste
-# primary-paste=Shift+Insert
-# search-start=Control+Shift+r
-# font-increase=Control+plus Control+equal Control+KP_Add
-# font-decrease=Control+minus Control+KP_Subtract
-# font-reset=Control+0 Control+KP_0
-# spawn-terminal=Control+Shift+n
-# minimize=none
-# maximize=none
-# fullscreen=none
-# pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none
-# pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none
-# pipe-selected=[xargs -r firefox] none
-# show-urls-launch=Control+Shift+u
-# show-urls-copy=none
-# show-urls-persistent=none
-# prompt-prev=Control+Shift+z
-# prompt-next=Control+Shift+x
-# unicode-input=none
-# noop=none
-
-[search-bindings]
-# cancel=Control+g Control+c Escape
-# commit=Return
-# find-prev=Control+r
-# find-next=Control+s
-# cursor-left=Left Control+b
-# cursor-left-word=Control+Left Mod1+b
-# cursor-right=Right Control+f
-# cursor-right-word=Control+Right Mod1+f
-# cursor-home=Home Control+a
-# cursor-end=End Control+e
-# delete-prev=BackSpace
-# delete-prev-word=Mod1+BackSpace Control+BackSpace
-# delete-next=Delete
-# delete-next-word=Mod1+d Control+Delete
-# extend-to-word-boundary=Control+w
-# extend-to-next-whitespace=Control+Shift+w
-# clipboard-paste=Control+v Control+Shift+v Control+y XF86Paste
-# primary-paste=Shift+Insert
-# unicode-input=none
-
-[url-bindings]
-# cancel=Control+g Control+c Control+d Escape
-# toggle-url-visible=t
-
-[text-bindings]
-# \x03=Mod4+c # Map Super+c -> Ctrl+c
-
-[mouse-bindings]
-# selection-override-modifiers=Shift
-# primary-paste=BTN_MIDDLE
-# select-begin=BTN_LEFT
-# select-begin-block=Control+BTN_LEFT
-# select-extend=BTN_RIGHT
-# select-extend-character-wise=Control+BTN_RIGHT
-# select-word=BTN_LEFT-2
-# select-word-whitespace=Control+BTN_LEFT-2
-# select-row=BTN_LEFT-3
-
-# vim: ft=dosini
diff --git a/.config/foot/themes/onedark-dark b/.config/foot/themes/onedark-dark
deleted file mode 100644
index 7982dd0..0000000
--- a/.config/foot/themes/onedark-dark
+++ /dev/null
@@ -1,17 +0,0 @@
-# Onedark - Dark
-
-[cursor]
-color=3e4451 528bff
-
-[colors]
-alpha=1.0
-foreground=dcdccc
-background=111111
-regular0=5c6370 # black
-regular1=e06c75 # red
-regular2=98c379 # green
-regular3=e5c07b # yellow
-regular4=61afef # blue
-regular5=c678dd # magenta
-regular6=56b6c2 # cyan
-regular7=bbc2cf # white
diff --git a/.config/foot/themes/onedark-light b/.config/foot/themes/onedark-light
deleted file mode 100644
index a3c071e..0000000
--- a/.config/foot/themes/onedark-light
+++ /dev/null
@@ -1,17 +0,0 @@
-# Onedark - Light
-
-[cursor]
-color=e5e5e6 526eff
-
-[colors]
-alpha=1.0
-foreground=383a42
-background=fafafa
-regular0=696c77 # black
-regular1=e45649 # red
-regular2=50a14f # green
-regular3=c18401 # yellow
-regular4=4078f2 # blue
-regular5=a626a4 # magenta
-regular6=0184bc # cyan
-regular7=383a42 # white
diff --git a/.config/i3/config b/.config/i3/config
deleted file mode 100644
index fafd56d..0000000
--- a/.config/i3/config
+++ /dev/null
@@ -1,125 +0,0 @@
-set $mod Mod4
-set $alt Mod1
-floating_modifier $mod
-
-bindsym $mod+Shift+q kill
-bindsym $mod+Escape exec --no-startup-id systemctl suspend
-bindsym $mod+Return exec alacritty
-bindsym $mod+b exec qutebrowser
-bindsym $mod+f fullscreen toggle
-bindsym $mod+i exec --no-startup-id polybar-msg cmd toggle
-bindsym $mod+Shift+s exec --no-startup-id ~/.local/bin/screenshot -s
-bindsym Print exec --no-startup-id ~/.local/bin/screenshot
-bindsym $mod+Shift+c exec --no-startup-id ~/.local/bin/comptoggle
-bindsym $mod+Shift+u exec --no-startup-id ~/.local/bin/dock -u
-bindsym $mod+Shift+d exec --no-startup-id ~/.local/bin/dock -d
-
-bindsym $mod+d exec --no-startup-id dmenu_run -p 'run:' -l 8 -b -i -fn 'JetBrainsMono NerdFont:size=11'
-bindsym $alt+b exec --no-startup-id clipmenu -p 'clip:' -b -i -fn 'JetBrainsMono NerdFont:size=11'
-bindsym $mod+p exec --no-startup-id ~/.local/bin/dmenu/dm-pass
-bindsym $mod+Shift+p exec --no-startup-id ~/.local/bin/dmenu/dm-power
-
-bindsym XF86AudioRaiseVolume exec --no-startup-id pamixer -i 5
-bindsym XF86AudioLowerVolume exec --no-startup-id pamixer -d 5
-bindsym XF86AudioMute exec --no-startup-id pamixer -t
-bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
-bindsym XF86AudioNext exec --no-startup-id playerctl next
-bindsym XF86AudioPrev exec --no-startup-id playerctl previous
-bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5
-bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5
-
-bindsym $mod+h focus left
-bindsym $mod+j focus down
-bindsym $mod+k focus up
-bindsym $mod+l focus right
-bindsym $mod+Left focus left
-bindsym $mod+Down focus down
-bindsym $mod+Up focus up
-bindsym $mod+Right focus right
-
-bindsym $mod+Shift+h move left
-bindsym $mod+Shift+j move down
-bindsym $mod+Shift+k move up
-bindsym $mod+Shift+l move right
-bindsym $mod+Shift+Left move left
-bindsym $mod+Shift+Down move down
-bindsym $mod+Shift+Up move up
-bindsym $mod+Shift+Right move right
-bindsym $mod+Tab focus mode_toggle
-
-bindsym $mod+g split h
-bindsym $mod+v split v
-bindsym $mod+t layout toggle tabbed splith splitv
-bindsym $mod+Shift+f floating toggle
-
-bindsym $mod+1 workspace number 1
-bindsym $mod+2 workspace number 2
-bindsym $mod+3 workspace number 3
-bindsym $mod+4 workspace number 4
-bindsym $mod+5 workspace number 5
-bindsym $mod+6 workspace number 6
-bindsym $mod+7 workspace number 7
-bindsym $mod+8 workspace number 8
-bindsym $mod+9 workspace number 9
-bindsym $mod+0 workspace number 10
-
-bindsym $mod+Shift+1 move container to workspace number 1
-bindsym $mod+Shift+2 move container to workspace number 2
-bindsym $mod+Shift+3 move container to workspace number 3
-bindsym $mod+Shift+4 move container to workspace number 4
-bindsym $mod+Shift+5 move container to workspace number 5
-bindsym $mod+Shift+6 move container to workspace number 6
-bindsym $mod+Shift+7 move container to workspace number 7
-bindsym $mod+Shift+8 move container to workspace number 8
-bindsym $mod+Shift+9 move container to workspace number 9
-bindsym $mod+Shift+0 move container to workspace number 10
-
-mode "Resize Mode" {
- bindsym h resize shrink width 6 px or 6 ppt
- bindsym j resize shrink height 6 px or 6 ppt
- bindsym k resize grow height 6 px or 6 ppt
- bindsym l resize grow width 6 px or 6 ppt
- bindsym Left resize shrink width 6 px or 6 ppt
- bindsym Down resize shrink height 6 px or 6 ppt
- bindsym Up resize grow height 6 px or 6 ppt
- bindsym Right resize grow width 6 px or 6 ppt
-
- bindsym Shift+h resize shrink width 12 px or 12 ppt
- bindsym Shift+j resize shrink height 12 px or 12 ppt
- bindsym Shift+k resize grow height 12 px or 12 ppt
- bindsym Shift+l resize grow width 12 px or 12 ppt
- bindsym Shift+Left resize shrink width 12 px or 12 ppt
- bindsym Shift+Down resize shrink height 12 px or 12 ppt
- bindsym Shift+Up resize grow height 12 px or 12 ppt
- bindsym Shift+Right resize grow width 12 px or 12 ppt
-
- bindsym minus gaps inner current minus 5
- bindsym plus gaps inner current plus 5
- bindsym Shift+minus gaps inner current minus 10
- bindsym Shift+plus gaps inner current plus 10
-
- bindsym Return mode "default"
- bindsym Escape mode "default"
- bindsym $mod+r mode "default"
-}
-bindsym $mod+r mode "Resize Mode"
-
-font pango:Source Code Pro Medium 11
-gaps inner 0
-gaps outer 0
-default_border pixel 2
-default_floating_border pixel 2
-title_align center
-
-smart_gaps on
-hide_edge_borders smart
-popup_during_fullscreen smart
-focus_follows_mouse yes
-
-floating_maximum_size -1 x -1
-for_window [class="floating_window"] floating enable
-for_window [window_role="pop-up"] floating enable
-for_window [window_role="About"] floating enable
-for_window [class="Nextcloud"] floating enable
-
-exec_always --no-startup-id ~/.local/bin/barlaunch
diff --git a/.config/ncspot/config.toml b/.config/ncspot/config.toml
deleted file mode 100644
index 0b79d94..0000000
--- a/.config/ncspot/config.toml
+++ /dev/null
@@ -1,23 +0,0 @@
-use_nerdfont = true
-flip_status_indicators = true
-
-[keybindings]
-"q" = "back"
-"d" = "move down 5"
-"u" = "move up 5"
-"g" = "move top"
-"Shift+g" = "move bottom"
-"Shift+d" = "delete"
-"Shift+q" = "quit"
-
-[theme]
-title = "blue"
-playing_selected = "light blue"
-playing = "blue"
-highlight = "light white"
-highlight_bg = "#333640"
-error = "light white"
-error_bg = "red"
-cmdline = "light white"
-cmdline_bg = "black"
-search_match = "light red"
diff --git a/.config/nsxiv/exec/image-info b/.config/nsxiv/exec/image-info
deleted file mode 100755
index 5f06123..0000000
--- a/.config/nsxiv/exec/image-info
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-# Example for $XDG_CONFIG_HOME/nsxiv/exec/image-info
-# Called by nsxiv(1) whenever an image gets loaded.
-# The output is displayed in nsxiv's status bar.
-# Arguments:
-# $1: path to image file (as provided by the user)
-# $2: image width
-# $3: image height
-# $4: fully resolved path to the image file
-
-s=" " # field separator
-
-exec 2>/dev/null
-
-filename=$(basename -- "$1")
-filesize=$(du -Hh -- "$1" | cut -f 1)
-geometry="${2}x${3}"
-
-echo "${filesize}${s}${geometry}${s}${filename}"
-
diff --git a/.config/nsxiv/exec/thumb-info b/.config/nsxiv/exec/thumb-info
deleted file mode 100755
index b422f9c..0000000
--- a/.config/nsxiv/exec/thumb-info
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-# Example for $XDG_CONFIG_HOME/nsxiv/exec/thumb-info
-# Called by nsxiv(1) whenever the selected thumbnail changes.
-# The output is displayed in nsxiv's status bar.
-# Arguments:
-# $1: path to image file (as provided by the user)
-# $2: empty
-# $3: empty
-# $4: fully resolved path to the image file
-
-s=" " # field separator
-
-exec 2>/dev/null
-
-filename=$(basename -- "$4")
-filesize=$(du -Hh -- "$4" | cut -f 1)
-
-echo "${filesize}${s}${filename}"
-
diff --git a/.config/nsxiv/exec/win-title b/.config/nsxiv/exec/win-title
deleted file mode 100755
index 31994ef..0000000
--- a/.config/nsxiv/exec/win-title
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-# Example for $XDG_CONFIG_HOME/nsxiv/exec/win-title
-# Called by nsxiv(1) whenever any of the relevant information changes.
-# The output is set as nsxiv's window title.
-#
-# Arguments, "Optional" arguments might be empty:
-# $1: resolved absolute path of the current file
-# $2: current file number
-# $3: total file number
-# $4: image width (Optional: Disabled on thumbnails mode)
-# $5: image height (Optional: Disabled on thumbnails mode)
-# $6: current zoom (Optional: Disabled on thumbnails mode)
-#
-# The term file is used rather than image as nsxiv does not
-# precheck that the input files are valid images. Total file
-# count may be different from the actual count of valid images.
-
-exec 2>/dev/null
-
-filename="${1##*/}"
-
-if [ -n "$4" ]; then # image mode
- printf "%s" "nsxiv - ${filename} | ${4}x${5} ${6}% [${2}/${3}]"
-else
- printf "%s" "nsxiv - ${filename} [${2}/${3}]"
-fi
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini
deleted file mode 100644
index fad40b7..0000000
--- a/.config/polybar/config.ini
+++ /dev/null
@@ -1,156 +0,0 @@
-[colors]
-bg = #101010
-fg = #cdd6f4
-blue = #89b4fa
-purple = #cba6f7
-green = #a6e3a1
-yellow = #f9e2af
-orange = #fab387
-red = #f38ba8
-black = #000
-white = #FFF
-gray = #99a0ba
-alert = #bd2c40
-focused-bg = #1c63a5
-unfocused-bg = #2f333c
-visible-bg = #182858
-
-[bar/primary]
-bottom = false
-enable-ipc = true
-fixed-center = true
-cursor-click = pointer
-
-modules-left = i3 xwindow
-modules-right = bluetooth forecast xkeyboard pulseaudio battery network date
-tray-position = right
-
-font-0 = Averia Libre:style=bold:size=15;4
-font-1 = Font Awesome 6 Pro Solid:size=14;5
-
-background = ${colors.bg}
-foreground = ${colors.fg}
-
-height = 28
-padding-left = 3
-padding-right = 0
-
-[module/xkeyboard]
-type = internal/xkeyboard
-blacklist-0 = num lock
-
-format = <label-layout> <label-indicator>
-format-padding = 3
-
-label-indicator = %icon%
-label-indicator-foreground = ${colors.red}
-
-indicator-icon-0 = caps lock;;
-
-[module/i3]
-type = internal/i3
-format = <label-state> <label-mode>
-index-sort = true
-wrapping-scroll = false
-pin-workspaces = true
-
-label-separator = " "
-label-unfocused = %index%
-label-focused = %index%
-label-visible = %index%
-label-urgent = %index%
-
-label-unfocused-padding = 3
-label-focused-padding = 3
-label-visible-padding = 3
-label-urgent-padding = 3
-label-mode-padding = 3
-
-label-mode-background = ${colors.purple}
-label-mode-foreground = ${colors.black}
-
-label-focused-background = ${colors.focused-bg}
-label-focused-foreground = #fff
-label-unfocused-background = ${colors.unfocused-bg}
-label-visible-background = ${colors.visible-bg}
-label-urgent-background = ${colors.alert}
-
-[module/battery]
-type = internal/battery
-battery = BAT0
-adapter = ADP1
-full-at = 90
-low-at = 10
-
-format-discharging = <ramp-capacity>
-format-charging = <label-charging>
-format-full = <label-full>
-format-low = <animation-low>
-
-ramp-capacity-0 = 
-ramp-capacity-1 = 
-ramp-capacity-2 = 
-ramp-capacity-3 = 
-ramp-capacity-4 = 
-
-animation-low-0 = 
-animation-low-1 = 
-
-label-charging = 
-label-full = 
-
-format-discharging-padding = 3
-format-charging-padding = 3
-format-full-padding = 3
-format-low-padding = 3
-format-low-foreground = ${colors.red}
-
-[module/date]
-type = internal/date
-interval = 5
-format-padding = 3
-
-label = "%date% %time%"
-label-foreground = ${colors.blue}
-
-date = "%a %e %b"
-time = %H:%M
-
-[module/pulseaudio]
-type = internal/pulseaudio
-format-volume = <ramp-volume>
-format-volume-padding = 3
-format-muted-padding = 3
-
-label-muted = 
-label-muted-foreground = ${colors.gray}
-
-ramp-volume-0 = 
-ramp-volume-1 = 
-ramp-volume-2 = 
-
-[module/xwindow]
-type = internal/xwindow
-format-padding = 4
-label-maxlen = 50
-
-[module/forecast]
-type = custom/script
-exec = ~/.local/bin/statusbar/sb-forecast
-format-foreground = ${colors.purple}
-format-padding = 3
-interval = 600
-
-click-left = ~/.local/bin/statusbar/sb-forecast --browser
-
-[module/network]
-type = internal/network
-interface-type = wireless
-interval = 3.0
-
-label-connected = 
-label-disconnected = 
-
-label-connected-padding = 3
-label-disconnected-padding = 3
-label-disconnected-foreground = ${colors.gray}
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
deleted file mode 100644
index da7584a..0000000
--- a/.config/rofi/config.rasi
+++ /dev/null
@@ -1,147 +0,0 @@
-configuration {
-/* modi: "drun,window,run,ssh";*/
-/* font: "mono 12";*/
-/* location: 0;*/
-/* yoffset: 0;*/
-/* xoffset: 0;*/
-/* fixed-num-lines: true;*/
-/* show-icons: false;*/
-/* terminal: "rofi-sensible-terminal";*/
-/* ssh-client: "ssh";*/
-/* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/
-/* run-command: "{cmd}";*/
-/* run-list-command: "";*/
-/* run-shell-command: "{terminal} -e {cmd}";*/
-/* window-command: "wmctrl -i -R {window}";*/
-/* window-match-fields: "all";*/
-/* icon-theme: ;*/
-/* drun-match-fields: "name,generic,exec,categories,keywords";*/
-/* drun-categories: ;*/
-/* drun-show-actions: false;*/
-/* drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";*/
-/* drun-url-launcher: "xdg-open";*/
- disable-history: false;
-/* ignored-prefixes: "";*/
-/* sort: false;*/
-/* sorting-method: "normal";*/
-/* case-sensitive: false;*/
-/* cycle: true;*/
-/* sidebar-mode: false;*/
-/* hover-select: false;*/
-/* eh: 1;*/
-/* auto-select: false;*/
-/* parse-hosts: false;*/
-/* parse-known-hosts: true;*/
-/* combi-modi: "window,run";*/
-/* matching: "normal";*/
-/* tokenize: true;*/
-/* m: "-5";*/
-/* filter: ;*/
-/* dpi: -1;*/
-/* threads: 0;*/
-/* scroll-method: 0;*/
-/* window-format: "{w} {c} {t}";*/
-/* click-to-exit: true;*/
- max-history-size: 25;
-/* combi-hide-mode-prefix: false;*/
-/* matching-negate-char: '-' /* unsupported */;*/
-/* cache-dir: ;*/
-/* window-thumbnail: false;*/
-/* drun-use-desktop-cache: false;*/
-/* drun-reload-desktop-cache: false;*/
-/* normalize-match: false;*/
-/* steal-focus: false;*/
-/* application-fallback-icon: ;*/
-/* pid: "/run/user/1000/rofi.pid";*/
-/* display-window: ;*/
-/* display-windowcd: ;*/
-/* display-run: ;*/
-/* display-ssh: ;*/
-/* display-drun: ;*/
-/* display-combi: ;*/
-/* display-keys: ;*/
-/* display-filebrowser: ;*/
-/* kb-primary-paste: "Control+V,Shift+Insert";*/
-/* kb-secondary-paste: "Control+v,Insert";*/
-/* kb-clear-line: "Control+w";*/
-/* kb-move-front: "Control+a";*/
-/* kb-move-end: "Control+e";*/
-/* kb-move-word-back: "Alt+b,Control+Left";*/
-/* kb-move-word-forward: "Alt+f,Control+Right";*/
-/* kb-move-char-back: "Left,Control+b";*/
-/* kb-move-char-forward: "Right,Control+f";*/
-/* kb-remove-word-back: "Control+Alt+h,Control+BackSpace";*/
-/* kb-remove-word-forward: "Control+Alt+d";*/
-/* kb-remove-char-forward: "Delete,Control+d";*/
-/* kb-remove-char-back: "BackSpace,Shift+BackSpace,Control+h";*/
-/* kb-remove-to-eol: "Control+k";*/
-/* kb-remove-to-sol: "Control+u";*/
-/* kb-accept-entry: "Control+j,Control+m,Return,KP_Enter";*/
-/* kb-accept-custom: "Control+Return";*/
-/* kb-accept-custom-alt: "Control+Shift+Return";*/
-/* kb-accept-alt: "Shift+Return";*/
-/* kb-delete-entry: "Shift+Delete";*/
-/* kb-mode-next: "Shift+Right,Control+Tab";*/
-/* kb-mode-previous: "Shift+Left,Control+ISO_Left_Tab";*/
-/* kb-mode-complete: "Control+l";*/
-/* kb-row-left: "Control+Page_Up";*/
-/* kb-row-right: "Control+Page_Down";*/
-/* kb-row-up: "Up,Control+p,ISO_Left_Tab";*/
-/* kb-row-down: "Down,Control+n";*/
-/* kb-row-tab: "Tab";*/
-/* kb-page-prev: "Page_Up";*/
-/* kb-page-next: "Page_Down";*/
-/* kb-row-first: "Home,KP_Home";*/
-/* kb-row-last: "End,KP_End";*/
-/* kb-row-select: "Control+space";*/
-/* kb-screenshot: "Alt+S";*/
-/* kb-ellipsize: "Alt+period";*/
-/* kb-toggle-case-sensitivity: "grave,dead_grave";*/
-/* kb-toggle-sort: "Alt+grave";*/
-/* kb-cancel: "Escape,Control+g,Control+bracketleft";*/
-/* kb-custom-1: "Alt+1";*/
-/* kb-custom-2: "Alt+2";*/
-/* kb-custom-3: "Alt+3";*/
-/* kb-custom-4: "Alt+4";*/
-/* kb-custom-5: "Alt+5";*/
-/* kb-custom-6: "Alt+6";*/
-/* kb-custom-7: "Alt+7";*/
-/* kb-custom-8: "Alt+8";*/
-/* kb-custom-9: "Alt+9";*/
-/* kb-custom-10: "Alt+0";*/
-/* kb-custom-11: "Alt+exclam";*/
-/* kb-custom-12: "Alt+at";*/
-/* kb-custom-13: "Alt+numbersign";*/
-/* kb-custom-14: "Alt+dollar";*/
-/* kb-custom-15: "Alt+percent";*/
-/* kb-custom-16: "Alt+dead_circumflex";*/
-/* kb-custom-17: "Alt+ampersand";*/
-/* kb-custom-18: "Alt+asterisk";*/
-/* kb-custom-19: "Alt+parenleft";*/
-/* kb-select-1: "Super+1";*/
-/* kb-select-2: "Super+2";*/
-/* kb-select-3: "Super+3";*/
-/* kb-select-4: "Super+4";*/
-/* kb-select-5: "Super+5";*/
-/* kb-select-6: "Super+6";*/
-/* kb-select-7: "Super+7";*/
-/* kb-select-8: "Super+8";*/
-/* kb-select-9: "Super+9";*/
-/* kb-select-10: "Super+0";*/
-/* ml-row-left: "ScrollLeft";*/
-/* ml-row-right: "ScrollRight";*/
-/* ml-row-up: "ScrollUp";*/
-/* ml-row-down: "ScrollDown";*/
-/* me-select-entry: "MousePrimary";*/
-/* me-accept-entry: "MouseDPrimary";*/
-/* me-accept-custom: "Control+MouseDPrimary";*/
- timeout {
- action: "kb-cancel";
- delay: 0;
- }
- filebrowser {
- directories-first: true;
- sorting-method: "name";
- }
-}
-@theme "onedark"
diff --git a/.config/rofi/themes/onedark.rasi b/.config/rofi/themes/onedark.rasi
deleted file mode 100644
index 47a8657..0000000
--- a/.config/rofi/themes/onedark.rasi
+++ /dev/null
@@ -1,91 +0,0 @@
-* {
- red: rgba ( 235, 110, 103, 100 % );
- purple: rgba ( 203, 166, 247, 100 % );
- text: rgba ( 223, 223, 223, 100 % );
- spacing: 0;
- green: rgba ( 149, 238, 143, 100 % );
- background-color: rgba ( 0, 0, 0, 0 % );
- mangenta: rgba ( 216, 134, 243, 100 % );
- font: "SFNS Display 18";
- blue: rgba ( 110, 170, 251, 100 % );
- fg: rgba ( 171, 178, 191, 100 % );
- bg: rgba ( 40, 44, 52, 100 % );
- black: rgba ( 0, 0, 0, 100 % );
- cyan: rgba ( 108, 220, 247, 100 % );
- text-alt: rgba ( 178, 178, 178, 100 % );
- text-color: var(text);
- emphasis: rgba ( 80, 83, 107, 100 % );
- yellow: rgba ( 248, 196, 86, 100 % );
-}
-window {
- transparency: "real";
- fullscreen: true;
- background-color: rgba ( 10, 14, 20, 87 % );
-}
-mainbox {
- padding: 30.0000% ;
-}
-inputbar {
- margin: 0px 0px 20px ;
- children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
-}
-prompt {
- text-color: var(red);
-}
-textbox-prompt-colon {
- expand: false;
- str: ":";
- text-color: var(text-alt);
-}
-entry {
- margin: 0px 10px ;
-}
-listview {
- dynamic: true;
- scrollbar: false;
- spacing: 5px ;
-}
-element {
- padding: 5px ;
- text-color: var(text-alt);
- border-radius: 3px ;
-}
-element selected {
- background-color: var(emphasis);
- text-color: var(text);
-}
-element selected.urgent {
- text-color: var(red);
-}
-element selected.active {
- text-color: var(purple);
-}
-element urgent {
- text-color: var(red);
-}
-element active {
- text-color: var(purple);
-}
-element-text {
- background-color: inherit;
- text-color: inherit;
- highlight: bold rgba ( 149, 238, 143, 100 % );
-}
-element-icon {
- background-color: inherit;
- text-color: inherit;
- padding: 5px;
- size: 0.72em;
-}
-message {
- padding: 5px ;
- background-color: var(emphasis);
- border-color: var(cyan);
- border-radius: 3px ;
- border: 1px ;
-}
-button selected {
- padding: 5px ;
- background-color: var(emphasis);
- border-radius: 3px ;
-}
diff --git a/.config/starship.toml b/.config/starship.toml
deleted file mode 100644
index be844b1..0000000
--- a/.config/starship.toml
+++ /dev/null
@@ -1,20 +0,0 @@
-[line_break]
-disabled = true
-
-[package]
-disabled = true
-
-[character]
-success_symbol = "[➜](bold green) "
-error_symbol = "[✗](bold red) "
-vicmd_symbol = "[](bold white) "
-
-[cmd_duration]
-disabled = true
-
-[username]
-format = "[$user]($style)"
-
-[hostname]
-ssh_only = true
-format = "@[$hostname]($style) "
diff --git a/.config/waybar/config b/.config/waybar/config
deleted file mode 100644
index 94fe484..0000000
--- a/.config/waybar/config
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "layer": "bottom",
- "modules-left": ["sway/workspaces", "sway/mode"],
- "modules-center": ["sway/window"],
- "modules-right": ["battery", "pulseaudio", "network", "clock", "tray"],
- "sway/window": {
- "max-length": 50
- },
- "battery": {
- "format": "{capacity}% {icon}",
- "format-icons": ["", "", "", "", ""]
- },
- "clock": {
- "format-alt": "{:%a, %d. %b %H:%M}"
- }
-}