diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
index 98eb16b..e12e010 100644
--- a/dunst/.config/dunst/dunstrc
+++ b/dunst/.config/dunst/dunstrc
@@ -2,8 +2,9 @@
monitor = 0
follow = mouse
width = 350
+ height = (0,100)
origin = top-right
- offset = 28x28 # Compact positioning
+ offset = 18x18 # Compact positioning
progress_bar = true
progress_bar_height = 10
@@ -11,25 +12,25 @@
progress_bar_min_width = 150
progress_bar_max_width = 1000
progress_bar_corner_radius = 5
- progress_bar_background = "#a6e3a1" # Mocha Purple
- progress_bar_color = "#a6e3a1" # Mocha Purple highlight
+ progress_bar_background = "#a6e3a1"
+ progress_bar_color = "#a6e3a1"
- indicate_hidden = yes
+ notification_limit = 2
+ indicate_hidden = false
shrink = no
separator_height = 2
- separator_color = "#313244" # Mocha Surface0 (Darker for separator)
+ separator_color = "#313244"
padding = 15
horizontal_padding = 15
frame_width = 1
- frame_color = "#cdd6f4" # Mocha Surface0 (for frame border)
+ frame_color = "#cdd6f4"
corner_radius = 12
sort = yes
idle_threshold = 120
-
- font = Maple Mono 11
+ font = JetbrainsMono Nerd Font Mono
line_height = 1.2
markup = full
- format = "%s"
+ format = "%s"
alignment = left
vertical_alignment = center
show_age_threshold = 60
@@ -38,8 +39,8 @@
ignore_newline = yes
stack_duplicates = true
hide_duplicate_count = false
- show_indicators = yes
- icon_position = right # Right side for better alignment
+ show_indicators = false
+ icon_position = right
min_icon_size = 50
max_icon_size = 70
icon_path = $HOME/.local/share/icons/dunst
diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf
index 2aa5833..9325177 100644
--- a/hypr/.config/hypr/hyprland.conf
+++ b/hypr/.config/hypr/hyprland.conf
@@ -39,10 +39,10 @@ general {
}
decoration {
- rounding = 2
+ rounding = 6
active_opacity = 1.0
- inactive_opacity = 0.5
+ inactive_opacity = 0.6
#drop_shadow = true
#shadow_range = 4
@@ -134,9 +134,9 @@ bind = $mainMod, F, fullscreen, 1
#Yazi File Manager
bind = $mainMod, E, exec, $terminal $fileManager
#Rofi Powermenu
-bind = $mainMod, P, exec, ~/.config/rofi/powermenu/type-5/powermenu.sh
+bind = $mainMod, P, exec, ~/.config/rofi/powermenu/powermenu.sh
#Rofi Launcher
-bind = $mainMod, Space, exec, ~/.config/rofi/launchers/type-2/launcher.sh
+bind = $mainMod, Space, exec, ~/.config/rofi/launcher/launcher.sh
#Grim & Slurp for Screenshot
bind = $mainMod_Shift, S, exec, slurp | grim -g - /tmp/photo && wl-copy < /tmp/photo && notify-send 'Screenshot Copied to Clipboard'
@@ -150,11 +150,10 @@ bind = Ctrl_Shift, Tab, exec, $terminal $taskManager
bind = $mainMod, C, exec, $colorpicker -a
#Clipboard for Copy / Paste
-bind = $mainMod, M, exec, cliphist list | awk '{$1=""; print $0}' | rofi -dmenu -i -p "Seach" | wl-copy
-
+bind = $mainMod, M, exec, ~/.config/rofi/clipboard/launcher.sh
#Audio Control
-binde = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 2%+
-bindl = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%-
+#binde = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 2%+
+#bindl = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%-
#Volume Control
binde = , XF86AudioRaiseVolume, exec, ~/.local/bin/volume.sh up
@@ -175,7 +174,7 @@ bind = Alt, Tab , cyclenext
bind = $mainMod, Tab, bringactivetotop,
bind = Alt Shift, Tab, cyclenext, prev
bind = $mainMod, Tab, workspace, e-2
-bind = $mainMod, A, exec,bash ~/.config/rofi/wifi.sh
+bind = $mainMod, A, exec,bash ~/.config/rofi/wifi/wifi.sh
# Move focus with mainMod + arrow keys
bind = $mainMod, l, movefocus, l
diff --git a/hypr/.config/hypr/hyprpaper.conf b/hypr/.config/hypr/hyprpaper.conf
index a64d909..597971f 100644
--- a/hypr/.config/hypr/hyprpaper.conf
+++ b/hypr/.config/hypr/hyprpaper.conf
@@ -1,4 +1,4 @@
-preload = /home/archer/Downloads/wallpaper/bxkx9z4xz4od1.jpeg
-wallpaper = eDP-1, /home/archer/Downloads/wallpaper/bxkx9z4xz4od1.jpeg
+preload = /home/archer/Downloads/wallpaper/mirrors-edge-2008-favorite-screenshots-2560x1440-v0-dri0yqg2oyrd1.webp
+wallpaper = eDP-1, /home/archer/Downloads/wallpaper/mirrors-edge-2008-favorite-screenshots-2560x1440-v0-dri0yqg2oyrd1.webp
splash = off
ipc = off
diff --git a/legacy-waybar/.config/waybar/config.jsonc b/legacy-waybar/.config/waybar/config.jsonc
new file mode 100644
index 0000000..6549837
--- /dev/null
+++ b/legacy-waybar/.config/waybar/config.jsonc
@@ -0,0 +1,175 @@
+{
+ "layer": "top",
+ "margin-left": 8,
+ "margin-right": 8,
+ "margin-top": 4,
+ "margin-bottom": 1,
+ "modules-left": [
+ "custom/launcher",
+ "hyprland/workspaces",
+ "cpu",
+ "memory",
+ "temperature"
+ ],
+ "modules-center": ["clock"],
+ "modules-right": [
+ // "hyprland/window",
+ "custom/update",
+ "custom/wallpaper",
+ "pulseaudio",
+ "backlight",
+ "network",
+ "bluetooth",
+ "battery"
+ ],
+
+ "custom/launcher": {
+ "format": "",
+ "tooltip": false,
+ "on-click": "~/.config/rofi/launcher/launcher.sh"
+ },
+ "hyprland/workspaces": {
+ "disable-scroll": false,
+ "sort-by-name": true,
+ "format": " {icon} ",
+ "format-icons": {
+ "active": "●",
+ "default": "○"
+ },
+ "persistent-workspaces": {
+ "*": 6
+ },
+ "on-scroll-up": "hyprctl dispatch workspace e+1",
+ "on-scroll-down": "hyprctl dispatch workspace e-1"
+ },
+ "cpu": {
+ "interval": 1,
+ "format": "{usage}% \uf2db",
+ "on-click": "kitty btop"
+ },
+ "memory": {
+ "interval": 1,
+ "format": "{percentage}% \uf538",
+ "on-click": "kitty btop",
+ "tooltip-format": "{used}/{total} GiB"
+ },
+ "custom/update": {
+ "interval": 86000,
+ "format": "{}",
+ "exec": "~/.config/waybar/scripts/check-updates.sh",
+ "on-click": "kitty yay",
+ "tooltip": false
+ },
+ "keyboard-state": {
+ "numlock": true,
+ "capslock": true,
+ "scrolllock": false,
+ "format": "{name} {icon}",
+ "format-icons": {
+ "locked": "\uf023",
+ "unlocked": "\uf3c1"
+ }
+ },
+ "clock": {
+ "timezone": "Asia/Kolkata",
+ "tooltip": false,
+ "format": "{:%a, %d/%m | %H:%M}"
+ },
+ "custom/weather": {
+ "format": "{}°C",
+ "tooltip": false,
+ "interval": 3600,
+ "exec": "wttrbar --location 'Surat'",
+ "return-type": "json"
+ },
+ "custom/wallpaper": {
+ "format": "\uf03e",
+ "on-click": "~/.config/waybar/scripts/change-wallpaper.sh && hyprpaper",
+ "tooltip": false
+ },
+ "temperature": {
+ "interval": 1,
+ "thermal-zone": 6,
+ "critical-threshold": 80,
+ "format-critical": "{temperatureC}°C ",
+ "format": "{temperatureC}°C ",
+ "tooltip": false
+ },
+ "pulseaudio": {
+ "format": "{icon}",
+ "format-muted": "\uf6a9",
+ "format-icons": {
+ "headphone": "\uf025",
+ "default": "\uf028"
+ },
+ "tooltip": true,
+ "tooltip-format": "{volume%} | {desc}",
+ "on-click": "pamixer -t"
+ },
+ "backlight": {
+ "device": "intel_backlight",
+ "format": "{icon}",
+ "format-icons": ["☼"],
+ "tooltip-format": "{percent}%",
+ "tooltip": true
+ },
+ "network": {
+ "format-wifi": "{icon}",
+ "format-icons": ["", "", "", ""],
+ "format-ethernet": "",
+ "format-linked": "",
+ "format-disconnected": "",
+ "tooltip-format-wifi": "{essid}\n{signalStrength}\n{ifname}\n{gwaddr}",
+ "tooltip-format-ethernet": " {ifname}",
+ "tooltip-disconnected": "Disconnected",
+ "on-click": "~/.config/rofi/wifi.sh"
+ },
+ "bluetooth": {
+ "format": "",
+ "format-disabled": "",
+ "format-off": "",
+ "format-connected": "",
+ "format-connected-battery": " {device_battery_percentage}",
+ "tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
+ "tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
+ "tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
+ "tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%"
+ },
+ "battery": {
+ "states": {
+ "good": 100,
+ "warning": 40,
+ "low": 20,
+ "critical": 7
+ },
+ "interval": 1,
+ "format": "{capacity}% {icon}",
+ "format-charging": "{capacity}% \uf0e7",
+ "format-icons": ["\uf244", "\uf243", "\uf242", "\uf241", "\uf240"]
+ },
+ "hyprland/window": {
+ "format": "{class}",
+ "rewrite": {
+ "(.*) - Mozilla Firefox": " $1", // Firefox icon from Nerd Fonts
+ "(.*) - zsh": " [$1]", // Terminal icon from Nerd Fonts
+ "(.*) - Visual Studio Code": " $1", // VS Code icon
+ "(.*) - LibreOffice Writer": " $1", // Document icon
+ "(.*) - LibreOffice Calc": " $1", // Spreadsheet icon
+ "(.*) - VLC media player": " $1", // Music icon
+ "(.*) - GIMP": " $1", // GIMP icon
+ "(.*) - Inkscape": " $1", // Drawing icon
+ "(.*) - Spotify": " $1", // Spotify icon
+ "(.*) - Discord": "ﭮ $1", // Discord icon
+ "(.*) - Telegram": " $1", // Telegram icon
+ "(.*) - Evince": " $1", // PDF document icon
+ "(.*) - Nautilus": " $1" // File manager icon
+ },
+ "icon": true,
+ "icon-size": 20
+ },
+ "custom/powerctl": {
+ "tooltip": false,
+ "format": "\uf011",
+ "on-click": "~/.config/rofi/powermenu/type-5/powermenu.sh"
+ }
+}
diff --git a/legacy-waybar/.config/waybar/mocha.css b/legacy-waybar/.config/waybar/mocha.css
new file mode 100644
index 0000000..e7c040e
--- /dev/null
+++ b/legacy-waybar/.config/waybar/mocha.css
@@ -0,0 +1,13 @@
+:root {
+ --base: #3c3836; /* Base background color */
+ --text: #ebdbb2; /* Text color */
+ --green: #b8bb26; /* Green */
+ --red: #fb4934; /* Red */
+ --lavender: #d5c4a1; /* Lavender */
+ --flamingo: #ea6a6a; /* Flamingo */
+ --mauve: #c79dff; /* Mauve */
+ --blue: #83a598; /* Blue */
+ --rosewater: #f5e0dc; /* Rosewater */
+ --yellow: #fabd2f; /* Yellow */
+ --peach: #f2b5d4; /* Peach */
+}
diff --git a/legacy-waybar/.config/waybar/scripts/change-wallpaper.sh b/legacy-waybar/.config/waybar/scripts/change-wallpaper.sh
new file mode 100755
index 0000000..be1e813
--- /dev/null
+++ b/legacy-waybar/.config/waybar/scripts/change-wallpaper.sh
@@ -0,0 +1,14 @@
+# !/usr/bash
+
+if [ $(pgrep -c hyprpaper) -ne 0 ] ; then
+ hyprctl hyprpaper unload all
+ killall hyprpaper
+fi
+
+TARGET="/home/archer/Downloads/wallpaper"
+WALLPAPER=$( find $TARGET -type f -regex '.*\.\(jpg\|jpeg\|png\|webp\)' | shuf -n 1 )
+
+echo "preload = $WALLPAPER" > /home/archer/.config/hypr/hyprpaper.conf
+echo "wallpaper = eDP-1, $WALLPAPER" >> /home/archer/.config/hypr/hyprpaper.conf
+echo "splash = off" >> /home/archer/.config/hypr/hyprpaper.conf
+echo "ipc = off" >> /home/archer/.config/hypr/hyprpaper.conf
diff --git a/legacy-waybar/.config/waybar/scripts/check-updates.sh b/legacy-waybar/.config/waybar/scripts/check-updates.sh
new file mode 100755
index 0000000..597d22f
--- /dev/null
+++ b/legacy-waybar/.config/waybar/scripts/check-updates.sh
@@ -0,0 +1,17 @@
+# !/usr/bash
+
+sleep 60s
+
+PACMAN_UPDATES_COUNT=$( checkupdates | wc -l)
+
+sleep 30s
+
+AUR_UPDATES_COUNT=$(pacman -Qm | aur vercmp | wc -l)
+
+sleep 30s
+
+TOTAL_UPDATES_COUNT=$((PACMAN_UPDATES_COUNT+AUR_UPDATES_COUNT))
+
+if [ $TOTAL_UPDATES_COUNT -gt 0 ] ; then
+ echo -e "\uf019"
+fi
diff --git a/legacy-waybar/.config/waybar/scripts/network.sh b/legacy-waybar/.config/waybar/scripts/network.sh
new file mode 100644
index 0000000..e69de29
diff --git a/legacy-waybar/.config/waybar/scripts/toggle-brightness.sh b/legacy-waybar/.config/waybar/scripts/toggle-brightness.sh
new file mode 100755
index 0000000..44dd2a1
--- /dev/null
+++ b/legacy-waybar/.config/waybar/scripts/toggle-brightness.sh
@@ -0,0 +1,11 @@
+# !/usr/bash
+
+CURRENT_BRIGHTNESS=$( brightnessctl -m | awk -F, '{print $4}' | tr -d % )
+OLD_BRIGHTNESS=$( cat /etc/xdg/waybar/scripts/old-brightness.txt )
+
+if [ "$CURRENT_BRIGHTNESS" -ne 1 ] ; then
+ echo "$CURRENT_BRIGHTNESS" > /etc/xdg/waybar/scripts/old-brightness.txt;
+ brightnessctl set 1%;
+else
+ brightnessctl set "$OLD_BRIGHTNESS"%;
+fi
diff --git a/legacy-waybar/.config/waybar/style.css b/legacy-waybar/.config/waybar/style.css
new file mode 100644
index 0000000..96d27c3
--- /dev/null
+++ b/legacy-waybar/.config/waybar/style.css
@@ -0,0 +1,214 @@
+* {
+ border: none;
+ border-radius: 5px;
+ font-family: 'JetbrainsMono Nerd Font Mono';
+ font-size: 14px;
+}
+
+window#waybar {
+ background: rgba(30, 30, 46, 0.9);
+ padding: 6px;
+}
+
+#window {
+ color: white;
+ margin-right: 10px;
+}
+
+#custom-launcher {
+ font-size: 30px;
+ margin-right: 4px;
+ padding: 0px 16px;
+ transition: none;
+ color: rgba(137, 220, 235, 1);
+}
+
+button:hover {
+ box-shadow: inherit;
+ text-shadow: inherit;
+ background: inherit;
+}
+
+#workspaces {
+ padding: 2px 10px;
+ margin-right: 2px;
+ background: rgba(203, 166, 247, 0.1);
+}
+
+#workspaces button {
+ padding: 0px;
+ color: #a6e3a1;
+}
+
+#workspaces button:hover {
+ color: #f38ba8;
+ background: transparent;
+}
+
+#cpu {
+ padding: 0px 16px;
+ color: #cdd6f4;
+}
+
+#memory {
+ padding: 0px 16px;
+ color: #cdd6f4; /* Text */
+}
+
+#custom-update {
+ font-family: 'Font Awesome 5 Free';
+ padding: 0px 8px;
+ color: #b4befe; /* Lavender */
+}
+
+#keyboard-state {
+ font-family: 'Font Awesome 5 Free';
+ padding: 0px 16px;
+ margin-right: 8px;
+ color: #f38ba8; /* Flamingo */
+}
+
+#clock {
+ padding: 0px 16px;
+ margin-right: 4px;
+ color: #eff1f5; /* Text */
+}
+
+#custom-weather {
+ padding: 0px 8px;
+ color: #eff1f5; /* Text */
+}
+
+#custom-wallpaper {
+ font-size: 20px;
+ font-family: 'Font Awesome 5 Free';
+ padding: 0px 8px;
+ margin-right: 4px;
+ color: #f38ba8; /* Mauve */
+}
+
+#temperature {
+ padding: 0px 16px;
+ margin-right: 8px;
+ color: #89b4fa; /* Blue */
+}
+
+#temperature.gpu {
+ border-radius: 0px 8px 8px 0px;
+ padding: 0px 16px;
+ padding-left: 0px;
+ margin-right: 8px;
+ color: #89b4fa; /* Blue */
+}
+
+#temperature.critical,
+#temperature.gpu.critical {
+ color: #d20f39; /* Red */
+}
+
+#pulseaudio {
+ font-size: 18px;
+ padding: 0px 8px;
+ color: #a6e3a1; /* Rosewater */
+}
+
+#pulseaudio.muted {
+ padding: 0px 8px;
+ padding-right: 8px;
+}
+
+#backlight {
+ font-size: 22px;
+ padding: 0px 8px;
+ padding-left: 2px;
+ color: #a6e3a1; /* Rosewater */
+}
+
+#network {
+ font-family: 'Font Awesome 5 Free';
+ font-size: 18px;
+ padding: 0px 16px;
+ color: #f9e2af; /* Yellow */
+}
+
+#bluetooth {
+ font-family: 'Font Awesome 5 Free';
+ padding: 0px 16px;
+ margin-right: 8px;
+ color: #f9e2af; /* Yellow */
+}
+
+#battery {
+ padding: 0px 6px;
+ padding-right: 16px;
+ color: #fab387; /* Peach */
+}
+
+#battery:hover {
+ background: white;
+}
+
+#battery.charging {
+ padding: 0px 16px;
+ color: #eff1f5; /* Text */
+ background: #40a02b; /* Green */
+}
+
+#battery.good:not(.charging) {
+ color: #fab387; /* Peach */
+ background: #1e1e2e; /* Base */
+}
+
+#battery.warning:not(.charging) {
+ color: #eff1f5; /* Text */
+ background: #df8e1d; /* Yellow */
+}
+
+#battery.low:not(.charging) {
+ color: #eff1f5; /* Text */
+ background: #d20f39; /* Red */
+}
+
+#battery.critical:not(.charging) {
+ color: #eff1f5; /* Text */
+ background: #d20f39; /* Red */
+ animation-name: blink;
+ animation-duration: 0.75s;
+ animation-timing-function: linear;
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
+}
+
+@keyframes blink {
+ to {
+ color: #d20f39; /* Red */
+ background: #eff1f5; /* Text */
+ }
+}
+
+#custom-powerctl {
+ font-family: 'Font Awesome 5 Free';
+ padding: 0px 16px;
+ color: #40a02b; /* Green */
+ background: #1e1e2e; /* Base */
+}
+
+button:hover,
+#cpu:hover,
+#memory:hover,
+#custom-update:hover,
+#keyboard-state:hover,
+#clock:hover,
+#custom-weather:hover,
+#custom-wallpaper:hover,
+#temperature:hover,
+#pulseaudio:hover,
+#backlight:hover,
+#network:hover,
+#bluetooth:hover,
+#battery:hover,
+#custom-powerctl:hover {
+ background: #313244; /* Slightly lighter shade for hover */
+ box-shadow: 0 0 10px rgba(50, 50, 93, 0.25), 0 0 20px rgba(0, 0, 0, 0.25);
+ color: #eff1f5; /* Brighten text color on hover */
+}
diff --git a/rofi/.config/rofi/applets/bin/appasroot.sh b/rofi/.config/rofi/applets/bin/appasroot.sh
deleted file mode 100755
index 1ab27b5..0000000
--- a/rofi/.config/rofi/applets/bin/appasroot.sh
+++ /dev/null
@@ -1,102 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Applets : Run Applications as Root
-
-# Import Current Theme
-source "$HOME"/.config/rofi/applets/shared/theme.bash
-theme="$type/$style"
-
-# Theme Elements
-prompt='Applications'
-mesg='Run Applications as Root'
-
-if [[ "$theme" == *'type-1'* ]]; then
- list_col='1'
- list_row='5'
- win_width='400px'
-elif [[ "$theme" == *'type-3'* ]]; then
- list_col='1'
- list_row='5'
- win_width='120px'
-elif [[ "$theme" == *'type-5'* ]]; then
- list_col='1'
- list_row='5'
- win_width='520px'
-elif [[ ( "$theme" == *'type-2'* ) || ( "$theme" == *'type-4'* ) ]]; then
- list_col='5'
- list_row='1'
- win_width='670px'
-fi
-
-# Options
-layout=`cat ${theme} | grep 'USE_ICON' | cut -d'=' -f2`
-if [[ "$layout" == 'NO' ]]; then
- option_1=" Kitty"
- option_2=" Yazi"
- option_3=" Geany"
- option_4=" Ranger"
- option_5=" Vim"
-else
- option_1=""
- option_2=""
- option_3=""
- option_4=""
- option_5=""
-fi
-
-# Rofi CMD
-rofi_cmd() {
- rofi -theme-str "window {width: $win_width;}" \
- -theme-str "listview {columns: $list_col; lines: $list_row;}" \
- -theme-str 'textbox-prompt-colon {str: "";}' \
- -dmenu \
- -p "$prompt" \
- -mesg "$mesg" \
- -markup-rows \
- -theme ${theme}
-}
-
-# Pass variables to rofi dmenu
-run_rofi() {
- echo -e "$option_1\n$option_2\n$option_3\n$option_4\n$option_5" | rofi_cmd
-}
-
-# Execute Command
-run_cmd() {
- polkit_cmd="pkexec env PATH=$PATH DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY"
- if [[ "$1" == '--opt1' ]]; then
- ${polkit_cmd} kitty
- elif [[ "$1" == '--opt2' ]]; then
- ${polkit_cmd} dbus-run-session thunar
- elif [[ "$1" == '--opt3' ]]; then
- ${polkit_cmd} geany
- elif [[ "$1" == '--opt4' ]]; then
- ${polkit_cmd} kitty -e ranger
- elif [[ "$1" == '--opt5' ]]; then
- ${polkit_cmd} kitty -e vim
- fi
-}
-
-# Actions
-chosen="$(run_rofi)"
-case ${chosen} in
- $option_1)
- run_cmd --opt1
- ;;
- $option_2)
- run_cmd --opt2
- ;;
- $option_3)
- run_cmd --opt3
- ;;
- $option_4)
- run_cmd --opt4
- ;;
- $option_5)
- run_cmd --opt5
- ;;
-esac
-
diff --git a/rofi/.config/rofi/applets/bin/apps.sh b/rofi/.config/rofi/applets/bin/apps.sh
deleted file mode 100755
index 4867699..0000000
--- a/rofi/.config/rofi/applets/bin/apps.sh
+++ /dev/null
@@ -1,103 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Applets : Favorite Applications
-
-# Import Current Theme
-source "$HOME"/.config/rofi/applets/shared/theme.bash
-theme="$type/$style"
-
-# Theme Elements
-mesg="Installed Packages: $(pacman -Q | wc -l) (pacman) | Date:$(date '+ %a %d %H:%M')"
-
-
-if [[ ( "$theme" == *'type-1'* ) || ( "$theme" == *'type-3'* ) || ( "$theme" == *'type-5'* ) ]]; then
- list_col='1'
- list_row='1'
-elif [[ ( "$theme" == *'type-2'* ) || ( "$theme" == *'type-4'* ) ]]; then
- list_col='6'
- list_row='2'
-fi
-
-# CMDs (add your apps here)
-term_cmd='kitty'
-file_cmd='yazi'
-text_cmd='obsidian'
-web_cmd='firefox'
-music_cmd='kitty -e ncmpcpp'
-setting_cmd='xfce4-settings-manager'
-
-# Options
-layout=`cat ${theme} | grep 'USE_ICON' | cut -d'=' -f2`
-if [[ "$layout" == 'NO' ]]; then
- option_1=" Terminal ($term_cmd)"
- option_2=" Files ($file_cmd)"
- option_3=" Editor ($text_cmd)"
- option_4=" Browser ($web_cmd)"
- option_5=" Music ($music_cmd)"
- option_6=" Settings ($setting_cmd)"
-else
- option_1=""
- option_2=""
- option_3=""
- option_4=""
- option_5=""
- option_6=""
-fi
-
-# Rofi CMD
-rofi_cmd() {
- rofi -theme-str "listview {columns: $list_col; lines: $list_row;}" \
- -dmenu \
- -p "$prompt" \
- -mesg "$mesg" \
- -markup-rows \
- -theme ${theme}
-}
-
-# Pass variables to rofi dmenu
-run_rofi() {
- echo -e "$option_1\n$option_2\n$option_3\n$option_4\n$option_5\n$option_6" | rofi_cmd
-}
-
-# Execute Command
-run_cmd() {
- if [[ "$1" == '--opt1' ]]; then
- ${term_cmd}
- elif [[ "$1" == '--opt2' ]]; then
- ${file_cmd}
- elif [[ "$1" == '--opt3' ]]; then
- ${text_cmd}
- elif [[ "$1" == '--opt4' ]]; then
- ${web_cmd}
- elif [[ "$1" == '--opt5' ]]; then
- ${music_cmd}
- elif [[ "$1" == '--opt6' ]]; then
- ${setting_cmd}
- fi
-}
-
-# Actions
-chosen="$(run_rofi)"
-case ${chosen} in
- $option_1)
- run_cmd --opt1
- ;;
- $option_2)
- run_cmd --opt2
- ;;
- $option_3)
- run_cmd --opt3
- ;;
- $option_4)
- run_cmd --opt4
- ;;
- $option_5)
- run_cmd --opt5
- ;;
- $option_6)
- run_cmd --opt6
- ;;
-esac
diff --git a/rofi/.config/rofi/applets/bin/battery.sh b/rofi/.config/rofi/applets/bin/battery.sh
deleted file mode 100755
index 0f7b424..0000000
--- a/rofi/.config/rofi/applets/bin/battery.sh
+++ /dev/null
@@ -1,132 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Applets : Battery
-
-# Import Current Theme
-source "$HOME"/.config/rofi/applets/shared/theme.bash
-theme="$type/$style"
-
-# Battery Info
-battery="`acpi -b | cut -d',' -f1 | cut -d':' -f1`"
-status="`acpi -b | cut -d',' -f1 | cut -d':' -f2 | tr -d ' '`"
-percentage="`acpi -b | cut -d',' -f2 | tr -d ' ',\%`"
-time="`acpi -b | cut -d',' -f3`"
-
-if [[ -z "$time" ]]; then
- time=' Fully Charged'
-fi
-
-# Theme Elements
-prompt="$status"
-mesg="${battery}: ${percentage}%,${time}"
-
-if [[ "$theme" == *'type-1'* ]]; then
- list_col='1'
- list_row='4'
- win_width='400px'
-elif [[ "$theme" == *'type-3'* ]]; then
- list_col='1'
- list_row='4'
- win_width='120px'
-elif [[ "$theme" == *'type-5'* ]]; then
- list_col='1'
- list_row='4'
- win_width='500px'
-elif [[ ( "$theme" == *'type-2'* ) || ( "$theme" == *'type-4'* ) ]]; then
- list_col='4'
- list_row='1'
- win_width='550px'
-fi
-
-# Charging Status
-active=""
-urgent=""
-if [[ $status = *"Charging"* ]]; then
- active="-a 1"
- ICON_CHRG=""
-elif [[ $status = *"Full"* ]]; then
- active="-u 1"
- ICON_CHRG=""
-else
- urgent="-u 1"
- ICON_CHRG=""
-fi
-
-# Discharging
-if [[ $percentage -ge 5 ]] && [[ $percentage -le 19 ]]; then
- ICON_DISCHRG=""
-elif [[ $percentage -ge 20 ]] && [[ $percentage -le 39 ]]; then
- ICON_DISCHRG=""
-elif [[ $percentage -ge 40 ]] && [[ $percentage -le 59 ]]; then
- ICON_DISCHRG=""
-elif [[ $percentage -ge 60 ]] && [[ $percentage -le 79 ]]; then
- ICON_DISCHRG=""
-elif [[ $percentage -ge 80 ]] && [[ $percentage -le 100 ]]; then
- ICON_DISCHRG=""
-fi
-
-# Options
-layout=`cat ${theme} | grep 'USE_ICON' | cut -d'=' -f2`
-if [[ "$layout" == 'NO' ]]; then
- option_1=" Remaining ${percentage}%"
- option_2=" $status"
- option_3=" Power Manager"
- option_4=" Diagnose"
-else
- option_1="$ICON_DISCHRG"
- option_2="$ICON_CHRG"
- option_3=""
- option_4=""
-fi
-
-# Rofi CMD
-rofi_cmd() {
- rofi -theme-str "window {width: $win_width;}" \
- -theme-str "listview {columns: $list_col; lines: $list_row;}" \
- -theme-str "textbox-prompt-colon {str: \"$ICON_DISCHRG\";}" \
- -dmenu \
- -p "$prompt" \
- -mesg "$mesg" \
- ${active} ${urgent} \
- -markup-rows \
- -theme ${theme}
-}
-
-# Pass variables to rofi dmenu
-run_rofi() {
- echo -e "$option_1\n$option_2\n$option_3\n$option_4" | rofi_cmd
-}
-
-# Execute Command
-run_cmd() {
- polkit_cmd="pkexec env PATH=$PATH DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY"
- if [[ "$1" == '--opt1' ]]; then
- notify-send -u low " Remaining : ${percentage}%"
- elif [[ "$1" == '--opt2' ]]; then
- notify-send -u low "$ICON_CHRG Status : $status"
- elif [[ "$1" == '--opt3' ]]; then
- xfce4-power-manager-settings
- elif [[ "$1" == '--opt4' ]]; then
- ${polkit_cmd} kitty -e powertop
- fi
-}
-
-# Actions
-chosen="$(run_rofi)"
-case ${chosen} in
- $option_1)
- run_cmd --opt1
- ;;
- $option_2)
- run_cmd --opt2
- ;;
- $option_3)
- run_cmd --opt3
- ;;
- $option_4)
- run_cmd --opt4
- ;;
-esac
diff --git a/rofi/.config/rofi/applets/bin/brightness.sh b/rofi/.config/rofi/applets/bin/brightness.sh
deleted file mode 100755
index 2c90a12..0000000
--- a/rofi/.config/rofi/applets/bin/brightness.sh
+++ /dev/null
@@ -1,107 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Applets : Brightness
-
-# Import Current Theme
-source "$HOME"/.config/rofi/applets/shared/theme.bash
-theme="$type/$style"
-
-# Brightness Info
-backlight="$(printf "%.0f\n" `light -G`)"
-card="`light -L | grep 'backlight' | head -n1 | cut -d'/' -f3`"
-
-if [[ $backlight -ge 0 ]] && [[ $backlight -le 29 ]]; then
- level="Low"
-elif [[ $backlight -ge 30 ]] && [[ $backlight -le 49 ]]; then
- level="Optimal"
-elif [[ $backlight -ge 50 ]] && [[ $backlight -le 69 ]]; then
- level="High"
-elif [[ $backlight -ge 70 ]] && [[ $backlight -le 100 ]]; then
- level="Peak"
-fi
-
-# Theme Elements
-prompt="${backlight}%"
-mesg="Device: ${card}, Level: $level"
-
-if [[ "$theme" == *'type-1'* ]]; then
- list_col='1'
- list_row='4'
- win_width='400px'
-elif [[ "$theme" == *'type-3'* ]]; then
- list_col='1'
- list_row='4'
- win_width='120px'
-elif [[ "$theme" == *'type-5'* ]]; then
- list_col='1'
- list_row='4'
- win_width='425px'
-elif [[ ( "$theme" == *'type-2'* ) || ( "$theme" == *'type-4'* ) ]]; then
- list_col='4'
- list_row='1'
- win_width='550px'
-fi
-
-# Options
-layout=`cat ${theme} | grep 'USE_ICON' | cut -d'=' -f2`
-if [[ "$layout" == 'NO' ]]; then
- option_1=" Increase"
- option_2=" Optimal"
- option_3=" Decrease"
- option_4=" Settings"
-else
- option_1=""
- option_2=""
- option_3=""
- option_4=""
-fi
-
-# Rofi CMD
-rofi_cmd() {
- rofi -theme-str "window {width: $win_width;}" \
- -theme-str "listview {columns: $list_col; lines: $list_row;}" \
- -theme-str 'textbox-prompt-colon {str: "";}' \
- -dmenu \
- -p "$prompt" \
- -mesg "$mesg" \
- -markup-rows \
- -theme ${theme}
-}
-
-# Pass variables to rofi dmenu
-run_rofi() {
- echo -e "$option_1\n$option_2\n$option_3\n$option_4" | rofi_cmd
-}
-
-# Execute Command
-run_cmd() {
- if [[ "$1" == '--opt1' ]]; then
- light -A 5
- elif [[ "$1" == '--opt2' ]]; then
- light -S 25
- elif [[ "$1" == '--opt3' ]]; then
- light -U 5
- elif [[ "$1" == '--opt4' ]]; then
- xfce4-power-manager-settings
- fi
-}
-
-# Actions
-chosen="$(run_rofi)"
-case ${chosen} in
- $option_1)
- run_cmd --opt1
- ;;
- $option_2)
- run_cmd --opt2
- ;;
- $option_3)
- run_cmd --opt3
- ;;
- $option_4)
- run_cmd --opt4
- ;;
-esac
diff --git a/rofi/.config/rofi/applets/bin/mpd.sh b/rofi/.config/rofi/applets/bin/mpd.sh
deleted file mode 100755
index ce6a9e9..0000000
--- a/rofi/.config/rofi/applets/bin/mpd.sh
+++ /dev/null
@@ -1,131 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Applets : MPD (music)
-
-# Import Current Theme
-source "$HOME"/.config/rofi/applets/shared/theme.bash
-theme="$type/$style"
-
-# Theme Elements
-status="`mpc status`"
-if [[ -z "$status" ]]; then
- prompt='Offline'
- mesg="MPD is Offline"
-else
- prompt="`mpc -f "%artist%" current`"
- mesg="`mpc -f "%title%" current` :: `mpc status | grep "#" | awk '{print $3}'`"
-fi
-
-if [[ ( "$theme" == *'type-1'* ) || ( "$theme" == *'type-3'* ) || ( "$theme" == *'type-5'* ) ]]; then
- list_col='1'
- list_row='6'
-elif [[ ( "$theme" == *'type-2'* ) || ( "$theme" == *'type-4'* ) ]]; then
- list_col='6'
- list_row='1'
-fi
-
-# Options
-layout=`cat ${theme} | grep 'USE_ICON' | cut -d'=' -f2`
-if [[ "$layout" == 'NO' ]]; then
- if [[ ${status} == *"[playing]"* ]]; then
- option_1=" Pause"
- else
- option_1=" Play"
- fi
- option_2=" Stop"
- option_3=" Previous"
- option_4=" Next"
- option_5=" Repeat"
- option_6=" Random"
-else
- if [[ ${status} == *"[playing]"* ]]; then
- option_1=""
- else
- option_1=""
- fi
- option_2=""
- option_3=""
- option_4=""
- option_5=""
- option_6=""
-fi
-
-# Toggle Actions
-active=''
-urgent=''
-# Repeat
-if [[ ${status} == *"repeat: on"* ]]; then
- active="-a 4"
-elif [[ ${status} == *"repeat: off"* ]]; then
- urgent="-u 4"
-else
- option_5=" Parsing Error"
-fi
-# Random
-if [[ ${status} == *"random: on"* ]]; then
- [ -n "$active" ] && active+=",5" || active="-a 5"
-elif [[ ${status} == *"random: off"* ]]; then
- [ -n "$urgent" ] && urgent+=",5" || urgent="-u 5"
-else
- option_6=" Parsing Error"
-fi
-
-# Rofi CMD
-rofi_cmd() {
- rofi -theme-str "listview {columns: $list_col; lines: $list_row;}" \
- -theme-str 'textbox-prompt-colon {str: "";}' \
- -dmenu \
- -p "$prompt" \
- -mesg "$mesg" \
- ${active} ${urgent} \
- -markup-rows \
- -theme ${theme}
-}
-
-# Pass variables to rofi dmenu
-run_rofi() {
- echo -e "$option_1\n$option_2\n$option_3\n$option_4\n$option_5\n$option_6" | rofi_cmd
-}
-
-# Execute Command
-run_cmd() {
- if [[ "$1" == '--opt1' ]]; then
- mpc -q toggle && notify-send -u low -t 1000 " `mpc current`"
- elif [[ "$1" == '--opt2' ]]; then
- mpc -q stop
- elif [[ "$1" == '--opt3' ]]; then
- mpc -q prev && notify-send -u low -t 1000 " `mpc current`"
- elif [[ "$1" == '--opt4' ]]; then
- mpc -q next && notify-send -u low -t 1000 " `mpc current`"
- elif [[ "$1" == '--opt5' ]]; then
- mpc -q repeat
- elif [[ "$1" == '--opt6' ]]; then
- mpc -q random
- fi
-}
-
-# Actions
-chosen="$(run_rofi)"
-case ${chosen} in
- $option_1)
- run_cmd --opt1
- ;;
- $option_2)
- run_cmd --opt2
- ;;
- $option_3)
- run_cmd --opt3
- ;;
- $option_4)
- run_cmd --opt4
- ;;
- $option_5)
- run_cmd --opt5
- ;;
- $option_6)
- run_cmd --opt6
- ;;
-esac
diff --git a/rofi/.config/rofi/applets/bin/powermenu.sh b/rofi/.config/rofi/applets/bin/powermenu.sh
deleted file mode 100755
index cd66290..0000000
--- a/rofi/.config/rofi/applets/bin/powermenu.sh
+++ /dev/null
@@ -1,129 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Applets : Power Menu
-
-# Import Current Theme
-source "$HOME"/.config/rofi/applets/shared/theme.bash
-theme="$type/$style"
-
-# Theme Elements
-prompt="`hostname`"
-mesg="Uptime : `uptime -p | sed -e 's/up //g'`"
-
-if [[ ( "$theme" == *'type-1'* ) || ( "$theme" == *'type-3'* ) || ( "$theme" == *'type-5'* ) ]]; then
- list_col='1'
- list_row='6'
-elif [[ ( "$theme" == *'type-2'* ) || ( "$theme" == *'type-4'* ) ]]; then
- list_col='6'
- list_row='1'
-fi
-
-# Options
-layout=`cat ${theme} | grep 'USE_ICON' | cut -d'=' -f2`
-if [[ "$layout" == 'NO' ]]; then
- option_1=" Shutdown"
- option_2=" Lock"
- option_3=" Reboot"
- option_4=" Logout"
- option_5=" Suspend"
- option_6=" Hibernate"
- yes=' Yes'
- no=' No'
-else
- option_1=""
- option_2=""
- option_3=""
- option_4=""
- option_5=""
- option_6=""
- yes=''
- no=''
-fi
-
-# Rofi CMD
-rofi_cmd() {
- rofi -theme-str "listview {columns: $list_col; lines: $list_row;}" \
- -theme-str 'textbox-prompt-colon {str: "";}' \
- -dmenu \
- -p "$prompt" \
- -mesg "$mesg" \
- -markup-rows \
- -theme ${theme}
-}
-
-# Pass variables to rofi dmenu
-run_rofi() {
- echo -e "$option_1\n$option_2\n$option_3\n$option_4\n$option_5\n$option_6" | rofi_cmd
-}
-
-# Confirmation CMD
-confirm_cmd() {
- rofi -theme-str 'window {location: center; anchor: center; fullscreen: false; width: 350px;}' \
- -theme-str 'mainbox {orientation: vertical; children: [ "message", "listview" ];}' \
- -theme-str 'listview {columns: 2; lines: 1;}' \
- -theme-str 'element-text {horizontal-align: 0.5;}' \
- -theme-str 'textbox {horizontal-align: 0.5;}' \
- -dmenu \
- -p 'Confirmation' \
- -mesg 'Are you Sure?' \
- -theme ${theme}
-}
-
-# Ask for confirmation
-confirm_exit() {
- echo -e "$yes\n$no" | confirm_cmd
-}
-
-# Confirm and execute
-confirm_run () {
- selected="$(confirm_exit)"
- if [[ "$selected" == "$yes" ]]; then
- ${1} && ${2} && ${3}
- else
- exit
- fi
-}
-
-# Execute Command
-run_cmd() {
- if [[ "$1" == '--opt1' ]]; then
- betterlockscreen -l
- elif [[ "$1" == '--opt2' ]]; then
- confirm_run 'kill -9 -1'
- elif [[ "$1" == '--opt3' ]]; then
- confirm_run 'mpc -q pause' 'amixer set Master mute' 'systemctl suspend'
- elif [[ "$1" == '--opt4' ]]; then
- confirm_run 'systemctl hibernate'
- elif [[ "$1" == '--opt5' ]]; then
- confirm_run 'systemctl reboot'
- elif [[ "$1" == '--opt6' ]]; then
- confirm_run 'systemctl poweroff'
- fi
-}
-
-# Actions
-chosen="$(run_rofi)"
-case ${chosen} in
- $option_1)
- run_cmd --opt1
- ;;
- $option_2)
- run_cmd --opt2
- ;;
- $option_3)
- run_cmd --opt3
- ;;
- $option_4)
- run_cmd --opt4
- ;;
- $option_5)
- run_cmd --opt5
- ;;
- $option_6)
- run_cmd --opt6
- ;;
-esac
-
diff --git a/rofi/.config/rofi/applets/bin/quicklinks.sh b/rofi/.config/rofi/applets/bin/quicklinks.sh
deleted file mode 100755
index 11a38a8..0000000
--- a/rofi/.config/rofi/applets/bin/quicklinks.sh
+++ /dev/null
@@ -1,103 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Applets : Quick Links
-
-# Import Current Theme
-source "$HOME"/.config/rofi/applets/shared/theme.bash
-theme="$type/$style"
-
-# Theme Elements
-prompt='Quick Links'
-mesg="Using '$BROWSER' as web browser"
-
-if [[ ( "$theme" == *'type-1'* ) || ( "$theme" == *'type-3'* ) || ( "$theme" == *'type-5'* ) ]]; then
- list_col='1'
- list_row='6'
-elif [[ ( "$theme" == *'type-2'* ) || ( "$theme" == *'type-4'* ) ]]; then
- list_col='6'
- list_row='1'
-fi
-
-if [[ ( "$theme" == *'type-1'* ) || ( "$theme" == *'type-5'* ) ]]; then
- efonts="JetBrains Mono Nerd Font 10"
-else
- efonts="JetBrains Mono Nerd Font 28"
-fi
-
-# Options
-layout=`cat ${theme} | grep 'USE_ICON' | cut -d'=' -f2`
-if [[ "$layout" == 'NO' ]]; then
- option_1=" Google"
- option_2=" Gmail"
- option_3=" Youtube"
- option_4=" Github"
- option_5=" Reddit"
- option_6=" Twitter"
-else
- option_1=""
- option_2=""
- option_3=""
- option_4=""
- option_5=""
- option_6=""
-fi
-
-# Rofi CMD
-rofi_cmd() {
- rofi -theme-str "listview {columns: $list_col; lines: $list_row;}" \
- -theme-str 'textbox-prompt-colon {str: "";}' \
- -theme-str "element-text {font: \"$efonts\";}" \
- -dmenu \
- -p "$prompt" \
- -mesg "$mesg" \
- -markup-rows \
- -theme ${theme}
-}
-
-# Pass variables to rofi dmenu
-run_rofi() {
- echo -e "$option_1\n$option_2\n$option_3\n$option_4\n$option_5\n$option_6" | rofi_cmd
-}
-
-# Execute Command
-run_cmd() {
- if [[ "$1" == '--opt1' ]]; then
- xdg-open 'https://www.google.com/'
- elif [[ "$1" == '--opt2' ]]; then
- xdg-open 'https://mail.google.com/'
- elif [[ "$1" == '--opt3' ]]; then
- xdg-open 'https://www.youtube.com/'
- elif [[ "$1" == '--opt4' ]]; then
- xdg-open 'https://www.github.com/'
- elif [[ "$1" == '--opt5' ]]; then
- xdg-open 'https://www.reddit.com/'
- elif [[ "$1" == '--opt6' ]]; then
- xdg-open 'https://www.twitter.com/'
- fi
-}
-
-# Actions
-chosen="$(run_rofi)"
-case ${chosen} in
- $option_1)
- run_cmd --opt1
- ;;
- $option_2)
- run_cmd --opt2
- ;;
- $option_3)
- run_cmd --opt3
- ;;
- $option_4)
- run_cmd --opt4
- ;;
- $option_5)
- run_cmd --opt5
- ;;
- $option_6)
- run_cmd --opt6
- ;;
-esac
diff --git a/rofi/.config/rofi/applets/bin/screenshot.sh b/rofi/.config/rofi/applets/bin/screenshot.sh
deleted file mode 100755
index 5e5286b..0000000
--- a/rofi/.config/rofi/applets/bin/screenshot.sh
+++ /dev/null
@@ -1,165 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Applets : Screenshot
-
-# Import Current Theme
-source "$HOME"/.config/rofi/applets/shared/theme.bash
-theme="$type/$style"
-
-# Theme Elements
-prompt='Screenshot'
-mesg="DIR: `xdg-user-dir PICTURES`/Screenshots"
-
-if [[ "$theme" == *'type-1'* ]]; then
- list_col='1'
- list_row='5'
- win_width='400px'
-elif [[ "$theme" == *'type-3'* ]]; then
- list_col='1'
- list_row='5'
- win_width='120px'
-elif [[ "$theme" == *'type-5'* ]]; then
- list_col='1'
- list_row='5'
- win_width='520px'
-elif [[ ( "$theme" == *'type-2'* ) || ( "$theme" == *'type-4'* ) ]]; then
- list_col='5'
- list_row='1'
- win_width='670px'
-fi
-
-# Options
-layout=`cat ${theme} | grep 'USE_ICON' | cut -d'=' -f2`
-if [[ "$layout" == 'NO' ]]; then
- option_1=" Capture Desktop"
- option_2=" Capture Area"
- option_3=" Capture Window"
- option_4=" Capture in 5s"
- option_5=" Capture in 10s"
-else
- option_1=""
- option_2=""
- option_3=""
- option_4=""
- option_5=""
-fi
-
-# Rofi CMD
-rofi_cmd() {
- rofi -theme-str "window {width: $win_width;}" \
- -theme-str "listview {columns: $list_col; lines: $list_row;}" \
- -theme-str 'textbox-prompt-colon {str: "";}' \
- -dmenu \
- -p "$prompt" \
- -mesg "$mesg" \
- -markup-rows \
- -theme ${theme}
-}
-
-# Pass variables to rofi dmenu
-run_rofi() {
- echo -e "$option_1\n$option_2\n$option_3\n$option_4\n$option_5" | rofi_cmd
-}
-
-# Screenshot
-time=`date +%Y-%m-%d-%H-%M-%S`
-geometry=`xrandr | grep 'current' | head -n1 | cut -d',' -f2 | tr -d '[:blank:],current'`
-dir="`xdg-user-dir PICTURES`/Screenshots"
-file="Screenshot_${time}_${geometry}.png"
-
-if [[ ! -d "$dir" ]]; then
- mkdir -p "$dir"
-fi
-
-# notify and view screenshot
-notify_view() {
- notify_cmd_shot='dunstify -u low --replace=699'
- ${notify_cmd_shot} "Copied to clipboard."
- viewnior ${dir}/"$file"
- if [[ -e "$dir/$file" ]]; then
- ${notify_cmd_shot} "Screenshot Saved."
- else
- ${notify_cmd_shot} "Screenshot Deleted."
- fi
-}
-
-# Copy screenshot to clipboard
-copy_shot () {
- tee "$file" | xclip -selection clipboard -t image/png
-}
-
-# countdown
-countdown () {
- for sec in `seq $1 -1 1`; do
- dunstify -t 1000 --replace=699 "Taking shot in : $sec"
- sleep 1
- done
-}
-
-# take shots
-shotnow () {
- cd ${dir} && sleep 0.5 && maim -u -f png | copy_shot
- notify_view
-}
-
-shot5 () {
- countdown '5'
- sleep 1 && cd ${dir} && maim -u -f png | copy_shot
- notify_view
-}
-
-shot10 () {
- countdown '10'
- sleep 1 && cd ${dir} && maim -u -f png | copy_shot
- notify_view
-}
-
-shotwin () {
- cd ${dir} && maim -u -f png -i `xdotool getactivewindow` | copy_shot
- notify_view
-}
-
-shotarea () {
- cd ${dir} && maim -u -f png -s -b 2 -c 0.35,0.55,0.85,0.25 -l | copy_shot
- notify_view
-}
-
-# Execute Command
-run_cmd() {
- if [[ "$1" == '--opt1' ]]; then
- shotnow
- elif [[ "$1" == '--opt2' ]]; then
- shotarea
- elif [[ "$1" == '--opt3' ]]; then
- shotwin
- elif [[ "$1" == '--opt4' ]]; then
- shot5
- elif [[ "$1" == '--opt5' ]]; then
- shot10
- fi
-}
-
-# Actions
-chosen="$(run_rofi)"
-case ${chosen} in
- $option_1)
- run_cmd --opt1
- ;;
- $option_2)
- run_cmd --opt2
- ;;
- $option_3)
- run_cmd --opt3
- ;;
- $option_4)
- run_cmd --opt4
- ;;
- $option_5)
- run_cmd --opt5
- ;;
-esac
-
-
diff --git a/rofi/.config/rofi/applets/bin/volume.sh b/rofi/.config/rofi/applets/bin/volume.sh
deleted file mode 100755
index a194592..0000000
--- a/rofi/.config/rofi/applets/bin/volume.sh
+++ /dev/null
@@ -1,134 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Applets : Volume
-
-# Import Current Theme
-source "$HOME"/.config/rofi/applets/shared/theme.bash
-theme="$type/$style"
-
-# Volume Info
-mixer="`amixer info Master | grep 'Mixer name' | cut -d':' -f2 | tr -d \',' '`"
-speaker="`amixer get Master | tail -n1 | awk -F ' ' '{print $5}' | tr -d '[]'`"
-mic="`amixer get Capture | tail -n1 | awk -F ' ' '{print $5}' | tr -d '[]'`"
-
-active=""
-urgent=""
-
-# Speaker Info
-amixer get Master | grep '\[on\]' &>/dev/null
-if [[ "$?" == 0 ]]; then
- active="-a 1"
- stext='Unmute'
- sicon=''
-else
- urgent="-u 1"
- stext='Mute'
- sicon=''
-fi
-
-# Microphone Info
-amixer get Capture | grep '\[on\]' &>/dev/null
-if [[ "$?" == 0 ]]; then
- [ -n "$active" ] && active+=",3" || active="-a 3"
- mtext='Unmute'
- micon=''
-else
- [ -n "$urgent" ] && urgent+=",3" || urgent="-u 3"
- mtext='Mute'
- micon=''
-fi
-
-# Theme Elements
-prompt="S:$stext, M:$mtext"
-mesg="$mixer - Speaker: $speaker, Mic: $mic"
-
-if [[ "$theme" == *'type-1'* ]]; then
- list_col='1'
- list_row='5'
- win_width='400px'
-elif [[ "$theme" == *'type-3'* ]]; then
- list_col='1'
- list_row='5'
- win_width='120px'
-elif [[ "$theme" == *'type-5'* ]]; then
- list_col='1'
- list_row='5'
- win_width='520px'
-elif [[ ( "$theme" == *'type-2'* ) || ( "$theme" == *'type-4'* ) ]]; then
- list_col='5'
- list_row='1'
- win_width='670px'
-fi
-
-# Options
-layout=`cat ${theme} | grep 'USE_ICON' | cut -d'=' -f2`
-if [[ "$layout" == 'NO' ]]; then
- option_1=" Increase"
- option_2="$sicon $stext"
- option_3=" Decrese"
- option_4="$micon $mtext"
- option_5=" Settings"
-else
- option_1=""
- option_2="$sicon"
- option_3=""
- option_4="$micon"
- option_5=""
-fi
-
-# Rofi CMD
-rofi_cmd() {
- rofi -theme-str "window {width: $win_width;}" \
- -theme-str "listview {columns: $list_col; lines: $list_row;}" \
- -theme-str 'textbox-prompt-colon {str: "";}' \
- -dmenu \
- -p "$prompt" \
- -mesg "$mesg" \
- ${active} ${urgent} \
- -markup-rows \
- -theme ${theme}
-}
-
-# Pass variables to rofi dmenu
-run_rofi() {
- echo -e "$option_1\n$option_2\n$option_3\n$option_4\n$option_5" | rofi_cmd
-}
-
-# Execute Command
-run_cmd() {
- if [[ "$1" == '--opt1' ]]; then
- amixer -Mq set Master,0 5%+ unmute
- elif [[ "$1" == '--opt2' ]]; then
- amixer set Master toggle
- elif [[ "$1" == '--opt3' ]]; then
- amixer -Mq set Master,0 5%- unmute
- elif [[ "$1" == '--opt4' ]]; then
- amixer set Capture toggle
- elif [[ "$1" == '--opt5' ]]; then
- pavucontrol
- fi
-}
-
-# Actions
-chosen="$(run_rofi)"
-case ${chosen} in
- $option_1)
- run_cmd --opt1
- ;;
- $option_2)
- run_cmd --opt2
- ;;
- $option_3)
- run_cmd --opt3
- ;;
- $option_4)
- run_cmd --opt4
- ;;
- $option_5)
- run_cmd --opt5
- ;;
-esac
-
diff --git a/rofi/.config/rofi/applets/shared/colors.rasi b/rofi/.config/rofi/applets/shared/colors.rasi
deleted file mode 100644
index 8dc3385..0000000
--- a/rofi/.config/rofi/applets/shared/colors.rasi
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- *
- * Available Colors Schemes
- *
- * adapta catppuccin everforest navy paper
- * arc cyberpunk gruvbox nord solarized
- * black dracula lovelace onedark yousai
- *
- **/
-
-/* Import color-scheme from `colors` directory */
-
-@import "~/.config/rofi/colors/catppuccin.rasi"
diff --git a/rofi/.config/rofi/applets/shared/fonts.rasi b/rofi/.config/rofi/applets/shared/fonts.rasi
deleted file mode 100644
index 430c73d..0000000
--- a/rofi/.config/rofi/applets/shared/fonts.rasi
+++ /dev/null
@@ -1,12 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Fonts
- *
- **/
-
-* {
- font: "JetBrains Mono Nerd Font 10";
-}
diff --git a/rofi/.config/rofi/applets/shared/theme.bash b/rofi/.config/rofi/applets/shared/theme.bash
deleted file mode 100755
index 055123c..0000000
--- a/rofi/.config/rofi/applets/shared/theme.bash
+++ /dev/null
@@ -1,4 +0,0 @@
-## Current Theme
-
-type="$HOME/.config/rofi/applets/type-4"
-style='style-2.rasi'
diff --git a/rofi/.config/rofi/applets/type-1/style-1.rasi b/rofi/.config/rofi/applets/type-1/style-1.rasi
deleted file mode 100644
index 2d3ee5f..0000000
--- a/rofi/.config/rofi/applets/type-1/style-1.rasi
+++ /dev/null
@@ -1,152 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "../shared/colors.rasi"
-@import "../shared/fonts.rasi"
-
-/*
-USE_ICON=NO
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 400px;
- x-offset: 0px;
- y-offset: 0px;
- margin: 0px;
- padding: 0px;
- border: 1px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 20px;
- background-color: transparent;
- children: [ "inputbar", "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 10px 13px;
- border-radius: 0px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 10px;
- border-radius: 0px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 6;
- cycle: true;
- scrollbar: false;
- layout: vertical;
-
- spacing: 5px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-element normal.normal,
-element alternate.normal {
- background-color: var(background);
- text-color: var(foreground);
-}
-element normal.urgent,
-element alternate.urgent,
-element selected.active {
- background-color: var(urgent);
- text-color: var(background);
-}
-element normal.active,
-element alternate.active,
-element selected.urgent {
- background-color: var(active);
- text-color: var(background);
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/applets/type-1/style-2.rasi b/rofi/.config/rofi/applets/type-1/style-2.rasi
deleted file mode 100644
index 2c66bee..0000000
--- a/rofi/.config/rofi/applets/type-1/style-2.rasi
+++ /dev/null
@@ -1,152 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "../shared/colors.rasi"
-@import "../shared/fonts.rasi"
-
-/*
-USE_ICON=NO
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 400px;
- x-offset: 0px;
- y-offset: 0px;
- margin: 0px;
- padding: 0px;
- border: 1px solid;
- border-radius: 12px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 20px;
- background-color: transparent;
- children: [ "inputbar", "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 10px 13px;
- border-radius: 12px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 10px;
- border-radius: 12px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 12px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 6;
- cycle: true;
- scrollbar: false;
- layout: vertical;
-
- spacing: 5px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 10px;
- border: 0px solid;
- border-radius: 12px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-element normal.normal,
-element alternate.normal {
- background-color: var(background);
- text-color: var(foreground);
-}
-element normal.urgent,
-element alternate.urgent,
-element selected.active {
- background-color: var(urgent);
- text-color: var(background);
-}
-element normal.active,
-element alternate.active,
-element selected.urgent {
- background-color: var(active);
- text-color: var(background);
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/applets/type-1/style-3.rasi b/rofi/.config/rofi/applets/type-1/style-3.rasi
deleted file mode 100644
index 285c376..0000000
--- a/rofi/.config/rofi/applets/type-1/style-3.rasi
+++ /dev/null
@@ -1,152 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "../shared/colors.rasi"
-@import "../shared/fonts.rasi"
-
-/*
-USE_ICON=NO
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 400px;
- x-offset: 0px;
- y-offset: 0px;
- margin: 0px;
- padding: 0px;
- border: 1px solid;
- border-radius: 30px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 20px;
- background-color: transparent;
- children: [ "inputbar", "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 10px 13px;
- border-radius: 100%;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 10px;
- border-radius: 100%;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 6;
- cycle: true;
- scrollbar: false;
- layout: vertical;
-
- spacing: 5px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 10px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-element normal.normal,
-element alternate.normal {
- background-color: var(background);
- text-color: var(foreground);
-}
-element normal.urgent,
-element alternate.urgent,
-element selected.active {
- background-color: var(urgent);
- text-color: var(background);
-}
-element normal.active,
-element alternate.active,
-element selected.urgent {
- background-color: var(active);
- text-color: var(background);
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/applets/type-2/style-1.rasi b/rofi/.config/rofi/applets/type-2/style-1.rasi
deleted file mode 100644
index 30025a7..0000000
--- a/rofi/.config/rofi/applets/type-2/style-1.rasi
+++ /dev/null
@@ -1,153 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "../shared/colors.rasi"
-@import "../shared/fonts.rasi"
-
-/*
-USE_ICON=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 30px;
- background-color: transparent;
- children: [ "inputbar", "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 10px 13px;
- border-radius: 0px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 10px;
- border-radius: 0px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 1;
- cycle: true;
- scrollbar: false;
- layout: vertical;
-
- spacing: 15px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 30px 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather 28";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-element normal.normal,
-element alternate.normal {
- background-color: var(background-alt);
- text-color: var(foreground);
-}
-element normal.urgent,
-element alternate.urgent,
-element selected.active {
- background-color: var(urgent);
- text-color: var(background);
-}
-element normal.active,
-element alternate.active,
-element selected.urgent {
- background-color: var(active);
- text-color: var(background);
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/applets/type-2/style-2.rasi b/rofi/.config/rofi/applets/type-2/style-2.rasi
deleted file mode 100644
index a258620..0000000
--- a/rofi/.config/rofi/applets/type-2/style-2.rasi
+++ /dev/null
@@ -1,153 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "../shared/colors.rasi"
-@import "../shared/fonts.rasi"
-
-/*
-USE_ICON=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 12px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 30px;
- background-color: transparent;
- children: [ "inputbar", "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 0px;
- border: 0px;
- border-radius: 12px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 10px 13px;
- border-radius: 12px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 10px;
- border-radius: 12px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 12px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 1;
- cycle: true;
- scrollbar: false;
- layout: vertical;
-
- spacing: 15px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 30px 10px;
- border: 0px solid;
- border-radius: 12px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather 28";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-element normal.normal,
-element alternate.normal {
- background-color: var(background-alt);
- text-color: var(foreground);
-}
-element normal.urgent,
-element alternate.urgent,
-element selected.active {
- background-color: var(urgent);
- text-color: var(background);
-}
-element normal.active,
-element alternate.active,
-element selected.urgent {
- background-color: var(active);
- text-color: var(background);
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/applets/type-2/style-3.rasi b/rofi/.config/rofi/applets/type-2/style-3.rasi
deleted file mode 100644
index fb3a99c..0000000
--- a/rofi/.config/rofi/applets/type-2/style-3.rasi
+++ /dev/null
@@ -1,153 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "../shared/colors.rasi"
-@import "../shared/fonts.rasi"
-
-/*
-USE_ICON=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 30px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 30px;
- background-color: transparent;
- children: [ "inputbar", "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 0px;
- border: 0px;
- border-radius: 100%;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 10px 13px;
- border-radius: 100%;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 10px;
- border-radius: 100%;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 1;
- cycle: true;
- scrollbar: false;
- layout: vertical;
-
- spacing: 15px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 30px 10px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather 28";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-element normal.normal,
-element alternate.normal {
- background-color: var(background-alt);
- text-color: var(foreground);
-}
-element normal.urgent,
-element alternate.urgent,
-element selected.active {
- background-color: var(urgent);
- text-color: var(background);
-}
-element normal.active,
-element alternate.active,
-element selected.urgent {
- background-color: var(active);
- text-color: var(background);
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/applets/type-3/style-1.rasi b/rofi/.config/rofi/applets/type-3/style-1.rasi
deleted file mode 100644
index 86b17ef..0000000
--- a/rofi/.config/rofi/applets/type-3/style-1.rasi
+++ /dev/null
@@ -1,153 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "../shared/colors.rasi"
-@import "../shared/fonts.rasi"
-
-/*
-USE_ICON=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: east;
- anchor: east;
- fullscreen: false;
- width: 120px;
- x-offset: -20px;
- y-offset: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 15px;
- background-color: transparent;
- children: [ "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 10px 13px;
- border-radius: 0px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 10px;
- border-radius: 0px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 1;
- cycle: true;
- scrollbar: false;
- layout: vertical;
-
- spacing: 15px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 23px 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather 24";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-element normal.normal,
-element alternate.normal {
- background-color: var(background-alt);
- text-color: var(foreground);
-}
-element normal.urgent,
-element alternate.urgent,
-element selected.active {
- background-color: var(urgent);
- text-color: var(background);
-}
-element normal.active,
-element alternate.active,
-element selected.urgent {
- background-color: var(active);
- text-color: var(background);
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/applets/type-3/style-2.rasi b/rofi/.config/rofi/applets/type-3/style-2.rasi
deleted file mode 100644
index e4f07ba..0000000
--- a/rofi/.config/rofi/applets/type-3/style-2.rasi
+++ /dev/null
@@ -1,153 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "../shared/colors.rasi"
-@import "../shared/fonts.rasi"
-
-/*
-USE_ICON=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: east;
- anchor: east;
- fullscreen: false;
- width: 120px;
- x-offset: -20px;
- y-offset: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 15px;
- background-color: transparent;
- children: [ "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 10px 13px;
- border-radius: 0px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 10px;
- border-radius: 0px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 1;
- cycle: true;
- scrollbar: false;
- layout: vertical;
-
- spacing: 15px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 23px 10px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather 24";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-element normal.normal,
-element alternate.normal {
- background-color: var(background-alt);
- text-color: var(foreground);
-}
-element normal.urgent,
-element alternate.urgent,
-element selected.active {
- background-color: var(urgent);
- text-color: var(background);
-}
-element normal.active,
-element alternate.active,
-element selected.urgent {
- background-color: var(active);
- text-color: var(background);
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/applets/type-3/style-3.rasi b/rofi/.config/rofi/applets/type-3/style-3.rasi
deleted file mode 100644
index 06f365f..0000000
--- a/rofi/.config/rofi/applets/type-3/style-3.rasi
+++ /dev/null
@@ -1,153 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "../shared/colors.rasi"
-@import "../shared/fonts.rasi"
-
-/*
-USE_ICON=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: east;
- anchor: east;
- fullscreen: false;
- width: 120px;
- x-offset: -20px;
- y-offset: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 15px;
- background-color: transparent;
- children: [ "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 10px 13px;
- border-radius: 0px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 10px;
- border-radius: 0px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 1;
- cycle: true;
- scrollbar: false;
- layout: vertical;
-
- spacing: 15px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 23px 10px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather 24";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-element normal.normal,
-element alternate.normal {
- background-color: var(background-alt);
- text-color: var(foreground);
-}
-element normal.urgent,
-element alternate.urgent,
-element selected.active {
- background-color: var(urgent);
- text-color: var(background);
-}
-element normal.active,
-element alternate.active,
-element selected.urgent {
- background-color: var(active);
- text-color: var(background);
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/applets/type-4/style-1.rasi b/rofi/.config/rofi/applets/type-4/style-1.rasi
deleted file mode 100644
index 1823c56..0000000
--- a/rofi/.config/rofi/applets/type-4/style-1.rasi
+++ /dev/null
@@ -1,164 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #11092D;
- background-alt: #281657;
- foreground: #FFFFFF;
- selected: #DF5296;
- active: #6E77FF;
- urgent: #8E3596;
-}
-
-/*
-USE_ICON=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 20px;
- background-color: transparent;
- children: [ "inputbar", "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 25px;
- padding: 100px 50px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/a.png", width);
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-dummy{
- background-color: transparent;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 10px 13px;
- border-radius: 0px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 10px;
- border-radius: 0px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 1;
- cycle: true;
- scrollbar: false;
- layout: vertical;
-
- spacing: 20px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 30px 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather 28";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-element normal.normal,
-element alternate.normal {
- background-color: var(background-alt);
- text-color: var(foreground);
-}
-element normal.urgent,
-element alternate.urgent,
-element selected.active {
- background-color: var(urgent);
- text-color: var(background);
-}
-element normal.active,
-element alternate.active,
-element selected.urgent {
- background-color: var(active);
- text-color: var(background);
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/applets/type-4/style-2.rasi b/rofi/.config/rofi/applets/type-4/style-2.rasi
deleted file mode 100644
index 6b887f3..0000000
--- a/rofi/.config/rofi/applets/type-4/style-2.rasi
+++ /dev/null
@@ -1,164 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #1e1e2e; /* Catppuccin Mocha Base */
- background-alt: #302d41; /* Catppuccin Mocha Mantle */
- foreground: #cdd6f4; /* Catppuccin Mocha Text */
- selected: #f38ba8; /* Catppuccin Mocha Red */
- active: #89b4fa; /* Catppuccin Mocha Blue */
- urgent: #f5c2e7; /* Catppuccin Mocha Pink */
-}
-
-/*
-USE_ICON=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 600px;
- x-offset: 0px;
- y-offset: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 10px;
- background-color: transparent;
- children: [ "inputbar", "listview", "message" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 25px;
- padding: 100px 50px;
- border: 0px;
- border-radius: 20px;
- border-color: @selected;
- background-color: transparent;
- background-image: url("~/.config/hypr/backgrounds/Tokyo_Pink.png", width);
- text-color: @foreground;
- children: [ "dummy", "textbox-prompt-colon", "prompt", "dummy"];
-}
-
-dummy{
- background-color: transparent;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 10px 13px;
- border-radius: 10px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 10px;
- border-radius: 10px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 1;
- cycle: true;
- scrollbar: false;
- layout: vertical;
-
- spacing: 20px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 20px 10px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather 28";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-element normal.normal,
-element alternate.normal {
- background-color: var(background-alt);
- text-color: var(foreground);
-}
-element normal.urgent,
-element alternate.urgent,
-element selected.active {
- background-color: var(urgent);
- text-color: var(background);
-}
-element normal.active,
-element alternate.active,
-element selected.urgent {
- background-color: var(active);
- text-color: var(background);
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/applets/type-4/style-3.rasi b/rofi/.config/rofi/applets/type-4/style-3.rasi
deleted file mode 100644
index 0199650..0000000
--- a/rofi/.config/rofi/applets/type-4/style-3.rasi
+++ /dev/null
@@ -1,164 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #131D1F;
- background-alt: #183A43;
- foreground: #FFFFFF;
- selected: #649094;
- active: #E9CC9D;
- urgent: #FEA861;
-}
-
-/*
-USE_ICON=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 50px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 20px;
- background-color: transparent;
- children: [ "inputbar", "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 25px;
- padding: 100px 50px;
- border: 0px;
- border-radius: 40px;
- border-color: @selected;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/i.jpg", width);
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "dummy", "prompt"];
-}
-
-dummy{
- background-color: transparent;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 10px 13px;
- border-radius: 100%;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 10px;
- border-radius: 100%;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 1;
- cycle: true;
- scrollbar: false;
- layout: vertical;
-
- spacing: 20px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 30px 10px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather 28";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-element normal.normal,
-element alternate.normal {
- background-color: var(background-alt);
- text-color: var(foreground);
-}
-element normal.urgent,
-element alternate.urgent,
-element selected.active {
- background-color: var(urgent);
- text-color: var(background);
-}
-element normal.active,
-element alternate.active,
-element selected.urgent {
- background-color: var(active);
- text-color: var(background);
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/applets/type-5/style-1.rasi b/rofi/.config/rofi/applets/type-5/style-1.rasi
deleted file mode 100644
index 0fdc43d..0000000
--- a/rofi/.config/rofi/applets/type-5/style-1.rasi
+++ /dev/null
@@ -1,166 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #231419;
- background-alt: #2D1E23;
- foreground: #FFFFFF;
- selected: #426647;
- active: #2E3F34;
- urgent: #D08261;
-}
-
-/*
-USE_ICON=NO
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 600px;
- x-offset: 0px;
- y-offset: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 30px;
- background-color: transparent;
- orientation: horizontal;
- children: [ "imagebox", "listview" ];
-}
-
-/*****----- Imagebox -----*****/
-imagebox {
- background-color: transparent;
- background-image: url("~/.config/rofi/images/e.jpg", height);
- children: [ "dummy", "inputbar", "dummy" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 15px;
- background-color: transparent;
- text-color: @foreground;
- children: [ "dummy", "textbox-prompt-colon", "prompt", "dummy"];
-}
-
-dummy{
- background-color: transparent;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 10px 13px;
- border-radius: 0px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 10px;
- border-radius: 0px;
- background-color: @active;
- text-color: @foreground;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 1;
- cycle: true;
- scrollbar: false;
- layout: vertical;
-
- spacing: 5px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-element normal.normal,
-element alternate.normal {
- background-color: var(background);
- text-color: var(foreground);
-}
-element normal.urgent,
-element alternate.urgent,
-element selected.active {
- background-color: var(urgent);
- text-color: var(background);
-}
-element normal.active,
-element alternate.active,
-element selected.urgent {
- background-color: var(active);
- text-color: var(background);
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(foreground);
-}
diff --git a/rofi/.config/rofi/applets/type-5/style-2.rasi b/rofi/.config/rofi/applets/type-5/style-2.rasi
deleted file mode 100644
index 5b9c5b1..0000000
--- a/rofi/.config/rofi/applets/type-5/style-2.rasi
+++ /dev/null
@@ -1,167 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #11092D;
- background-alt: #281657;
- foreground: #FFFFFF;
- selected: #DF5296;
- active: #6E77FF;
- urgent: #8E3596;
-}
-
-/*
-USE_ICON=NO
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 600px;
- x-offset: 0px;
- y-offset: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 30px;
- background-color: transparent;
- orientation: horizontal;
- children: [ "imagebox", "listview" ];
-}
-
-/*****----- Imagebox -----*****/
-imagebox {
- border-radius: 20px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/j.jpg", height);
- children: [ "dummy", "inputbar", "dummy" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 15px;
- background-color: transparent;
- text-color: @foreground;
- children: [ "dummy", "textbox-prompt-colon", "prompt", "dummy"];
-}
-
-dummy{
- background-color: transparent;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 10px 13px;
- border-radius: 15px;
- background-color: @urgent;
- text-color: @foreground;
-}
-prompt {
- enabled: true;
- padding: 10px;
- border-radius: 15px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 1;
- cycle: true;
- scrollbar: false;
- layout: vertical;
-
- spacing: 5px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 10px;
- border: 0px solid;
- border-radius: 15px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-element normal.normal,
-element alternate.normal {
- background-color: var(background);
- text-color: var(foreground);
-}
-element normal.urgent,
-element alternate.urgent,
-element selected.active {
- background-color: var(urgent);
- text-color: var(background);
-}
-element normal.active,
-element alternate.active,
-element selected.urgent {
- background-color: var(active);
- text-color: var(background);
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/applets/type-5/style-3.rasi b/rofi/.config/rofi/applets/type-5/style-3.rasi
deleted file mode 100644
index 416f51b..0000000
--- a/rofi/.config/rofi/applets/type-5/style-3.rasi
+++ /dev/null
@@ -1,176 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #101010;
- background-alt: #252525;
- foreground: #FFFFFF;
- selected: #505050;
- active: #909090;
- urgent: #707070;
-}
-
-/*
-USE_ICON=NO
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 600px;
- x-offset: 0px;
- y-offset: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 30px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 30px;
- background-color: transparent;
- orientation: horizontal;
- children: [ "imagebox", "listview" ];
-}
-
-/*****----- Imagebox -----*****/
-imagebox {
- border: 2px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/g.png", height);
- children: [ "dummy", "inputbar", "dummy" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 15px;
- background-color: transparent;
- text-color: @foreground;
- children: [ "dummy", "textbox-prompt-colon", "prompt", "dummy"];
-}
-
-dummy{
- background-color: transparent;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 10px 13px;
- border: 2px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
-}
-prompt {
- enabled: true;
- padding: 10px;
- border: 2px solid;
- border-radius: 100%;
- border-color: @foreground;
- background-color: @foreground;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 1;
- cycle: true;
- scrollbar: false;
- layout: vertical;
-
- spacing: 5px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 11px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-element normal.normal,
-element alternate.normal {
- background-color: var(background);
- text-color: var(foreground);
-}
-element normal.urgent,
-element alternate.urgent,
-element selected.active {
- background-color: var(urgent);
- text-color: var(background);
-}
-element normal.active,
-element alternate.active,
-element selected.urgent {
- background-color: var(active);
- text-color: var(background);
-}
-element selected.normal {
- border: 2px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: transparent;
- text-color: var(foreground);
-}
diff --git a/rofi/.config/rofi/bluetooth.sh b/rofi/.config/rofi/bluetooth.sh
deleted file mode 100755
index 8b13789..0000000
--- a/rofi/.config/rofi/bluetooth.sh
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/rofi/.config/rofi/catppuccin.rasi b/rofi/.config/rofi/catppuccin.rasi
deleted file mode 100644
index c043ba6..0000000
--- a/rofi/.config/rofi/catppuccin.rasi
+++ /dev/null
@@ -1,80 +0,0 @@
-/* Catppuccin Theme for Rofi */
-
-/* General */
-* {
- al: #F5E0DC;
- bg: #1E1E28;
- bg-alt: #1A1826;
- border: #302D41;
- fg: #D9E0EE;
- selected-bg: #575268;
- selected-fg: #F5E0DC;
- urgent-bg: #F28FAD;
- urgent-fg: #302D41;
- active-bg: #96CDFB;
- active-fg: #1E1E28;
-}
-
-/* Window */
-window {
- border: 2px;
- padding: 10px;
- width: 30%;
- height: 50%;
- background-color: @bg;
- border-color: @border;
-}
-
-/* Listview */
-listview {
- scrollbar: false;
- fixed-height: 0;
- spacing: 4px;
-}
-
-/* Element */
-element {
- padding: 2px;
- border: 1px;
- background-color: @bg-alt;
- border-color: @border;
- foreground: @fg;
-}
-
-element selected {
- background-color: @selected-bg;
- border-color: @selected-bg;
- foreground: @selected-fg;
-}
-
-element urgent {
- background-color: @urgent-bg;
- border-color: @urgent-bg;
- foreground: @urgent-fg;
-}
-
-element active {
- background-color: @active-bg;
- border-color: @active-bg;
- foreground: @active-fg;
-}
-
-/* Input bar */
-textbox-prompt-colon {
- background-color: @bg-alt;
- border-color: @border;
- foreground: @fg;
-}
-
-textbox {
- background-color: @bg-alt;
- border-color: @border;
- foreground: @fg;
-}
-
-/* Border */
-border {
- border: 2px;
- border-color: @border;
-}
-
diff --git a/rofi/.config/rofi/colors/adapta.rasi b/rofi/.config/rofi/colors/adapta.rasi
deleted file mode 100644
index dcde9e5..0000000
--- a/rofi/.config/rofi/colors/adapta.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #222D32FF;
- background-alt: #29353BFF;
- foreground: #B8C2C6FF;
- selected: #00BCD4FF;
- active: #21FF90FF;
- urgent: #FF4B60FF;
-}
diff --git a/rofi/.config/rofi/colors/arc.rasi b/rofi/.config/rofi/colors/arc.rasi
deleted file mode 100644
index 0dfb773..0000000
--- a/rofi/.config/rofi/colors/arc.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #2F343FFF;
- background-alt: #383C4AFF;
- foreground: #BAC5D0FF;
- selected: #5294E2FF;
- active: #98C379FF;
- urgent: #E06B74FF;
-}
diff --git a/rofi/.config/rofi/colors/black.rasi b/rofi/.config/rofi/colors/black.rasi
deleted file mode 100644
index fa7b76f..0000000
--- a/rofi/.config/rofi/colors/black.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #000000FF;
- background-alt: #101010FF;
- foreground: #FFFFFFFF;
- selected: #62AEEFFF;
- active: #98C379FF;
- urgent: #E06B74FF;
-}
diff --git a/rofi/.config/rofi/colors/catppuccin.rasi b/rofi/.config/rofi/colors/catppuccin.rasi
deleted file mode 100644
index 62c5945..0000000
--- a/rofi/.config/rofi/colors/catppuccin.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #1E1D2FFF;
- background-alt: #282839FF;
- foreground: #D9E0EEFF;
- selected: #7AA2F7FF;
- active: #ABE9B3FF;
- urgent: #F28FADFF;
-}
diff --git a/rofi/.config/rofi/colors/cyberpunk.rasi b/rofi/.config/rofi/colors/cyberpunk.rasi
deleted file mode 100644
index f5fa0e7..0000000
--- a/rofi/.config/rofi/colors/cyberpunk.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #000B1EFF;
- background-alt: #0A1528FF;
- foreground: #0ABDC6FF;
- selected: #0ABDC6FF;
- active: #00FF00FF;
- urgent: #FF0000FF;
-}
diff --git a/rofi/.config/rofi/colors/dracula.rasi b/rofi/.config/rofi/colors/dracula.rasi
deleted file mode 100644
index 7ae606d..0000000
--- a/rofi/.config/rofi/colors/dracula.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #1E1F29FF;
- background-alt: #282A36FF;
- foreground: #FFFFFFFF;
- selected: #BD93F9FF;
- active: #50FA7BFF;
- urgent: #FF5555FF;
-}
diff --git a/rofi/.config/rofi/colors/everforest.rasi b/rofi/.config/rofi/colors/everforest.rasi
deleted file mode 100644
index 83d4f71..0000000
--- a/rofi/.config/rofi/colors/everforest.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #323D43FF;
- background-alt: #3C474DFF;
- foreground: #DAD1BEFF;
- selected: #7FBBB3FF;
- active: #A7C080FF;
- urgent: #E67E80FF;
-}
diff --git a/rofi/.config/rofi/colors/gruvbox.rasi b/rofi/.config/rofi/colors/gruvbox.rasi
deleted file mode 100644
index 2ee85d0..0000000
--- a/rofi/.config/rofi/colors/gruvbox.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #282828FF;
- background-alt: #353535FF;
- foreground: #EBDBB2FF;
- selected: #83A598FF;
- active: #B8BB26FF;
- urgent: #FB4934FF;
-}
diff --git a/rofi/.config/rofi/colors/lovelace.rasi b/rofi/.config/rofi/colors/lovelace.rasi
deleted file mode 100644
index 80140ee..0000000
--- a/rofi/.config/rofi/colors/lovelace.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #1D1F28FF;
- background-alt: #282A36FF;
- foreground: #FDFDFDFF;
- selected: #79E6F3FF;
- active: #5ADECDFF;
- urgent: #F37F97FF;
-}
diff --git a/rofi/.config/rofi/colors/navy.rasi b/rofi/.config/rofi/colors/navy.rasi
deleted file mode 100644
index 1289f53..0000000
--- a/rofi/.config/rofi/colors/navy.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #021B21FF;
- background-alt: #0C252BFF;
- foreground: #F2F1B9FF;
- selected: #44B5B1FF;
- active: #7CBF9EFF;
- urgent: #C2454EFF;
-}
diff --git a/rofi/.config/rofi/colors/nord.rasi b/rofi/.config/rofi/colors/nord.rasi
deleted file mode 100644
index c6bc05d..0000000
--- a/rofi/.config/rofi/colors/nord.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #2E3440FF;
- background-alt: #383E4AFF;
- foreground: #E5E9F0FF;
- selected: #81A1C1FF;
- active: #A3BE8CFF;
- urgent: #BF616AFF;
-}
diff --git a/rofi/.config/rofi/colors/onedark.rasi b/rofi/.config/rofi/colors/onedark.rasi
deleted file mode 100644
index 7c76108..0000000
--- a/rofi/.config/rofi/colors/onedark.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #1E2127FF;
- background-alt: #282B31FF;
- foreground: #FFFFFFFF;
- selected: #61AFEFFF;
- active: #98C379FF;
- urgent: #E06C75FF;
-}
diff --git a/rofi/.config/rofi/colors/paper.rasi b/rofi/.config/rofi/colors/paper.rasi
deleted file mode 100644
index c3d76e8..0000000
--- a/rofi/.config/rofi/colors/paper.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #F1F1F1FF;
- background-alt: #E0E0E0FF;
- foreground: #252525FF;
- selected: #008EC4FF;
- active: #10A778FF;
- urgent: #C30771FF;
-}
diff --git a/rofi/.config/rofi/colors/solarized.rasi b/rofi/.config/rofi/colors/solarized.rasi
deleted file mode 100644
index 9051e13..0000000
--- a/rofi/.config/rofi/colors/solarized.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #002B36FF;
- background-alt: #073642FF;
- foreground: #EEE8D5FF;
- selected: #268BD2FF;
- active: #859900FF;
- urgent: #DC322FFF;
-}
diff --git a/rofi/.config/rofi/colors/tokyonight.rasi b/rofi/.config/rofi/colors/tokyonight.rasi
deleted file mode 100644
index 1145cbd..0000000
--- a/rofi/.config/rofi/colors/tokyonight.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Levi Lacoss (fishyfishfish55)
- * Github : @fishyfishfish55
- *
- * Colors
- **/
-
-* {
- background: #15161EFF;
- background-alt: #1A1B26FF;
- foreground: #C0CAF5FF;
- selected: #33467CFF;
- active: #414868FF;
- urgent: #F7768EFF;
-}
diff --git a/rofi/.config/rofi/colors/yousai.rasi b/rofi/.config/rofi/colors/yousai.rasi
deleted file mode 100644
index 757cab3..0000000
--- a/rofi/.config/rofi/colors/yousai.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #F5E7DEFF;
- background-alt: #EBDCD2FF;
- foreground: #34302DFF;
- selected: #D97742FF;
- active: #BF8F60FF;
- urgent: #B23636FF;
-}
diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi
deleted file mode 100644
index 431c48d..0000000
--- a/rofi/.config/rofi/config.rasi
+++ /dev/null
@@ -1 +0,0 @@
-@theme "/usr/share/rofi/themes/catppuccin.rasi"
diff --git a/rofi/.config/rofi/images/a.png b/rofi/.config/rofi/images/a.png
deleted file mode 100644
index d70c5fb..0000000
Binary files a/rofi/.config/rofi/images/a.png and /dev/null differ
diff --git a/rofi/.config/rofi/images/b.png b/rofi/.config/rofi/images/b.png
deleted file mode 100644
index 34214a2..0000000
Binary files a/rofi/.config/rofi/images/b.png and /dev/null differ
diff --git a/rofi/.config/rofi/images/c.png b/rofi/.config/rofi/images/c.png
deleted file mode 100644
index 9e18e5f..0000000
Binary files a/rofi/.config/rofi/images/c.png and /dev/null differ
diff --git a/rofi/.config/rofi/images/d.png b/rofi/.config/rofi/images/d.png
deleted file mode 100644
index 5f68a1b..0000000
Binary files a/rofi/.config/rofi/images/d.png and /dev/null differ
diff --git a/rofi/.config/rofi/images/e.jpg b/rofi/.config/rofi/images/e.jpg
deleted file mode 100644
index 51995e4..0000000
Binary files a/rofi/.config/rofi/images/e.jpg and /dev/null differ
diff --git a/rofi/.config/rofi/images/f.png b/rofi/.config/rofi/images/f.png
deleted file mode 100644
index fb69e73..0000000
Binary files a/rofi/.config/rofi/images/f.png and /dev/null differ
diff --git a/rofi/.config/rofi/images/flowers-1.png b/rofi/.config/rofi/images/flowers-1.png
deleted file mode 100644
index 155b593..0000000
Binary files a/rofi/.config/rofi/images/flowers-1.png and /dev/null differ
diff --git a/rofi/.config/rofi/images/flowers-2.png b/rofi/.config/rofi/images/flowers-2.png
deleted file mode 100644
index e4bf205..0000000
Binary files a/rofi/.config/rofi/images/flowers-2.png and /dev/null differ
diff --git a/rofi/.config/rofi/images/flowers-3.png b/rofi/.config/rofi/images/flowers-3.png
deleted file mode 100644
index 2c6f3a6..0000000
Binary files a/rofi/.config/rofi/images/flowers-3.png and /dev/null differ
diff --git a/rofi/.config/rofi/images/g.png b/rofi/.config/rofi/images/g.png
deleted file mode 100644
index d42e1f4..0000000
Binary files a/rofi/.config/rofi/images/g.png and /dev/null differ
diff --git a/rofi/.config/rofi/images/gradient.png b/rofi/.config/rofi/images/gradient.png
deleted file mode 100644
index e51c308..0000000
Binary files a/rofi/.config/rofi/images/gradient.png and /dev/null differ
diff --git a/rofi/.config/rofi/images/h.jpg b/rofi/.config/rofi/images/h.jpg
deleted file mode 100644
index 7829121..0000000
Binary files a/rofi/.config/rofi/images/h.jpg and /dev/null differ
diff --git a/rofi/.config/rofi/images/i.jpg b/rofi/.config/rofi/images/i.jpg
deleted file mode 100644
index f31ee84..0000000
Binary files a/rofi/.config/rofi/images/i.jpg and /dev/null differ
diff --git a/rofi/.config/rofi/images/j.jpg b/rofi/.config/rofi/images/j.jpg
deleted file mode 100644
index e70a715..0000000
Binary files a/rofi/.config/rofi/images/j.jpg and /dev/null differ
diff --git a/rofi/.config/rofi/images/paper.png b/rofi/.config/rofi/images/paper.png
deleted file mode 100644
index 4e073fd..0000000
Binary files a/rofi/.config/rofi/images/paper.png and /dev/null differ
diff --git a/rofi/.config/rofi/images/user.jpeg b/rofi/.config/rofi/images/user.jpeg
deleted file mode 100644
index 3490fed..0000000
Binary files a/rofi/.config/rofi/images/user.jpeg and /dev/null differ
diff --git a/rofi/.config/rofi/launchers/type-1/launcher.sh b/rofi/.config/rofi/launchers/type-1/launcher.sh
deleted file mode 100755
index 85b7df4..0000000
--- a/rofi/.config/rofi/launchers/type-1/launcher.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Rofi : Launcher (Modi Drun, Run, File Browser, Window)
-#
-## Available Styles
-#
-## style-1 style-2 style-3 style-4 style-5
-## style-6 style-7 style-8 style-9 style-10
-## style-11 style-12 style-13 style-14 style-15
-
-dir="$HOME/.config/rofi/launchers/type-1"
-theme='style-1'
-
-## Run
-rofi \
- -show drun \
- -theme ${dir}/${theme}.rasi
diff --git a/rofi/.config/rofi/launchers/type-1/shared/colors.rasi b/rofi/.config/rofi/launchers/type-1/shared/colors.rasi
deleted file mode 100644
index 103ad63..0000000
--- a/rofi/.config/rofi/launchers/type-1/shared/colors.rasi
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- *
- * Available Colors Schemes
- *
- * adapta catppuccin everforest navy paper
- * arc cyberpunk gruvbox nord solarized
- * black dracula lovelace onedark yousai
- *
- **/
-
-/* Import color-scheme from `colors` directory */
-
-@import "~/.config/rofi/colors/onedark.rasi"
diff --git a/rofi/.config/rofi/launchers/type-1/shared/fonts.rasi b/rofi/.config/rofi/launchers/type-1/shared/fonts.rasi
deleted file mode 100644
index 430c73d..0000000
--- a/rofi/.config/rofi/launchers/type-1/shared/fonts.rasi
+++ /dev/null
@@ -1,12 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Fonts
- *
- **/
-
-* {
- font: "JetBrains Mono Nerd Font 10";
-}
diff --git a/rofi/.config/rofi/launchers/type-1/style-1.rasi b/rofi/.config/rofi/launchers/type-1/style-1.rasi
deleted file mode 100644
index 2fff263..0000000
--- a/rofi/.config/rofi/launchers/type-1/style-1.rasi
+++ /dev/null
@@ -1,307 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser";
- show-icons: false;
- display-drun: " Apps";
- display-run: " Run";
- display-filebrowser: " Files";
- display-window: " Windows";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @border-colour;
- cursor: "default";
- /* Backgroud Colors */
- background-color: @background-colour;
- /* Backgroud Image */
- //background-image: url("/path/to/image.png", none);
- /* Simple Linear Gradient */
- //background-image: linear-gradient(red, orange, pink, purple);
- /* Directional Linear Gradient */
- //background-image: linear-gradient(to bottom, pink, yellow, magenta);
- /* Angle Linear Gradient */
- //background-image: linear-gradient(45, cyan, purple, indigo);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 40px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "message", "listview", "mode-switcher" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- children: [ "prompt", "textbox-prompt-colon", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-num-filtered-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-num-sep {
- enabled: true;
- expand: false;
- str: "/";
- background-color: inherit;
- text-color: inherit;
-}
-num-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-case-indicator {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 2;
- lines: 10;
- cycle: true;
- dynamic: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 10px ;
- handle-color: @handle-colour;
- border-radius: 10px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 5px 10px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: 5px 10px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 5px 10px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 10px;
- border: 2px solid;
- border-radius: 20px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-1/style-10.rasi b/rofi/.config/rofi/launchers/type-1/style-10.rasi
deleted file mode 100644
index e3f413b..0000000
--- a/rofi/.config/rofi/launchers/type-1/style-10.rasi
+++ /dev/null
@@ -1,323 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run";
- show-icons: false;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(foreground);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: north;
- anchor: north;
- fullscreen: false;
- width: 100%;
- x-offset: 0px;
- y-offset: 0px;
-
- children: [ horibox ];
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- cursor: "default";
- /* Backgroud Colors */
- background-color: @background-colour;
- /* Backgroud Image */
- //background-image: url("/path/to/image.png", none);
- /* Simple Linear Gradient */
- //background-image: linear-gradient(red, orange, pink, purple);
- /* Directional Linear Gradient */
- //background-image: linear-gradient(to bottom, pink, yellow, magenta);
- /* Angle Linear Gradient */
- //background-image: linear-gradient(45, cyan, purple, indigo);
-}
-
-/*****----- Horizontal Box -----*****/
-horibox {
- spacing: 0px;
- background-color: @background-colour;
- text-color: @foreground-colour;
- orientation: horizontal;
- children: [ "prompt", "textbox-prompt-colon","entry", "listview" ];
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 40px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "message", "listview", "mode-switcher" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 8px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- padding: 10px;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- padding: 10px 0px 10px 0px;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- padding: 10px;
- expand: false;
- width: 20em;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "search...";
- placeholder-color: inherit;
-}
-num-filtered-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-num-sep {
- enabled: true;
- expand: false;
- str: "/";
- background-color: inherit;
- text-color: inherit;
-}
-num-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-case-indicator {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 100;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: horizontal;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 8px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 8px;
- margin: 0px;
- padding: 10px 8px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
-}
-button {
- padding: 8px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(normal-foreground);
- text-color: var(normal-background);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 8px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-1/style-11.rasi b/rofi/.config/rofi/launchers/type-1/style-11.rasi
deleted file mode 100644
index 59f8849..0000000
--- a/rofi/.config/rofi/launchers/type-1/style-11.rasi
+++ /dev/null
@@ -1,307 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser";
- show-icons: false;
- display-drun: " Apps";
- display-run: " Run";
- display-filebrowser: " Files";
- display-window: " Windows";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 600px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- cursor: "default";
- /* Backgroud Colors */
- background-color: @background-colour;
- /* Backgroud Image */
- //background-image: url("/path/to/image.png", none);
- /* Simple Linear Gradient */
- //background-image: linear-gradient(red, orange, pink, purple);
- /* Directional Linear Gradient */
- //background-image: linear-gradient(to bottom, pink, yellow, magenta);
- /* Angle Linear Gradient */
- //background-image: linear-gradient(45, cyan, purple, indigo);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 20px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- children: [ "prompt", "textbox-prompt-colon", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-num-filtered-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-num-sep {
- enabled: true;
- expand: false;
- str: "/";
- background-color: inherit;
- text-color: inherit;
-}
-num-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-case-indicator {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 6;
- cycle: true;
- dynamic: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 0px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 10px;
- border: 2px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-1/style-12.rasi b/rofi/.config/rofi/launchers/type-1/style-12.rasi
deleted file mode 100644
index 8d30e4a..0000000
--- a/rofi/.config/rofi/launchers/type-1/style-12.rasi
+++ /dev/null
@@ -1,325 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser";
- show-icons: false;
- display-drun: " Apps";
- display-run: " Run";
- display-filebrowser: " Files";
- display-window: " Windows";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-
- /* For Screens with 1920x1080 resolution */
- screen-margin: 310px 400px;
- box-spacing: 20px;
- element-padding: 15px;
- element-radius: 100%;
- element-spacing: 15px;
-
- /* For Screens with 1366x768 resolution */
- /*
- screen-margin: 190px 250px;
- box-spacing: 20px;
- element-padding: 10px;
- element-radius: 100%;
- element-spacing: 10px;
- */
- /* Use this as reference and create for your screen resolution */
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- width: 1366px;
- height: 768px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- cursor: "default";
- /* Backgroud Colors */
- background-color: @background-colour;
- /* Backgroud Image */
- //background-image: url("/path/to/image.png", none);
- /* Simple Linear Gradient */
- //background-image: linear-gradient(red, orange, pink, purple);
- /* Directional Linear Gradient */
- //background-image: linear-gradient(to bottom, pink, yellow, magenta);
- /* Angle Linear Gradient */
- //background-image: linear-gradient(45, cyan, purple, indigo);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: @box-spacing;
- margin: @screen-margin;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "message", "listview", "mode-switcher" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: @element-spacing;
- margin: 0px;
- padding: @element-padding;
- border: 0px solid;
- border-radius: @element-radius;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- children: [ "prompt", "textbox-prompt-colon", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-num-filtered-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-num-sep {
- enabled: true;
- expand: false;
- str: "/";
- background-color: inherit;
- text-color: inherit;
-}
-num-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-case-indicator {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 3;
- lines: 10;
- cycle: true;
- dynamic: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: @box-spacing;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 10px ;
- handle-color: @handle-colour;
- border-radius: @element-radius;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: @element-spacing;
- margin: 0px;
- padding: @element-padding;
- border: 0px solid;
- border-radius: @element-radius;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: @box-spacing;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: @element-padding;
- border: 0px solid;
- border-radius: @element-radius;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: @element-padding;
- border: 0px solid;
- border-radius: @element-radius;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: @element-padding;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-1/style-13.rasi b/rofi/.config/rofi/launchers/type-1/style-13.rasi
deleted file mode 100644
index 1b82aa2..0000000
--- a/rofi/.config/rofi/launchers/type-1/style-13.rasi
+++ /dev/null
@@ -1,325 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: false;
- display-drun: " Apps";
- display-run: " Run";
- display-filebrowser: " Files";
- display-window: " Windows";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-
- /* For Screens with 1920x1080 resolution */
- screen-margin: 310px 500px;
- box-spacing: 20px;
- element-padding: 15px;
- element-radius: 8px;
- element-spacing: 15px;
-
- /* For Screens with 1366x768 resolution */
- /*
- screen-margin: 190px 350px;
- box-spacing: 20px;
- element-padding: 10px;
- element-radius: 6px;
- element-spacing: 10px;
- */
- /* Use this as reference and create for your screen resolution */
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- width: 1366px;
- height: 768px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- cursor: "default";
- /* Backgroud Colors */
- background-color: @background-colour;
- /* Backgroud Image */
- //background-image: url("/path/to/image.png", none);
- /* Simple Linear Gradient */
- //background-image: linear-gradient(red, orange, pink, purple);
- /* Directional Linear Gradient */
- //background-image: linear-gradient(to bottom, pink, yellow, magenta);
- /* Angle Linear Gradient */
- //background-image: linear-gradient(45, cyan, purple, indigo);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: @box-spacing;
- margin: @screen-margin;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "message", "listview", "mode-switcher" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: @element-spacing;
- margin: 0px;
- padding: @element-padding;
- border: 0px solid;
- border-radius: @element-radius;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- children: [ "prompt", "textbox-prompt-colon", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: ":";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-num-filtered-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-num-sep {
- enabled: true;
- expand: false;
- str: "/";
- background-color: inherit;
- text-color: inherit;
-}
-num-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-case-indicator {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 10;
- cycle: true;
- dynamic: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: @box-spacing;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 8px ;
- handle-color: @handle-colour;
- border-radius: @element-radius;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: @element-spacing;
- margin: 0px;
- padding: @element-padding;
- border: 0px solid;
- border-radius: @element-radius;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: @box-spacing;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: @element-padding;
- border: 0px solid;
- border-radius: @element-radius;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: @element-padding;
- border: 0px solid;
- border-radius: @element-radius;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: @element-padding;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-1/style-14.rasi b/rofi/.config/rofi/launchers/type-1/style-14.rasi
deleted file mode 100644
index 2cbceca..0000000
--- a/rofi/.config/rofi/launchers/type-1/style-14.rasi
+++ /dev/null
@@ -1,335 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: " Apps";
- display-run: " Run";
- display-filebrowser: " Files";
- display-window: " Windows";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-
- /* For Screens with 1920x1080 resolution */
- screen-margin: 275px 400px;
- box-spacing: 20px;
- list-padding: 8px;
- element-padding: 15px;
- element-radius: 8px;
- element-spacing: 15px;
-
- /* For Screens with 1366x768 resolution */
- /*
- screen-margin: 120px 225px;
- box-spacing: 20px;
- list-padding: 4px;
- element-padding: 10px;
- element-radius: 6px;
- element-spacing: 10px;
- */
- /* Use this as reference and create for your screen resolution */
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- width: 1366px;
- height: 768px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- cursor: "default";
- /* Backgroud Colors */
- background-color: @background-colour;
- /* Backgroud Image */
- //background-image: url("/path/to/image.png", none);
- /* Simple Linear Gradient */
- //background-image: linear-gradient(red, orange, pink, purple);
- /* Directional Linear Gradient */
- //background-image: linear-gradient(to bottom, pink, yellow, magenta);
- /* Angle Linear Gradient */
- //background-image: linear-gradient(45, cyan, purple, indigo);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: @box-spacing;
- margin: @screen-margin;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: @element-radius;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- children: [ "textbox-prompt-colon", "entry", "mode-switcher" ];
-}
-
-prompt {
- enabled: true;
- padding: @element-padding;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- padding: @element-padding;
- str: "";
- border: 0px solid;
- border-radius: @element-radius;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
-}
-entry {
- enabled: true;
- expand: true;
- padding: @element-padding;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-num-filtered-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-num-sep {
- enabled: true;
- expand: false;
- str: "/";
- background-color: inherit;
- text-color: inherit;
-}
-num-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-case-indicator {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 10;
- cycle: true;
- dynamic: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: @box-spacing;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 8px ;
- handle-color: @handle-colour;
- border-radius: @element-radius;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: @element-spacing;
- margin: 0px;
- padding: @list-padding;
- border: 0px solid;
- border-radius: @element-radius;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: @box-spacing;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: @element-padding;
- width: 125px;
- border: 0px solid;
- border-radius: @element-radius;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: @element-padding;
- border: 0px solid;
- border-radius: @element-radius;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: @element-padding;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-1/style-15.rasi b/rofi/.config/rofi/launchers/type-1/style-15.rasi
deleted file mode 100644
index e443bb6..0000000
--- a/rofi/.config/rofi/launchers/type-1/style-15.rasi
+++ /dev/null
@@ -1,345 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: " Apps";
- display-run: " Run";
- display-filebrowser: " Files";
- display-window: " Windows";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-
- /* For Screens with 1920x1080 resolution */
- screen-margin: 275px 400px;
- box-spacing: 20px;
- list-padding: 8px;
- element-padding: 15px;
- element-radius: 8px;
- element-spacing: 15px;
-
- /* For Screens with 1366x768 resolution */
- /*
- screen-margin: 180px 225px;
- box-spacing: 20px;
- list-padding: 4px;
- element-padding: 10px;
- element-radius: 6px;
- element-spacing: 10px;
- */
- /* Use this as reference and create for your screen resolution */
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- width: 1366px;
- height: 768px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- cursor: "default";
- /* Backgroud Colors */
- background-color: @background-colour;
- /* Backgroud Image */
- //background-image: url("/path/to/image.png", none);
- /* Simple Linear Gradient */
- //background-image: linear-gradient(red, orange, pink, purple);
- /* Directional Linear Gradient */
- //background-image: linear-gradient(to bottom, pink, yellow, magenta);
- /* Angle Linear Gradient */
- //background-image: linear-gradient(45, cyan, purple, indigo);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: @box-spacing;
- margin: @screen-margin;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "message", "custombox" ];
-}
-
-/*****----- A Custom Box -----*****/
-custombox {
- spacing: @box-spacing;
- background-color: @background-colour;
- text-color: @foreground-colour;
- orientation: horizontal;
- children: [ "mode-switcher", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: @element-radius;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-
-prompt {
- enabled: true;
- padding: @element-padding;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- padding: @element-padding;
- str: "";
- border: 0px solid;
- border-radius: @element-radius;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
-}
-entry {
- enabled: true;
- expand: true;
- padding: @element-padding;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-num-filtered-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-num-sep {
- enabled: true;
- expand: false;
- str: "/";
- background-color: inherit;
- text-color: inherit;
-}
-num-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-case-indicator {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 10;
- cycle: true;
- dynamic: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: @box-spacing;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 8px ;
- handle-color: @handle-colour;
- border-radius: @element-radius;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: @element-spacing;
- margin: 0px;
- padding: @list-padding;
- border: 0px solid;
- border-radius: @element-radius;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- orientation: vertical;
- spacing: @box-spacing;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: @element-padding;
- width: 125px;
- border: 0px solid;
- border-radius: @element-radius;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: @element-padding;
- border: 0px solid;
- border-radius: @element-radius;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: @element-padding;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-1/style-2.rasi b/rofi/.config/rofi/launchers/type-1/style-2.rasi
deleted file mode 100644
index 6f99d10..0000000
--- a/rofi/.config/rofi/launchers/type-1/style-2.rasi
+++ /dev/null
@@ -1,307 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: false;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(foreground);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 400px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 8px;
- border-color: @border-colour;
- cursor: "default";
- /* Backgroud Colors */
- background-color: @background-colour;
- /* Backgroud Image */
- //background-image: url("/path/to/image.png", none);
- /* Simple Linear Gradient */
- //background-image: linear-gradient(red, orange, pink, purple);
- /* Directional Linear Gradient */
- //background-image: linear-gradient(to bottom, pink, yellow, magenta);
- /* Angle Linear Gradient */
- //background-image: linear-gradient(45, cyan, purple, indigo);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 40px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "message", "listview", "mode-switcher" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "search...";
- placeholder-color: inherit;
-}
-num-filtered-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-num-sep {
- enabled: true;
- expand: false;
- str: "/";
- background-color: inherit;
- text-color: inherit;
-}
-num-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-case-indicator {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 12;
- cycle: true;
- dynamic: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 8px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 8px;
- margin: 0px;
- padding: 8px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(normal-foreground);
- text-color: var(normal-background);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: 8px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 8px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 10px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-1/style-3.rasi b/rofi/.config/rofi/launchers/type-1/style-3.rasi
deleted file mode 100644
index 156e039..0000000
--- a/rofi/.config/rofi/launchers/type-1/style-3.rasi
+++ /dev/null
@@ -1,307 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run";
- show-icons: false;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(foreground);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 400px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 8px;
- border-color: @border-colour;
- cursor: "default";
- /* Backgroud Colors */
- background-color: @background-colour;
- /* Backgroud Image */
- //background-image: url("/path/to/image.png", none);
- /* Simple Linear Gradient */
- //background-image: linear-gradient(red, orange, pink, purple);
- /* Directional Linear Gradient */
- //background-image: linear-gradient(to bottom, pink, yellow, magenta);
- /* Angle Linear Gradient */
- //background-image: linear-gradient(45, cyan, purple, indigo);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 30px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "message", "listview", "mode-switcher" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "search...";
- placeholder-color: inherit;
-}
-num-filtered-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-num-sep {
- enabled: true;
- expand: false;
- str: "/";
- background-color: inherit;
- text-color: inherit;
-}
-num-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-case-indicator {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 6;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 8px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 8px;
- margin: 0px;
- padding: 8px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(normal-foreground);
- text-color: var(normal-background);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: 8px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(normal-foreground);
- text-color: var(normal-background);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 8px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 10px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-1/style-4.rasi b/rofi/.config/rofi/launchers/type-1/style-4.rasi
deleted file mode 100644
index 3e41328..0000000
--- a/rofi/.config/rofi/launchers/type-1/style-4.rasi
+++ /dev/null
@@ -1,308 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser";
- show-icons: false;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(foreground);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: west;
- anchor: west;
- fullscreen: false;
- width: 450px;
- height: 100%;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- cursor: "default";
- /* Backgroud Colors */
- background-color: @background-colour;
- /* Backgroud Image */
- //background-image: url("/path/to/image.png", none);
- /* Simple Linear Gradient */
- //background-image: linear-gradient(red, orange, pink, purple);
- /* Directional Linear Gradient */
- //background-image: linear-gradient(to bottom, pink, yellow, magenta);
- /* Angle Linear Gradient */
- //background-image: linear-gradient(45, cyan, purple, indigo);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 40px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "message", "listview", "mode-switcher" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 8px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "search...";
- placeholder-color: inherit;
-}
-num-filtered-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-num-sep {
- enabled: true;
- expand: false;
- str: "/";
- background-color: inherit;
- text-color: inherit;
-}
-num-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-case-indicator {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 10;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 8px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 8px;
- margin: 0px;
- padding: 8px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(normal-foreground);
- text-color: var(normal-background);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
-}
-button {
- padding: 8px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(normal-foreground);
- text-color: var(normal-background);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 8px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-1/style-5.rasi b/rofi/.config/rofi/launchers/type-1/style-5.rasi
deleted file mode 100644
index 4e88e83..0000000
--- a/rofi/.config/rofi/launchers/type-1/style-5.rasi
+++ /dev/null
@@ -1,309 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 600px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @border-colour;
- cursor: "default";
- /* Backgroud Colors */
- background-color: @background-colour;
- /* Backgroud Image */
- //background-image: url("/path/to/image.png", none);
- /* Simple Linear Gradient */
- //background-image: linear-gradient(red, orange, pink, purple);
- /* Directional Linear Gradient */
- //background-image: linear-gradient(to bottom, pink, yellow, magenta);
- /* Angle Linear Gradient */
- //background-image: linear-gradient(45, cyan, purple, indigo);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 30px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- children: [ "textbox-prompt-colon", "entry", "mode-switcher" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- padding: 5px 0px;
- expand: false;
- str: "";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- padding: 5px 0px;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-num-filtered-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-num-sep {
- enabled: true;
- expand: false;
- str: "/";
- background-color: inherit;
- text-color: inherit;
-}
-num-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-case-indicator {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 10px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 5px 10px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: 5px 10px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 8px 10px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 10px;
- border: 2px solid;
- border-radius: 10px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-1/style-6.rasi b/rofi/.config/rofi/launchers/type-1/style-6.rasi
deleted file mode 100644
index 51178bf..0000000
--- a/rofi/.config/rofi/launchers/type-1/style-6.rasi
+++ /dev/null
@@ -1,310 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: " Apps";
- display-run: " Run";
- display-filebrowser: " Files";
- display-window: " Windows";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @border-colour;
- cursor: "default";
- /* Backgroud Colors */
- background-color: @background-colour;
- /* Backgroud Image */
- //background-image: url("/path/to/image.png", none);
- /* Simple Linear Gradient */
- //background-image: linear-gradient(red, orange, pink, purple);
- /* Directional Linear Gradient */
- //background-image: linear-gradient(to bottom, pink, yellow, magenta);
- /* Angle Linear Gradient */
- //background-image: linear-gradient(45, cyan, purple, indigo);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 20px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "mode-switcher", "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- padding: 5px 0px;
- expand: false;
- str: "";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- padding: 5px 0px;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-num-filtered-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-num-sep {
- enabled: true;
- expand: false;
- str: "/";
- background-color: inherit;
- text-color: inherit;
-}
-num-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-case-indicator {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 10px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 8px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- expand: false;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: 12px;
- border: 0px solid;
- border-radius: 8px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 12px;
- border: 0px solid;
- border-radius: 8px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 0px;
- border: 2px solid;
- border-radius: 8px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-1/style-7.rasi b/rofi/.config/rofi/launchers/type-1/style-7.rasi
deleted file mode 100644
index 6f8ef84..0000000
--- a/rofi/.config/rofi/launchers/type-1/style-7.rasi
+++ /dev/null
@@ -1,313 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: " Apps";
- display-run: " Run";
- display-filebrowser: " Files";
- display-window: " Windows";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @border-colour;
- cursor: "default";
- /* Backgroud Colors */
- background-color: @background-colour;
- /* Backgroud Image */
- //background-image: url("/path/to/image.png", none);
- /* Simple Linear Gradient */
- //background-image: linear-gradient(red, orange, pink, purple);
- /* Directional Linear Gradient */
- //background-image: linear-gradient(to bottom, pink, yellow, magenta);
- /* Angle Linear Gradient */
- //background-image: linear-gradient(45, cyan, purple, indigo);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 20px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "message", "mode-switcher", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px 0px 10px 0px;
- padding: 5px 10px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- padding: 5px 0px;
- expand: false;
- str: "";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- padding: 5px 0px;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-num-filtered-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-num-sep {
- enabled: true;
- expand: false;
- str: "/";
- background-color: inherit;
- text-color: inherit;
-}
-num-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-case-indicator {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 10px;
- border: 0px 2px 2px 2px ;
- border-radius: 0px 0px 10px 10px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 10px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 6px;
- border: 0px solid;
- border-radius: 6px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- expand: false;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: 10px;
- border: 0px 0px 2px 0px ;
- border-radius: 10px 10px 0px 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- border: 2px 2px 0px 2px ;
- border-radius: 10px 10px 0px 0px;
- border-color: @border-colour;
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px 0px 10px 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 10px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 10px;
- border: 2px solid;
- border-radius: 10px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-1/style-8.rasi b/rofi/.config/rofi/launchers/type-1/style-8.rasi
deleted file mode 100644
index ca5623a..0000000
--- a/rofi/.config/rofi/launchers/type-1/style-8.rasi
+++ /dev/null
@@ -1,323 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,ssh,window";
- show-icons: false;
- display-drun: " Apps";
- display-run: " Run";
- display-filebrowser: " Files";
- display-window: " Windows";
- display-ssh: " SSH";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @border-colour;
- cursor: "default";
- /* Backgroud Colors */
- background-color: @background-colour;
- /* Backgroud Image */
- //background-image: url("/path/to/image.png", none);
- /* Simple Linear Gradient */
- //background-image: linear-gradient(red, orange, pink, purple);
- /* Directional Linear Gradient */
- //background-image: linear-gradient(to bottom, pink, yellow, magenta);
- /* Angle Linear Gradient */
- //background-image: linear-gradient(45, cyan, purple, indigo);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 20px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "message", "custombox" ];
-}
-
-/*****----- A Custom Box -----*****/
-custombox {
- spacing: 10px;
- background-color: @background-colour;
- text-color: @foreground-colour;
- orientation: horizontal;
- children: [ "mode-switcher", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 8px 12px;
- border: 0px solid;
- border-radius: 8px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- padding: 5px 0px;
- expand: false;
- str: "";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- padding: 5px 0px;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-num-filtered-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-num-sep {
- enabled: true;
- expand: false;
- str: "/";
- background-color: inherit;
- text-color: inherit;
-}
-num-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-case-indicator {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 10px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 8px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- expand: false;
- orientation: vertical;
- spacing: 10px;
- margin: 0px;
- padding: 0px 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: 0px 20px 0px 20px;
- border: 0px solid;
- border-radius: 8px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 12px;
- border: 0px solid;
- border-radius: 8px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 10px;
- border: 2px solid;
- border-radius: 8px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-1/style-9.rasi b/rofi/.config/rofi/launchers/type-1/style-9.rasi
deleted file mode 100644
index ebf79ca..0000000
--- a/rofi/.config/rofi/launchers/type-1/style-9.rasi
+++ /dev/null
@@ -1,326 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,ssh,window";
- show-icons: false;
- display-drun: " Apps";
- display-run: " Run";
- display-filebrowser: " Files";
- display-window: " Windows";
- display-ssh: " SSH";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 700px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @border-colour;
- cursor: "default";
- /* Backgroud Colors */
- background-color: @background-colour;
- /* Backgroud Image */
- //background-image: url("/path/to/image.png", none);
- /* Simple Linear Gradient */
- //background-image: linear-gradient(red, orange, pink, purple);
- /* Directional Linear Gradient */
- //background-image: linear-gradient(to bottom, pink, yellow, magenta);
- /* Angle Linear Gradient */
- //background-image: linear-gradient(45, cyan, purple, indigo);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 20px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "message", "custombox" ];
-}
-
-/*****----- A Custom Box -----*****/
-custombox {
- spacing: 0px;
- background-color: @background-colour;
- text-color: @foreground-colour;
- orientation: horizontal;
- children: [ "mode-switcher", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 8px 12px;
- border: 0px solid;
- border-radius: 8px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- padding: 5px 0px;
- expand: false;
- str: "";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- padding: 5px 0px;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-num-filtered-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-num-sep {
- enabled: true;
- expand: false;
- str: "/";
- background-color: inherit;
- text-color: inherit;
-}
-num-rows {
- enabled: true;
- expand: false;
- background-color: inherit;
- text-color: inherit;
-}
-case-indicator {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 6;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 10px;
- border: 2px 2px 2px 0px;
- border-radius: 0px 8px 8px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 10px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 8px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- expand: false;
- orientation: vertical;
- spacing: 0px;
- margin: 0px;
- padding: 0px 0px;
- border: 0px solid;
- border-radius: 8px 0px 0px 8px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
-}
-button {
- padding: 0px 20px 0px 20px;
- border: 0px 2px 0px 0px;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- cursor: pointer;
-}
-button selected {
- border: 2px 0px 2px 2px;
- border-radius: 8px 0px 0px 8px;
- border-color: @border-colour;
- background-color: var(selected-normal-foreground);
- text-color: var(selected-normal-background);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 12px;
- border: 0px solid;
- border-radius: 8px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 10px;
- border: 2px solid;
- border-radius: 8px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-2/launcher.sh b/rofi/.config/rofi/launchers/type-2/launcher.sh
deleted file mode 100755
index 3422cd7..0000000
--- a/rofi/.config/rofi/launchers/type-2/launcher.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Rofi : Launcher (Modi Drun, Run, File Browser, Window)
-#
-## Available Styles
-#
-## style-1 style-2 style-3 style-4 style-5
-## style-6 style-7 style-8 style-9 style-10
-## style-11 style-12 style-13 style-14 style-15
-
-dir="$HOME/.config/rofi/launchers/type-2"
-theme='style-1'
-
-## Run
-rofi \
- -show drun \
- -theme ${dir}/${theme}.rasi
diff --git a/rofi/.config/rofi/launchers/type-2/shared/colors.rasi b/rofi/.config/rofi/launchers/type-2/shared/colors.rasi
deleted file mode 100644
index 103ad63..0000000
--- a/rofi/.config/rofi/launchers/type-2/shared/colors.rasi
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- *
- * Available Colors Schemes
- *
- * adapta catppuccin everforest navy paper
- * arc cyberpunk gruvbox nord solarized
- * black dracula lovelace onedark yousai
- *
- **/
-
-/* Import color-scheme from `colors` directory */
-
-@import "~/.config/rofi/colors/onedark.rasi"
diff --git a/rofi/.config/rofi/launchers/type-2/shared/fonts.rasi b/rofi/.config/rofi/launchers/type-2/shared/fonts.rasi
deleted file mode 100644
index 50499c9..0000000
--- a/rofi/.config/rofi/launchers/type-2/shared/fonts.rasi
+++ /dev/null
@@ -1,12 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Fonts
- *
- **/
-
-* {
- font: "Iosevka Nerd Font 10";
-}
diff --git a/rofi/.config/rofi/launchers/type-2/style-1.rasi b/rofi/.config/rofi/launchers/type-2/style-1.rasi
deleted file mode 100644
index fe2c342..0000000
--- a/rofi/.config/rofi/launchers/type-2/style-1.rasi
+++ /dev/null
@@ -1,171 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 400px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 12px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 15px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @selected;
- text-color: @background;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 6;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 8px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: @background;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @background-alt;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 15px;
- border: 2px solid;
- border-radius: 12px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-textbox {
- background-color: @background;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-2/style-10.rasi b/rofi/.config/rofi/launchers/type-2/style-10.rasi
deleted file mode 100644
index 94dc432..0000000
--- a/rofi/.config/rofi/launchers/type-2/style-10.rasi
+++ /dev/null
@@ -1,194 +0,0 @@
-c/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- /* For Screens with 1920x1080 resolution */
- screen-margin: 180px 150px;
- box-spacing: 40px;
- icon-size: 96px;
- element-padding: 30px;
- element-spacing: 15px;
-
- /* For Screens with 1366x768 resolution */
- /*
- screen-margin: 120px 60px;
- box-spacing: 40px;
- icon-size: 64px;
- element-padding: 20px;
- element-spacing: 10px;
- */
- /* Use this as reference and create for your screen resolution */
-}
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- width: 1366px;
- height: 768px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: @box-spacing;
- margin: @screen-margin;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px 50% 0px 0px;
- padding: 15px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @selected;
- text-color: @background;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 8;
- lines: 3;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: @element-spacing;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: @element-spacing;
- margin: 0px;
- padding: @element-padding;
- border: 0px solid;
- border-radius: 30px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- orientation: vertical;
- cursor: pointer;
-}
-element normal.normal {
- background-color: @background;
- text-color: @foreground;
-}
-element selected.normal {
- border: 0px 0px 4px 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: @icon-size;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 150px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-textbox {
- background-color: @background;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-2/style-11.rasi b/rofi/.config/rofi/launchers/type-2/style-11.rasi
deleted file mode 100644
index 58fa61e..0000000
--- a/rofi/.config/rofi/launchers/type-2/style-11.rasi
+++ /dev/null
@@ -1,183 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "Applications";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- width: 1366px;
- height: 768px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 150px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px 0px 2px 0px;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- padding: 12px;
- border-radius: 100%;
- background-color: @selected;
- text-color: @background;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- padding: 12px;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 3;
- lines: 10;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 20px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 8px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: @background-alt;
- text-color: @foreground;
-}
-element alternate.normal {
- background-color: @background-alt;
- text-color: @foreground;
-}
-element selected.normal {
- border: 0px 0px 2px 2px;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @selected;
-}
-element-icon {
- padding: 0px 0px 0px 0px;
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 100px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-textbox {
- background-color: @background;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-2/style-12.rasi b/rofi/.config/rofi/launchers/type-2/style-12.rasi
deleted file mode 100644
index 858a905..0000000
--- a/rofi/.config/rofi/launchers/type-2/style-12.rasi
+++ /dev/null
@@ -1,179 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: " Applications";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- width: 1366px;
- height: 768px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 200px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- padding: 15px;
- border-radius: 100%;
- background-color: @selected;
- text-color: @background;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- expand: false;
- width: 350px;
- padding: 15px 20px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 4;
- lines: 10;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 8px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: @background;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @background-alt;
- text-color: @foreground;
-}
-element-icon {
- padding: 0px 0px 0px 0px;
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 100px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-textbox {
- background-color: @background;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-2/style-13.rasi b/rofi/.config/rofi/launchers/type-2/style-13.rasi
deleted file mode 100644
index b21ca00..0000000
--- a/rofi/.config/rofi/launchers/type-2/style-13.rasi
+++ /dev/null
@@ -1,179 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: " Apps";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 100%;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 50px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- padding: 15px;
- border-radius: 15px;
- background-color: @selected;
- text-color: @background;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- expand: false;
- width: 350px;
- padding: 15px 20px;
- border-radius: 15px;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 10;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 30px 10px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
- orientation: vertical;
- cursor: pointer;
-}
-element normal.normal {
- background-color: @background;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @background-alt;
- text-color: @foreground;
-}
-element-icon {
- padding: 0px 0px 0px 0px;
- background-color: transparent;
- text-color: inherit;
- size: 96px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 50px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-textbox {
- background-color: @background;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-2/style-14.rasi b/rofi/.config/rofi/launchers/type-2/style-14.rasi
deleted file mode 100644
index 049979b..0000000
--- a/rofi/.config/rofi/launchers/type-2/style-14.rasi
+++ /dev/null
@@ -1,188 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: " Applications";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1200px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 20px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
- orientation: horizontal;
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
- children: [ "prompt", "entry" ];
- orientation: vertical;
-}
-
-prompt {
- enabled: true;
- expand: false;
- padding: 15px 50px;
- border-radius: 10px;
- background-color: @selected;
- text-color: @background;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- expand: false;
- padding: 15px 20px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 4;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 8px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
- orientation: horizontal;
- cursor: pointer;
-}
-element normal.normal {
- background-color: @background-alt;
- text-color: @foreground;
-}
-element alternate.normal {
- background-color: @background-alt;
- text-color: @foreground;
-}
-element selected.normal {
- border: 0px 2px 0px 2px;
- border-radius: 10px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @selected;
-}
-element-icon {
- padding: 0px;
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 20px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-textbox {
- background-color: @background;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-2/style-15.rasi b/rofi/.config/rofi/launchers/type-2/style-15.rasi
deleted file mode 100644
index 4b14fc1..0000000
--- a/rofi/.config/rofi/launchers/type-2/style-15.rasi
+++ /dev/null
@@ -1,151 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: " Applications";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 450px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "listview", "entry" ];
-}
-
-/*****----- Inputbar -----*****/
-entry {
- enabled: true;
- expand: false;
- padding: 20px 0px;
- background-color: @selected;
- text-color: @background;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 3;
- lines: 3;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 0px;
- margin: 0px;
- padding: 20px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 20px 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- orientation: vertical;
- cursor: pointer;
-}
-element normal.normal {
- background-color: @background;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @background-alt;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 64px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 15px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-textbox {
- background-color: @background;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-2/style-2.rasi b/rofi/.config/rofi/launchers/type-2/style-2.rasi
deleted file mode 100644
index 49502a0..0000000
--- a/rofi/.config/rofi/launchers/type-2/style-2.rasi
+++ /dev/null
@@ -1,171 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 700px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 12px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 20px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 15px;
- border: 0px solid;
- border-radius: 12px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 2;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 5px;
- border: 0px solid;
- border-radius: 12px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: @background;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @background;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 15px;
- border: 2px solid;
- border-radius: 12px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-textbox {
- background-color: @background;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-2/style-3.rasi b/rofi/.config/rofi/launchers/type-2/style-3.rasi
deleted file mode 100644
index 5e3a6f9..0000000
--- a/rofi/.config/rofi/launchers/type-2/style-3.rasi
+++ /dev/null
@@ -1,171 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 15px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @foreground;
- text-color: @background;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 2;
- lines: 10;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 6px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: @background;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @background;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 15px;
- border: 2px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-textbox {
- background-color: @background;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-2/style-4.rasi b/rofi/.config/rofi/launchers/type-2/style-4.rasi
deleted file mode 100644
index f5ab848..0000000
--- a/rofi/.config/rofi/launchers/type-2/style-4.rasi
+++ /dev/null
@@ -1,180 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "Applications";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 30px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- padding: 12px;
- background-color: @selected;
- text-color: @background;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- padding: 12px;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 2;
- lines: 10;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 5px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: @background-alt;
- text-color: @foreground;
-}
-element alternate.normal {
- background-color: @background-alt;
- text-color: @foreground;
-}
-element selected.normal {
- border: 0px 0px 0px 4px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @selected;
-}
-element-icon {
- padding: 0px 0px 0px 10px;
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 15px;
- border: 2px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-textbox {
- background-color: @background;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-2/style-5.rasi b/rofi/.config/rofi/launchers/type-2/style-5.rasi
deleted file mode 100644
index 50ce121..0000000
--- a/rofi/.config/rofi/launchers/type-2/style-5.rasi
+++ /dev/null
@@ -1,182 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "Applications";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 700px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 16px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 30px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 16px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- padding: 12px;
- border-radius: 16px;
- background-color: @selected;
- text-color: @background;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- padding: 12px;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 2;
- lines: 7;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 5px;
- border: 0px solid;
- border-radius: 16px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: @background-alt;
- text-color: @foreground;
-}
-element alternate.normal {
- background-color: @background-alt;
- text-color: @foreground;
-}
-element selected.normal {
- border: 0px 5px 0px 5px;
- border-radius: 16px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @selected;
-}
-element-icon {
- padding: 0px 0px 0px 10px;
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 15px;
- border: 2px solid;
- border-radius: 16px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-textbox {
- background-color: @background;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-2/style-6.rasi b/rofi/.config/rofi/launchers/type-2/style-6.rasi
deleted file mode 100644
index 2f0ab2b..0000000
--- a/rofi/.config/rofi/launchers/type-2/style-6.rasi
+++ /dev/null
@@ -1,172 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: west;
- anchor: west;
- fullscreen: false;
- width: 450px;
- height: 100%;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 12px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @selected;
- text-color: @background;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 6;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 6px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: @background;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @background-alt;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 15px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-textbox {
- background-color: @background;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-2/style-7.rasi b/rofi/.config/rofi/launchers/type-2/style-7.rasi
deleted file mode 100644
index 49e14be..0000000
--- a/rofi/.config/rofi/launchers/type-2/style-7.rasi
+++ /dev/null
@@ -1,172 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 750px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 12px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 15px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @selected;
- text-color: @background;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 5;
- lines: 3;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 20px 10px;
- border: 0px solid;
- border-radius: 12px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- orientation: vertical;
- cursor: pointer;
-}
-element normal.normal {
- background-color: @background;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @background-alt;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 64px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 15px;
- border: 2px solid;
- border-radius: 12px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-textbox {
- background-color: @background;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-2/style-8.rasi b/rofi/.config/rofi/launchers/type-2/style-8.rasi
deleted file mode 100644
index ee20df1..0000000
--- a/rofi/.config/rofi/launchers/type-2/style-8.rasi
+++ /dev/null
@@ -1,184 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: " Applications";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- margin: 40px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "prompt", "textbox-prompt-colon", "entry" ];
-}
-
-prompt {
- enabled: true;
- padding: 15px;
- border-radius: 100%;
- background-color: @selected;
- text-color: @background;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- padding: 15px;
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- padding: 15px 0px;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 3;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 20px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- orientation: vertical;
- cursor: pointer;
-}
-element normal.normal {
- background-color: transparent;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: transparent;
- text-color: @foreground;
-}
-element-icon {
- padding: 30px;
- border-radius: 20px;
- background-color: @background-alt;
- text-color: inherit;
- size: 64px;
- cursor: inherit;
-}
-element-text {
- padding: 10px;
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element-text selected {
- border-radius: 100%;
- background-color: @selected;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 20px;
- border: 2px solid;
- border-radius: 20px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-textbox {
- background-color: @background;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-2/style-9.rasi b/rofi/.config/rofi/launchers/type-2/style-9.rasi
deleted file mode 100644
index 75dc924..0000000
--- a/rofi/.config/rofi/launchers/type-2/style-9.rasi
+++ /dev/null
@@ -1,179 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: " Applications";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 40px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "prompt", "textbox-prompt-colon", "entry" ];
-}
-
-prompt {
- enabled: true;
- padding: 15px;
- border-radius: 100%;
- background-color: @selected;
- text-color: @background;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- padding: 15px;
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- padding: 15px 0px;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 2;
- lines: 6;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- orientation: horizontal;
- cursor: pointer;
-}
-element normal.normal {
- background-color: transparent;
- text-color: @foreground;
-}
-element selected.normal {
- border-radius: 100%;
- background-color: @background-alt;
- text-color: @selected;
-}
-element-icon {
- padding: 10px;
- border-radius: 100%;
- background-color: @selected;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 20px;
- border: 2px solid;
- border-radius: 20px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-textbox {
- background-color: @background;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-3/launcher.sh b/rofi/.config/rofi/launchers/type-3/launcher.sh
deleted file mode 100755
index ae97b5f..0000000
--- a/rofi/.config/rofi/launchers/type-3/launcher.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Rofi : Launcher (Modi Drun, Run, File Browser, Window)
-#
-## Available Styles
-#
-## style-1 style-2 style-3 style-4 style-5
-## style-6 style-7 style-8 style-9 style-10
-
-dir="$HOME/.config/rofi/launchers/type-3"
-theme='style-10'
-
-## Run
-rofi \
- -show drun \
- -theme ${dir}/${theme}.rasi
diff --git a/rofi/.config/rofi/launchers/type-3/shared/colors.rasi b/rofi/.config/rofi/launchers/type-3/shared/colors.rasi
deleted file mode 100644
index 103ad63..0000000
--- a/rofi/.config/rofi/launchers/type-3/shared/colors.rasi
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- *
- * Available Colors Schemes
- *
- * adapta catppuccin everforest navy paper
- * arc cyberpunk gruvbox nord solarized
- * black dracula lovelace onedark yousai
- *
- **/
-
-/* Import color-scheme from `colors` directory */
-
-@import "~/.config/rofi/colors/onedark.rasi"
diff --git a/rofi/.config/rofi/launchers/type-3/shared/fonts.rasi b/rofi/.config/rofi/launchers/type-3/shared/fonts.rasi
deleted file mode 100644
index 50499c9..0000000
--- a/rofi/.config/rofi/launchers/type-3/shared/fonts.rasi
+++ /dev/null
@@ -1,12 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Fonts
- *
- **/
-
-* {
- font: "Iosevka Nerd Font 10";
-}
diff --git a/rofi/.config/rofi/launchers/type-3/style-1.rasi b/rofi/.config/rofi/launchers/type-3/style-1.rasi
deleted file mode 100644
index 3688452..0000000
--- a/rofi/.config/rofi/launchers/type-3/style-1.rasi
+++ /dev/null
@@ -1,172 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 750px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 12px;
- border-color: @selected;
- background-color: black / 10%;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 20px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 15px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @selected;
- background-color: white / 5%;
- text-color: @foreground;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: transparent;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: transparent;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: transparent;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 5;
- lines: 3;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 20px 10px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- orientation: vertical;
- cursor: pointer;
-}
-element normal.normal {
- background-color: transparent;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: white / 5%;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 64px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 15px;
- border: 2px solid;
- border-radius: 10px;
- border-color: @selected;
- background-color: black / 10%;
- text-color: @foreground;
-}
-textbox {
- background-color: transparent;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-3/style-10.rasi b/rofi/.config/rofi/launchers/type-3/style-10.rasi
deleted file mode 100644
index 3344d36..0000000
--- a/rofi/.config/rofi/launchers/type-3/style-10.rasi
+++ /dev/null
@@ -1,175 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 40px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px 500px 0px 0px;
- padding: 12px;
- border: 0px 0px 0px 4px;
- border-radius: 0px 100% 100% 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 7;
- lines: 3;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 15px 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- orientation: vertical;
- cursor: pointer;
-}
-element normal.normal {
- background-color: transparent;
- text-color: @foreground;
-}
-element selected.normal {
- border: 0px 0px 0px 4px;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 64px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 40px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: black / 10%;
- text-color: @foreground;
-}
-textbox {
- background-color: transparent;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-3/style-2.rasi b/rofi/.config/rofi/launchers/type-3/style-2.rasi
deleted file mode 100644
index 3a22461..0000000
--- a/rofi/.config/rofi/launchers/type-3/style-2.rasi
+++ /dev/null
@@ -1,173 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- width: 1366px;
- height: 768px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: black / 10%;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 100px;
- margin: 0px;
- padding: 100px 225px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0% 25%;
- padding: 18px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @selected;
- background-color: white / 5%;
- text-color: @foreground;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: transparent;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: transparent;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: transparent;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 8;
- lines: 4;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 35px 10px;
- border: 0px solid;
- border-radius: 15px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- orientation: vertical;
- cursor: pointer;
-}
-element normal.normal {
- background-color: transparent;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: white / 5%;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 72px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 100px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: black / 10%;
- text-color: @foreground;
-}
-textbox {
- background-color: transparent;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-3/style-3.rasi b/rofi/.config/rofi/launchers/type-3/style-3.rasi
deleted file mode 100644
index c604a4b..0000000
--- a/rofi/.config/rofi/launchers/type-3/style-3.rasi
+++ /dev/null
@@ -1,173 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- width: 1366px;
- height: 768px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: black / 10%;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 100px;
- margin: 0px;
- padding: 100px 225px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0% 28%;
- padding: 10px;
- border: 1px solid;
- border-radius: 6px;
- border-color: white / 25%;
- background-color: white / 5%;
- text-color: @foreground;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: transparent;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: transparent;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: transparent;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 7;
- lines: 4;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 35px 10px;
- border: 0px solid;
- border-radius: 15px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- orientation: vertical;
- cursor: pointer;
-}
-element normal.normal {
- background-color: transparent;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: white / 5%;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 72px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 100px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: black / 10%;
- text-color: @foreground;
-}
-textbox {
- background-color: transparent;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-3/style-4.rasi b/rofi/.config/rofi/launchers/type-3/style-4.rasi
deleted file mode 100644
index db9386b..0000000
--- a/rofi/.config/rofi/launchers/type-3/style-4.rasi
+++ /dev/null
@@ -1,175 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 750px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 12px;
- border: 1px solid;
- border-radius: 4px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 3;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 20px 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- orientation: vertical;
- cursor: pointer;
-}
-element normal.normal {
- background-color: transparent;
- text-color: @foreground;
-}
-element selected.normal {
- border: 1px solid;
- border-radius: 4px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 64px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 10px;
- border: 1px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: black / 10%;
- text-color: @foreground;
-}
-textbox {
- background-color: transparent;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-3/style-5.rasi b/rofi/.config/rofi/launchers/type-3/style-5.rasi
deleted file mode 100644
index 01b6d47..0000000
--- a/rofi/.config/rofi/launchers/type-3/style-5.rasi
+++ /dev/null
@@ -1,175 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: north;
- anchor: north;
- fullscreen: false;
- width: 750px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 10px;
- border: 1px solid;
- border-radius: 4px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 7;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 5px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- orientation: horizontal;
- cursor: pointer;
-}
-element normal.normal {
- background-color: transparent;
- text-color: @foreground;
-}
-element selected.normal {
- border: 1px solid;
- border-radius: 4px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: black / 10%;
- text-color: @foreground;
-}
-textbox {
- background-color: transparent;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-3/style-6.rasi b/rofi/.config/rofi/launchers/type-3/style-6.rasi
deleted file mode 100644
index 1c6c33b..0000000
--- a/rofi/.config/rofi/launchers/type-3/style-6.rasi
+++ /dev/null
@@ -1,174 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 500px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 20px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
- children: [ "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 2;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 20px 10px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- orientation: vertical;
- cursor: pointer;
-}
-element normal.normal {
- background-color: transparent;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @background-alt;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 128px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 20px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: black / 10%;
- text-color: @foreground;
-}
-textbox {
- background-color: transparent;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-3/style-7.rasi b/rofi/.config/rofi/launchers/type-3/style-7.rasi
deleted file mode 100644
index b516c5f..0000000
--- a/rofi/.config/rofi/launchers/type-3/style-7.rasi
+++ /dev/null
@@ -1,176 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: west;
- anchor: west;
- fullscreen: false;
- width: 600px;
- height: 100%;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 40px 20px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 12px 16px;
- border: 0px 0px 2px 0px;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search Apps";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 5;
- lines: 10;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- orientation: vertical;
- cursor: pointer;
-}
-element normal.normal {
- background-color: transparent;
- text-color: @foreground;
-}
-element selected.normal {
- border: 0px 0px 2px 0px;
- border-radius: 12px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 64px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 20px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: black / 10%;
- text-color: @foreground;
-}
-textbox {
- background-color: transparent;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-3/style-8.rasi b/rofi/.config/rofi/launchers/type-3/style-8.rasi
deleted file mode 100644
index d9bb6de..0000000
--- a/rofi/.config/rofi/launchers/type-3/style-8.rasi
+++ /dev/null
@@ -1,175 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: west;
- anchor: west;
- fullscreen: false;
- width: 500px;
- x-offset: 20px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 30px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 20px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 12px 16px;
- border: 0px 0px 2px 0px;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search Apps";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 4;
- lines: 4;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- orientation: vertical;
- cursor: pointer;
-}
-element normal.normal {
- background-color: transparent;
- text-color: @foreground;
-}
-element selected.normal {
- border: 0px 0px 2px 0px;
- border-radius: 12px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 64px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 20px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: black / 10%;
- text-color: @foreground;
-}
-textbox {
- background-color: transparent;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-3/style-9.rasi b/rofi/.config/rofi/launchers/type-3/style-9.rasi
deleted file mode 100644
index dbf1a4e..0000000
--- a/rofi/.config/rofi/launchers/type-3/style-9.rasi
+++ /dev/null
@@ -1,176 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- drun-display-format: "{name}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: east;
- anchor: east;
- fullscreen: false;
- width: 180px;
- height: 100%;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- cursor: "default";
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 30px 20px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 12px 16px;
- border: 0px 0px 2px 0px;
- border-radius: 4px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 10;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @selected;
- border-radius: 0px;
- background-color: @background-alt;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 20px 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- orientation: vertical;
- cursor: pointer;
-}
-element normal.normal {
- background-color: transparent;
- text-color: @foreground;
-}
-element selected.normal {
- border: 0px 0px 2px 0px;
- border-radius: 4px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 64px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 20px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: black / 10%;
- text-color: @foreground;
-}
-textbox {
- background-color: transparent;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
-}
diff --git a/rofi/.config/rofi/launchers/type-4/launcher.sh b/rofi/.config/rofi/launchers/type-4/launcher.sh
deleted file mode 100755
index f672e8a..0000000
--- a/rofi/.config/rofi/launchers/type-4/launcher.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Rofi : Launcher (Modi Drun, Run, File Browser, Window)
-#
-## Available Styles
-#
-## style-1 style-2 style-3 style-4 style-5
-## style-6 style-7 style-8 style-9 style-10
-
-dir="$HOME/.config/rofi/launchers/type-4"
-theme='style-10'
-
-## Run
-rofi \
- -show drun \
- -theme ${dir}/${theme}.rasi
diff --git a/rofi/.config/rofi/launchers/type-4/shared/colors.rasi b/rofi/.config/rofi/launchers/type-4/shared/colors.rasi
deleted file mode 100644
index 103ad63..0000000
--- a/rofi/.config/rofi/launchers/type-4/shared/colors.rasi
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- *
- * Available Colors Schemes
- *
- * adapta catppuccin everforest navy paper
- * arc cyberpunk gruvbox nord solarized
- * black dracula lovelace onedark yousai
- *
- **/
-
-/* Import color-scheme from `colors` directory */
-
-@import "~/.config/rofi/colors/onedark.rasi"
diff --git a/rofi/.config/rofi/launchers/type-4/shared/fonts.rasi b/rofi/.config/rofi/launchers/type-4/shared/fonts.rasi
deleted file mode 100644
index 50499c9..0000000
--- a/rofi/.config/rofi/launchers/type-4/shared/fonts.rasi
+++ /dev/null
@@ -1,12 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Fonts
- *
- **/
-
-* {
- font: "Iosevka Nerd Font 10";
-}
diff --git a/rofi/.config/rofi/launchers/type-4/style-1.rasi b/rofi/.config/rofi/launchers/type-4/style-1.rasi
deleted file mode 100644
index 1aaa5b9..0000000
--- a/rofi/.config/rofi/launchers/type-4/style-1.rasi
+++ /dev/null
@@ -1,274 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser";
- show-icons: false;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 600px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 1px solid;
- border-radius: 0px;
- border-color: @border-colour;
- cursor: "default";
- background-color: @background-colour;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "message", "listview", "mode-switcher" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 10px;
- border: 0px 0px 1px 0px;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 0px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-4/style-10.rasi b/rofi/.config/rofi/launchers/type-4/style-10.rasi
deleted file mode 100644
index 0c13507..0000000
--- a/rofi/.config/rofi/launchers/type-4/style-10.rasi
+++ /dev/null
@@ -1,283 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: false;
- display-drun: " Apps";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: #1e1e2e;
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: north;
- anchor: north;
- fullscreen: false;
- width: 100%;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- cursor: "default";
- background-color: @background-colour;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 5px;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "prompt", "entry", "listview" ];
- orientation: horizontal;
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- padding: 5px 10px;
- border: 0px;
- border-radius: 5px;
- border-color: @border-colour;
- background-color: #cba6f7;
- text-color: @background-colour;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- expand: false;
- padding: 5px 10px;
- width: 200px;
- border-radius: 5px;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
- vertical-align: 0.5;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- lines: 100;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: horizontal;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 0px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 5px 10px;
- border: 0px solid;
- border-radius: 5px;
- border-color: @border-colour;
- background-color: #1e1e2e;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: #1e1e2e;
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: #1e1e2e;
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: #1e1e2e;
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: #a6e3a1;
- text-color: var(selected-normal-foreground);
-}
-element selected.urgent {
- background-color: #1e1e2e;
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: #1e1e2e;
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: #1e1e2e;
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: #1e1e2e;
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: #1e1e2e;
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 5px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-4/style-2.rasi b/rofi/.config/rofi/launchers/type-4/style-2.rasi
deleted file mode 100644
index 78ad79e..0000000
--- a/rofi/.config/rofi/launchers/type-4/style-2.rasi
+++ /dev/null
@@ -1,274 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: false;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 600px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 1px solid;
- border-radius: 0px;
- border-color: @border-colour;
- cursor: "default";
- background-color: @background-colour;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 5px;
- margin: 0px;
- padding: 5px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 5px;
- border: 0px 0px 1px dash 0px;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 12;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 0px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 5px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 5px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 5px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-4/style-3.rasi b/rofi/.config/rofi/launchers/type-4/style-3.rasi
deleted file mode 100644
index 3f24a03..0000000
--- a/rofi/.config/rofi/launchers/type-4/style-3.rasi
+++ /dev/null
@@ -1,274 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- cursor: "default";
- background-color: @background-colour;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 50px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 10px;
- border: 0px 0px 2px dash 0px;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 2;
- lines: 12;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 0px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 5px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(alternate-background);
- text-color: var(selected-normal-background);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-4/style-4.rasi b/rofi/.config/rofi/launchers/type-4/style-4.rasi
deleted file mode 100644
index e84ec56..0000000
--- a/rofi/.config/rofi/launchers/type-4/style-4.rasi
+++ /dev/null
@@ -1,274 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- cursor: "default";
- background-color: @background-colour;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 30px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px 0px 10px 10px;
- border: 0px;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 12;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 0px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 5px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(alternate-background);
- text-color: var(foreground-colour);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-4/style-5.rasi b/rofi/.config/rofi/launchers/type-4/style-5.rasi
deleted file mode 100644
index 70e602d..0000000
--- a/rofi/.config/rofi/launchers/type-4/style-5.rasi
+++ /dev/null
@@ -1,279 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "drun";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 600px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- cursor: "default";
- background-color: @background-colour;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px 0px 1px 0px;
- border-radius: 0px;
- border-color: @alternate-background;
- background-color: @background-colour;
- text-color: @foreground-colour;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- padding: 15px;
- border: 0px 1px 0px 0px;
- border-radius: 0px;
- border-color: @alternate-background;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- padding: 15px;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 0px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 8px 15px;
- border: 0px 0px 1px 0px;
- border-radius: 0px;
- border-color: @alternate-background;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(alternate-background);
- text-color: var(foreground-colour);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-4/style-6.rasi b/rofi/.config/rofi/launchers/type-4/style-6.rasi
deleted file mode 100644
index 6034b34..0000000
--- a/rofi/.config/rofi/launchers/type-4/style-6.rasi
+++ /dev/null
@@ -1,275 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "drun :";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- width: 1366px;
- height: 768px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- cursor: "default";
- background-color: @background-colour;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 35%;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
- children: [ "prompt", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 12;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 0px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 5px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(alternate-background);
- text-color: var(foreground-colour);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 100px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-4/style-7.rasi b/rofi/.config/rofi/launchers/type-4/style-7.rasi
deleted file mode 100644
index 9cdc9c1..0000000
--- a/rofi/.config/rofi/launchers/type-4/style-7.rasi
+++ /dev/null
@@ -1,277 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "drun :";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- width: 1366px;
- height: 768px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- cursor: "default";
- background-color: @background-colour;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- margin: 0px;
- padding: 25% 35%;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 20px;
- border: 0px;
- border-radius: 20px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- children: [ "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: transparent;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "::";
- background-color: transparent;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: transparent;
- text-color: inherit;
- cursor: text;
- placeholder: "Type here to search for apps";
- placeholder-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 12;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- margin: 0px;
- padding: 30px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 0px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 8px;
- border: 0px solid;
- border-radius: 12px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: transparent;
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: white / 5%;
- text-color: var(foreground-colour);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: transparent;
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 100px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @alternate-background;
- text-color: @foreground-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-4/style-8.rasi b/rofi/.config/rofi/launchers/type-4/style-8.rasi
deleted file mode 100644
index 75178de..0000000
--- a/rofi/.config/rofi/launchers/type-4/style-8.rasi
+++ /dev/null
@@ -1,274 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser";
- show-icons: false;
- display-drun: "drun";
- display-run: "run";
- display-filebrowser: "files";
- display-window: "windows";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- cursor: "default";
- background-color: @background-colour;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 40px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "message", "listview", "mode-switcher" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px 5px;
- border: 0px;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
- children: [ "prompt", "textbox-prompt-colon", "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: ":";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 3;
- lines: 10;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: @handle-colour;
- border-radius: 0px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 5px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-background);
- text-color: var(urgent-foreground);
-}
-element normal.active {
- background-color: var(active-background);
- text-color: var(active-foreground);
-}
-element selected.normal {
- background-color: var(selected-normal-foreground);
- text-color: var(selected-normal-background);
-}
-element selected.urgent {
- background-color: var(selected-urgent-background);
- text-color: var(selected-urgent-foreground);
-}
-element selected.active {
- background-color: var(selected-active-background);
- text-color: var(selected-active-foreground);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-background);
- text-color: var(alternate-urgent-foreground);
-}
-element alternate.active {
- background-color: var(alternate-active-background);
- text-color: var(alternate-active-foreground);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: 5px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(alternate-background);
- text-color: var(selected-normal-background);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 5px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @border-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 20px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-4/style-9.rasi b/rofi/.config/rofi/launchers/type-4/style-9.rasi
deleted file mode 100644
index 73f73c0..0000000
--- a/rofi/.config/rofi/launchers/type-4/style-9.rasi
+++ /dev/null
@@ -1,274 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: false;
- display-drun: "drun";
- display-run: "run";
- display-filebrowser: "files";
- display-window: "windows";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- border-colour: var(selected);
- handle-colour: var(selected);
- background-colour: var(background);
- foreground-colour: var(foreground);
- alternate-background: var(background-alt);
- normal-background: var(background);
- normal-foreground: var(foreground);
- urgent-background: var(urgent);
- urgent-foreground: var(background);
- active-background: var(active);
- active-foreground: var(background);
- selected-normal-background: var(selected);
- selected-normal-foreground: var(background);
- selected-urgent-background: var(active);
- selected-urgent-foreground: var(background);
- selected-active-background: var(urgent);
- selected-active-foreground: var(background);
- alternate-normal-background: var(background);
- alternate-normal-foreground: var(foreground);
- alternate-urgent-background: var(urgent);
- alternate-urgent-foreground: var(background);
- alternate-active-background: var(active);
- alternate-active-foreground: var(background);
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 600px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- cursor: "default";
- background-color: @background-colour;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 40px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- children: [ "inputbar", "message", "listview", "mode-switcher" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 10px 5px;
- border: 0px 0px 1px 0px;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
- children: [ "entry" ];
-}
-
-prompt {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: ":";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "search...";
- placeholder-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 10;
- cycle: true;
- dynamic: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: "default";
-}
-scrollbar {
- handle-width: 1px ;
- handle-color: @handle-colour;
- border-radius: 0px;
- background-color: @alternate-background;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 2px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
- cursor: pointer;
-}
-element normal.normal {
- background-color: var(normal-background);
- text-color: var(normal-foreground);
-}
-element normal.urgent {
- background-color: var(urgent-foreground);
- text-color: var(urgent-background);
-}
-element normal.active {
- background-color: var(active-foreground);
- text-color: var(active-background);
-}
-element selected.normal {
- background-color: var(selected-normal-foreground);
- text-color: var(selected-normal-background);
-}
-element selected.urgent {
- background-color: var(selected-urgent-foreground);
- text-color: var(selected-urgent-background);
-}
-element selected.active {
- background-color: var(selected-active-foreground);
- text-color: var(selected-active-background);
-}
-element alternate.normal {
- background-color: var(alternate-normal-background);
- text-color: var(alternate-normal-foreground);
-}
-element alternate.urgent {
- background-color: var(alternate-urgent-foreground);
- text-color: var(alternate-urgent-background);
-}
-element alternate.active {
- background-color: var(alternate-active-foreground);
- text-color: var(alternate-active-background);
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-button {
- padding: 5px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: var(selected-normal-background);
- text-color: var(selected-normal-foreground);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: @border-colour;
- background-color: transparent;
- text-color: @foreground-colour;
-}
-textbox {
- padding: 5px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @border-colour;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- highlight: none;
- placeholder-color: @foreground-colour;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 30px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @border-colour;
- background-color: @background-colour;
- text-color: @foreground-colour;
-}
diff --git a/rofi/.config/rofi/launchers/type-5/launcher.sh b/rofi/.config/rofi/launchers/type-5/launcher.sh
deleted file mode 100755
index fe439fa..0000000
--- a/rofi/.config/rofi/launchers/type-5/launcher.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Rofi : Launcher (Modi Drun, Run, File Browser, Window)
-#
-## Available Styles
-#
-## style-1 style-2 style-3 style-4 style-5
-
-dir="$HOME/.config/rofi/launchers/type-5"
-theme='style-2'
-
-## Run
-rofi \
- -show drun \
- -theme ${dir}/${theme}.rasi
diff --git a/rofi/.config/rofi/launchers/type-5/style-1.rasi b/rofi/.config/rofi/launchers/type-5/style-1.rasi
deleted file mode 100644
index 21d8cba..0000000
--- a/rofi/.config/rofi/launchers/type-5/style-1.rasi
+++ /dev/null
@@ -1,190 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: false;
- display-drun: "Applications";
- drun-display-format: ">> {name} [({generic})]";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "Grape Nuts 14";
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 860px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: black;
- cursor: "default";
- background-image: url("~/.config/rofi/images/paper.png", none);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 8px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px 0px 0px 0px;
- border-color: black;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- margin: 95px 0px 0px 0px;
- padding: 0px 30px;
- border: 0px;
- border-radius: 0px;
- border-color: #D79290;
- background-color: transparent;
- text-color: black;
- children: [ "prompt", "entry", "num-filtered-rows", "textbox-num-sep", "num-rows" ];
-}
-
-prompt {
- enabled: true;
- font: "Grape Nuts Bold 14";
- background-color: transparent;
- text-color: inherit;
-}
-entry {
- enabled: true;
- expand: true;
- padding: 0px 10px 0px 40px;
- background-color: transparent;
- text-color: inherit;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
-}
-num-filtered-rows {
- enabled: true;
- expand: false;
- background-color: transparent;
- text-color: inherit;
-}
-textbox-num-sep {
- enabled: true;
- expand: false;
- str: "/";
- background-color: transparent;
- text-color: inherit;
-}
-num-rows {
- enabled: true;
- expand: false;
- background-color: transparent;
- text-color: inherit;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 15;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 4px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: black;
- background-color: transparent;
- text-color: black;
- cursor: "default";
-}
-scrollbar {
- handle-width: 5px ;
- handle-color: black;
- border-radius: 0px;
- background-color: transparent;
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px 0px 0px 100px;
- border: 0px solid;
- border-radius: 0px;
- border-color: black;
- background-color: transparent;
- text-color: black;
- cursor: pointer;
-}
-element normal.normal {
- background-color: transparent;
- text-color: black;
-}
-element selected.normal {
- background-color: transparent;
- text-color: #D76A67;
-}
-element alternate.normal {
- background-color: transparent;
- text-color: black;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- highlight: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 20px;
- border: 0px solid;
- border-radius: 0px;
- border-color: black;
- background-color: white;
- text-color: black;
-}
-textbox {
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
diff --git a/rofi/.config/rofi/launchers/type-5/style-2.rasi b/rofi/.config/rofi/launchers/type-5/style-2.rasi
deleted file mode 100644
index 185718f..0000000
--- a/rofi/.config/rofi/launchers/type-5/style-2.rasi
+++ /dev/null
@@ -1,177 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,filebrowser,window";
- show-icons: true;
- display-drun: "APPS";
- display-run: "RUN";
- display-filebrowser: "FILES";
- display-window: "WINDOW";
- drun-display-format: "{name}\n[({generic})]";
- window-format: "Class : {c}\nWorkspace : {w}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "Iosevka Nerd Font 10";
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border-radius: 12px;
- cursor: "default";
- background-image: url("~/.config/rofi/images/gradient.png", width);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- margin: 40px;
- padding: 40px;
- border-radius: 12px;
- background-color: white/50%;
- children: [ "inputbar", "mode-switcher", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- margin: 0px 10%;
- padding: 0px 0px 10px 0px;
- border: 0px 0px 2px 0px;
- border-radius: 0px;
- border-color: gray/20%;
- background-color: transparent;
- children: [ "entry" ];
-}
-
-entry {
- enabled: true;
- background-color: transparent;
- text-color: gray;
- cursor: text;
- placeholder: "Type to filter";
- placeholder-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 3;
- lines: 3;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 40px;
- margin: 0px;
- padding: 20px 0px 0px 0px;
- border: 0px solid;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 15px;
- border: 1px solid;
- border-radius: 8px;
- border-color: gray/30%;
- background-color: white;
- text-color: black;
- cursor: pointer;
-}
-element normal.active {
- background-color: #67FF80;
- text-color: black;
-}
-element selected.normal {
- background-color: #FDD66F;
- text-color: black;
-}
-element selected.active {
- background-color: #FF7F7C;
- text-color: black;
-}
-element-icon {
- background-color: transparent;
- size: 48px;
- cursor: inherit;
-}
-element-text {
- background-color: inherit;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- expand: false;
- spacing: 20px;
- margin: 0px 10%;
- background-color: transparent;
- text-color: white;
-}
-button {
- font: "Iosevka Nerd Font Bold 10";
- padding: 6px;
- border: 0px solid;
- border-radius: 100%;
- background-color: #719DF9;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: #F37277;
- text-color: inherit;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 20px;
- background-color: transparent;
- text-color: black;
-}
-textbox {
- padding: 20px;
- border-radius: 12px;
- background-color: white/30%;
- text-color: black;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
diff --git a/rofi/.config/rofi/launchers/type-5/style-3.rasi b/rofi/.config/rofi/launchers/type-5/style-3.rasi
deleted file mode 100644
index b1563a4..0000000
--- a/rofi/.config/rofi/launchers/type-5/style-3.rasi
+++ /dev/null
@@ -1,179 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,filebrowser,window";
- show-icons: true;
- display-drun: "Apps";
- display-run: "Run";
- display-filebrowser: "Files";
- display-window: "Windows";
- drun-display-format: "{name}\n[({generic})]";
- window-format: "Class : {c}\nWorkspace : {w}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "Iosevka Nerd Font 10";
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 500px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border-radius: 10px;
- cursor: "default";
- background-color: white;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- padding: 30px;
- background-color: transparent;
- children: [ "inputbar", "mode-switcher", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- background-color: transparent;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- padding: 12px 16px;
- border: 0px;
- border-radius: 10px;
- border-color: gray/30%;
- background-color: gray/15%;
- text-color: black;
- str: "";
-}
-entry {
- enabled: true;
- padding: 12px 16px;
- border: 0px;
- border-radius: 10px;
- border-color: gray/30%;
- background-color: gray/15%;
- text-color: black;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 5;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 10px;
- background-color: transparent;
- text-color: black;
- cursor: pointer;
-}
-element normal.active {
- background-image: linear-gradient(to right, #19B466, #7BF4B7);
- text-color: black;
-}
-element selected.normal {
- border-radius: 10px;
- background-image: linear-gradient(to right, #FF9030, #FFC99B);
- text-color: black;
-}
-element selected.active {
- background-image: linear-gradient(to right, #EA5553, #EAACAB);
- text-color: black;
-}
-element-icon {
- background-color: transparent;
- size: 48px;
- cursor: inherit;
-}
-element-text {
- background-color: inherit;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- expand: false;
- spacing: 15px;
- background-color: transparent;
-}
-button {
- font: "Iosevka Nerd Font Bold 10";
- padding: 10px;
- border-radius: 100%;
- background-image: linear-gradient(to right, #C03FF2, #EEC2FF);
- text-color: white;
- cursor: pointer;
-}
-button selected {
- background-image: linear-gradient(to right, #44A2F0, #BDDDF8);
- text-color: black;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 20px;
- background-color: white;
- text-color: black;
-}
-textbox {
- padding: 0px;
- border-radius: 0px;
- text-color: black;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
diff --git a/rofi/.config/rofi/launchers/type-5/style-4.rasi b/rofi/.config/rofi/launchers/type-5/style-4.rasi
deleted file mode 100644
index bc1e59d..0000000
--- a/rofi/.config/rofi/launchers/type-5/style-4.rasi
+++ /dev/null
@@ -1,185 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} {c} {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "Iosevka Nerd Font 10";
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border-radius: 20px;
- cursor: "default";
- background-color: #22272C;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 25px;
- padding: 50px;
- background-color: transparent;
- children: [ "inputbar", "message","listview", "mode-switcher" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- margin: 0px 200px;
- padding: 5px;
- border: 1px;
- border-radius: 100%;
- border-color: gray/25%;
- background-color: transparent;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- padding: 8px 11px;
- border-radius: 100%;
- background-color: white;
- text-color: black;
- str: "";
-}
-entry {
- enabled: true;
- padding: 8px 12px;
- border: 0px;
- background-color: transparent;
- text-color: white;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 2;
- lines: 10;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 5px;
- border: 0px;
- border-radius: 100%;
- border-color: gray/15%;
- background-color: transparent;
- text-color: gray;
- cursor: pointer;
-}
-element normal.active {
- background-image: linear-gradient(to right, #4C4F52, #2E343B);
- text-color: #19B466;
-}
-element selected.normal {
- background-image: linear-gradient(to right, #4C4F52, #2E343B);
- text-color: #FF9030;
-}
-element selected.active {
- background-image: linear-gradient(to right, #4C4F52, #2E343B);
- text-color: #EA5553;
-}
-element-icon {
- background-color: transparent;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: inherit;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- expand: false;
- spacing: 0px;
- margin: 0px 200px;
- padding: 12px;
- border-radius: 100%;
- background-color: #2E343B;
-}
-button {
- background-color: inherit;
- text-color: white;
- cursor: pointer;
-}
-button selected {
- background-color: inherit;
- text-color: #FF9030;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 20px;
- background-color: #22272C;
- text-color: white;
-}
-message {
- padding: 0px;
- background-color: inherit;
- text-color: #FF9030;
-}
-textbox {
- padding: 0px;
- border-radius: 0px;
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
diff --git a/rofi/.config/rofi/launchers/type-5/style-5.rasi b/rofi/.config/rofi/launchers/type-5/style-5.rasi
deleted file mode 100644
index 60e4e22..0000000
--- a/rofi/.config/rofi/launchers/type-5/style-5.rasi
+++ /dev/null
@@ -1,163 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name} [({generic})]";
- window-format: "{w} {c} {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "Iosevka Nerd Font 10";
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border-radius: 20px;
- cursor: "default";
- background-color: #162022;
- background-image: url("~/.config/rofi/images/flowers-1.png", width);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 20px;
- padding: 40px;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- margin: 0px 200px 0px 0px;
- padding: 25px;
- border: 2px;
- border-radius: 20px;
- border-color: white;
- background-image: url("~/.config/rofi/images/flowers-3.png", none);
- children: [ "textbox-prompt-colon", "entry" ];
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- padding: 8px 11px;
- border-radius: 8px;
- background-color: white;
- text-color: black;
- str: "";
-}
-entry {
- enabled: true;
- padding: 8px 12px;
- border: 0px;
- background-color: transparent;
- text-color: white;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- margin: 0px 200px 0px 0px;
- padding: 10px;
- border: 2px;
- border-radius: 20px;
- border-color: white;
- background-image: url("~/.config/rofi/images/flowers-2.png", width);
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 5px 10px;
- border: 0px;
- border-radius: 18px;
- border-color: white;
- background-color: transparent;
- text-color: #162022;
- cursor: pointer;
-}
-element selected.normal {
- background-color: #162022;
- text-color: white;
-}
-element-icon {
- background-color: transparent;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: inherit;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-error-message {
- padding: 20px;
- background-color: transparent;
- text-color: white;
-}
-message {
- padding: 0px;
- background-color: inherit;
- text-color: #FF9030;
-}
-textbox {
- padding: 0px;
- border-radius: 0px;
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
diff --git a/rofi/.config/rofi/launchers/type-6/launcher.sh b/rofi/.config/rofi/launchers/type-6/launcher.sh
deleted file mode 100755
index d3f58c8..0000000
--- a/rofi/.config/rofi/launchers/type-6/launcher.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Rofi : Launcher (Modi Drun, Run, File Browser, Window)
-#
-## Available Styles
-#
-## style-1 style-2 style-3 style-4 style-5
-## style-6 style-7 style-8 style-9 style-10
-
-dir="$HOME/.config/rofi/launchers/type-6"
-theme='style-2'
-
-## Run
-rofi \
- -show drun \
- -theme ${dir}/${theme}.rasi \
- -drun-directories ~/.local/share/applications,/usr/share/applications
-
-
diff --git a/rofi/.config/rofi/launchers/type-6/style-1.rasi b/rofi/.config/rofi/launchers/type-6/style-1.rasi
deleted file mode 100644
index 198a4e0..0000000
--- a/rofi/.config/rofi/launchers/type-6/style-1.rasi
+++ /dev/null
@@ -1,209 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: "APPS";
- display-run: "RUN";
- display-filebrowser: "FILES";
- display-window: "WINDOW";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #201A41;
- background-alt: #392684;
- foreground: #FFFFFF;
- selected: #F801E8;
- active: #00CCF5;
- urgent: #8D0083;
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- border-radius: 15px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: horizontal;
- children: [ "imagebox", "listbox" ];
-}
-
-imagebox {
- padding: 20px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/a.png", height);
- orientation: vertical;
- children: [ "inputbar", "dummy", "mode-switcher" ];
-}
-
-listbox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-dummy {
- background-color: transparent;
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 20px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 15px;
- padding: 8px;
- border-radius: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @foreground;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/launchers/type-6/style-10.rasi b/rofi/.config/rofi/launchers/type-6/style-10.rasi
deleted file mode 100644
index 07c375d..0000000
--- a/rofi/.config/rofi/launchers/type-6/style-10.rasi
+++ /dev/null
@@ -1,209 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: "APPS";
- display-run: "RUN";
- display-filebrowser: "FILES";
- display-window: "WINDOW";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #11092D;
- background-alt: #281657;
- foreground: #FFFFFF;
- selected: #DF5296;
- active: #6E77FF;
- urgent: #8E3596;
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- border-radius: 15px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: horizontal;
- children: [ "imagebox", "listbox" ];
-}
-
-imagebox {
- padding: 20px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/j.jpg", height);
- orientation: vertical;
- children: [ "inputbar", "dummy", "mode-switcher" ];
-}
-
-listbox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-dummy {
- background-color: transparent;
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 20px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 15px;
- padding: 8px;
- border-radius: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @foreground;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/launchers/type-6/style-2.rasi b/rofi/.config/rofi/launchers/type-6/style-2.rasi
deleted file mode 100644
index 75fa6ba..0000000
--- a/rofi/.config/rofi/launchers/type-6/style-2.rasi
+++ /dev/null
@@ -1,204 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,window";
- show-icons: true;
- display-drun: "APPS";
- display-window: "WINDOW";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #1e1e2e; /* Catppuccin Mocha Base */
- background-alt: #302d41; /* Catppuccin Mocha Mantle */
- foreground: #cdd6f4; /* Catppuccin Mocha Text */
- selected: #f38ba8; /* Catppuccin Mocha Red */
- active: #89b4fa; /* Catppuccin Mocha Blue */
- urgent: #f5c2e7; /* Catppuccin Mocha Pink */
-}
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
- enabled: true;
- border-radius: 15px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: horizontal;
- children: [ "imagebox", "listbox" ];
-}
-
-imagebox {
- padding: 20px;
- background-color: transparent;
- background-image: url("~/Downloads/wallpaper/lock-screen-2.jpeg", height);
- orientation: vertical;
- children: [ "inputbar", "dummy", "mode-switcher" ];
-}
-
-listbox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-dummy {
- background-color: transparent;
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 10px 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: " ";
- background-color: transparent;
- text-color: @foreground;
-}
-entry {
- enabled: true;
- background-color: transparent;
- text-color: @foreground;
- cursor: text;
- placeholder: "Search...";
- placeholder-color: @foreground;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher {
- enabled: true;
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- padding: 10px 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @background;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- padding: 8px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: @background-alt;
- text-color: @foreground;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @background;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @background;
-}
-element selected.active {
- background-color: @active;
- text-color: @background;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 10px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 15px;
- border-radius: 10px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/launchers/type-6/style-3.rasi b/rofi/.config/rofi/launchers/type-6/style-3.rasi
deleted file mode 100644
index a623e2f..0000000
--- a/rofi/.config/rofi/launchers/type-6/style-3.rasi
+++ /dev/null
@@ -1,209 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: "APPS";
- display-run: "RUN";
- display-filebrowser: "FILES";
- display-window: "WINDOW";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #09164C;
- background-alt: #102886;
- foreground: #FFFFFF;
- selected: #FA00E9;
- active: #3860FF;
- urgent: #BB00AF;
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- border-radius: 15px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: horizontal;
- children: [ "imagebox", "listbox" ];
-}
-
-imagebox {
- padding: 20px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/c.png", height);
- orientation: vertical;
- children: [ "inputbar", "dummy", "mode-switcher" ];
-}
-
-listbox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-dummy {
- background-color: transparent;
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 20px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 15px;
- padding: 8px;
- border-radius: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @foreground;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/launchers/type-6/style-4.rasi b/rofi/.config/rofi/launchers/type-6/style-4.rasi
deleted file mode 100644
index ddf2be1..0000000
--- a/rofi/.config/rofi/launchers/type-6/style-4.rasi
+++ /dev/null
@@ -1,209 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: "APPS";
- display-run: "RUN";
- display-filebrowser: "FILES";
- display-window: "WINDOW";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #2D1B14;
- background-alt: #462D23;
- foreground: #FFFFFF;
- selected: #E25F3E;
- active: #7B6C5B;
- urgent: #934A1C;
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- border-radius: 15px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: horizontal;
- children: [ "imagebox", "listbox" ];
-}
-
-imagebox {
- padding: 20px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/d.png", height);
- orientation: vertical;
- children: [ "inputbar", "dummy", "mode-switcher" ];
-}
-
-listbox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-dummy {
- background-color: transparent;
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 20px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 15px;
- padding: 8px;
- border-radius: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @foreground;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/launchers/type-6/style-5.rasi b/rofi/.config/rofi/launchers/type-6/style-5.rasi
deleted file mode 100644
index afc90fb..0000000
--- a/rofi/.config/rofi/launchers/type-6/style-5.rasi
+++ /dev/null
@@ -1,209 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: "APPS";
- display-run: "RUN";
- display-filebrowser: "FILES";
- display-window: "WINDOW";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #231419;
- background-alt: #2D1E23;
- foreground: #FFFFFF;
- selected: #426647;
- active: #2E3F34;
- urgent: #D08261;
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- border-radius: 15px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: horizontal;
- children: [ "imagebox", "listbox" ];
-}
-
-imagebox {
- padding: 20px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/e.jpg", height);
- orientation: vertical;
- children: [ "inputbar", "dummy", "mode-switcher" ];
-}
-
-listbox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-dummy {
- background-color: transparent;
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 20px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 15px;
- padding: 8px;
- border-radius: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @foreground;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/launchers/type-6/style-6.rasi b/rofi/.config/rofi/launchers/type-6/style-6.rasi
deleted file mode 100644
index 7056c85..0000000
--- a/rofi/.config/rofi/launchers/type-6/style-6.rasi
+++ /dev/null
@@ -1,209 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: "APPS";
- display-run: "RUN";
- display-filebrowser: "FILES";
- display-window: "WINDOW";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #D0D0D0;
- background-alt: #E9E9E9;
- foreground: #161616;
- selected: #BEBEBE;
- active: #999999;
- urgent: #808080;
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- border-radius: 15px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: horizontal;
- children: [ "imagebox", "listbox" ];
-}
-
-imagebox {
- padding: 20px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/f.png", height);
- orientation: vertical;
- children: [ "inputbar", "dummy", "mode-switcher" ];
-}
-
-listbox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-dummy {
- background-color: transparent;
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 20px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 15px;
- padding: 8px;
- border-radius: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @foreground;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/launchers/type-6/style-7.rasi b/rofi/.config/rofi/launchers/type-6/style-7.rasi
deleted file mode 100644
index 77eed40..0000000
--- a/rofi/.config/rofi/launchers/type-6/style-7.rasi
+++ /dev/null
@@ -1,209 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: "APPS";
- display-run: "RUN";
- display-filebrowser: "FILES";
- display-window: "WINDOW";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #101010;
- background-alt: #252525;
- foreground: #FFFFFF;
- selected: #505050;
- active: #909090;
- urgent: #707070;
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- border-radius: 15px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: horizontal;
- children: [ "imagebox", "listbox" ];
-}
-
-imagebox {
- padding: 20px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/g.png", height);
- orientation: vertical;
- children: [ "inputbar", "dummy", "mode-switcher" ];
-}
-
-listbox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-dummy {
- background-color: transparent;
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 20px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 15px;
- padding: 8px;
- border-radius: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @foreground;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/launchers/type-6/style-8.rasi b/rofi/.config/rofi/launchers/type-6/style-8.rasi
deleted file mode 100644
index 235dad7..0000000
--- a/rofi/.config/rofi/launchers/type-6/style-8.rasi
+++ /dev/null
@@ -1,209 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: "APPS";
- display-run: "RUN";
- display-filebrowser: "FILES";
- display-window: "WINDOW";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #030B16;
- background-alt: #0A1B37;
- foreground: #FFFFFF;
- selected: #CB43A6;
- active: #095873;
- urgent: #2FC6D8;
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- border-radius: 15px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: horizontal;
- children: [ "imagebox", "listbox" ];
-}
-
-imagebox {
- padding: 20px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/h.jpg", height);
- orientation: vertical;
- children: [ "inputbar", "dummy", "mode-switcher" ];
-}
-
-listbox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-dummy {
- background-color: transparent;
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 20px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 15px;
- padding: 8px;
- border-radius: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @foreground;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/launchers/type-6/style-9.rasi b/rofi/.config/rofi/launchers/type-6/style-9.rasi
deleted file mode 100644
index e30583f..0000000
--- a/rofi/.config/rofi/launchers/type-6/style-9.rasi
+++ /dev/null
@@ -1,209 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: "APPS";
- display-run: "RUN";
- display-filebrowser: "FILES";
- display-window: "WINDOW";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #131D1F;
- background-alt: #183A43;
- foreground: #FFFFFF;
- selected: #649094;
- active: #E9CC9D;
- urgent: #FEA861;
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- border-radius: 15px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: horizontal;
- children: [ "imagebox", "listbox" ];
-}
-
-imagebox {
- padding: 20px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/i.jpg", height);
- orientation: vertical;
- children: [ "inputbar", "dummy", "mode-switcher" ];
-}
-
-listbox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-dummy {
- background-color: transparent;
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- background-color: inherit;
- text-color: inherit;
-}
-entry {
- enabled: true;
- background-color: inherit;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 20px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 15px;
- padding: 8px;
- border-radius: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @foreground;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 15px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/launchers/type-7/a.rasi b/rofi/.config/rofi/launchers/type-7/a.rasi
deleted file mode 100644
index 7111c07..0000000
--- a/rofi/.config/rofi/launchers/type-7/a.rasi
+++ /dev/null
@@ -1,219 +0,0 @@
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #292c3c; /* Catppuccin Mocha Base */
- background-alt: #302d41; /* Catppuccin Mocha Mantle */
- foreground: #cdd6f4; /* Catppuccin Mocha Text */
- selected: #a3e635; /* Green */
- active: #89b4fa; /* Catppuccin Mocha Blue */
- urgent: #f5c2e7; /* Catppuccin Mocha Pink */
-}
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 500px;
- x-offset: 0px;
- y-offset: 0px;
- enabled: true;
- border-radius: 10px;
- border: 1px;
- border-color: #b4befe;
- cursor: "default";
- background-color: #11111b;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox" ];
-}
-
-/*****----- Listbox -----*****/
-listbox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 80px 40px;
- background-color: #11111b;
- background-image: url("~/Downloads/wallpaper/wallhaven.jpg", width);
- text-color: @foreground;
- orientation: horizontal;
- children: [ "textbox-prompt-colon", "entry", "dummy", "mode-switcher" ];
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: " ";
- padding: 10px 14px;
- border-radius: 8px;
- background-color: #11111b;
- text-color: inherit;
-}
-
-entry {
- enabled: true;
- expand: false;
- width: 300px;
- padding: 10px 14px;
- border-radius: 5px;
- background-color: #11111b; /* Slightly lighter background for contrast */
- text-color: #cdd6f4; /* Matches the foreground color */
- cursor: text;
- placeholder: "Search";
- placeholder-color: #6c7086; /* Subtle placeholder text color */
- border: 0px ;
- border-color : #45475a; /* Adding a border for distinction */
- outline: none; /* Removing default outline */
-}
-
-
-
-
-dummy {
- expand: true;
- background-color: transparent;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher {
- enabled: true;
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
-}
-
-button {
- width: 45px;
- padding: 12px;
- border-radius: 8px;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-
-button selected {
- background-color: @selected; /* Green */
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- lines: 7;
- cycle: true;
- dynamic: false;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 10px;
- border-radius: 5px;
- background-color: #11111b;
- text-color: @foreground;
- cursor: pointer;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: #cba6f7; /* Green */
- text-color: @background;
-}
-
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: #cba6f7; /* Green */
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 0px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-
-textbox {
- padding: 12px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-error-message {
- padding: 12px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
-
-
diff --git a/rofi/.config/rofi/launchers/type-7/launcher.sh b/rofi/.config/rofi/launchers/type-7/launcher.sh
deleted file mode 100755
index 4df943b..0000000
--- a/rofi/.config/rofi/launchers/type-7/launcher.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Rofi : Launcher (Modi Drun, Run, File Browser, Window)
-#
-## Available Styles
-#
-## style-1 style-2 style-3 style-4 style-5
-## style-6 style-7 style-8 style-9 style-10
-
-dir="$HOME/.config/rofi/launchers/type-7"
-theme='style-3'
-
-## Run
-rofi \
- -show drun \
- -theme ${dir}/${theme}.rasi
diff --git a/rofi/.config/rofi/launchers/type-7/style-1.rasi b/rofi/.config/rofi/launchers/type-7/style-1.rasi
deleted file mode 100644
index 092f4f8..0000000
--- a/rofi/.config/rofi/launchers/type-7/style-1.rasi
+++ /dev/null
@@ -1,209 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #11092D;
- background-alt: #281657;
- foreground: #FFFFFF;
- selected: #DF5296;
- active: #6E77FF;
- urgent: #8E3596;
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 700px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- border-radius: 20px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox" ];
-}
-
-listbox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 80px 60px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/a.png", width);
- text-color: @foreground;
- orientation: horizontal;
- children: [ "textbox-prompt-colon", "entry", "dummy", "mode-switcher" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 15px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: inherit;
-}
-entry {
- enabled: true;
- expand: false;
- width: 250px;
- padding: 12px 16px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-dummy {
- expand: true;
- background-color: transparent;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- width: 45px;
- padding: 12px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 7;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- padding: 4px;
- border-radius: 100%;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @foreground;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 12px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 12px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/launchers/type-7/style-10.rasi b/rofi/.config/rofi/launchers/type-7/style-10.rasi
deleted file mode 100644
index 124df89..0000000
--- a/rofi/.config/rofi/launchers/type-7/style-10.rasi
+++ /dev/null
@@ -1,207 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: false;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #11092D;
- background-alt: #281657;
- foreground: #FFFFFF;
- selected: #DF5296;
- active: #6E77FF;
- urgent: #8E3596;
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: west;
- anchor: west;
- fullscreen: false;
- width: 400px;
- x-offset: 20px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- border-radius: 0px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox" ];
-}
-
-listbox {
- spacing: 10px;
- padding: 10px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview", "mode-switcher" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- padding: 100px 40px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/j.jpg", width);
- text-color: @foreground;
- orientation: horizontal;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 8px 12px;
- border: 0px 2px 2px 2px;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: inherit;
-}
-entry {
- enabled: true;
- expand: true;
- padding: 8px 12px;
- border: 2px 2px 0px 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- padding: 8px;
- border-radius: 0px;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 5;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- padding: 8px;
- border-radius: 0px;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @foreground;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 8px;
- border-radius: 0px;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 8px;
- border-radius: 0px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/launchers/type-7/style-2.rasi b/rofi/.config/rofi/launchers/type-7/style-2.rasi
deleted file mode 100644
index 40a2375..0000000
--- a/rofi/.config/rofi/launchers/type-7/style-2.rasi
+++ /dev/null
@@ -1,209 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: "Apps";
- display-run: "Run";
- display-filebrowser: "Files";
- display-window: "Windows";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #180F39;
- background-alt: #32197D;
- foreground: #FFFFFF;
- selected: #FF00F1;
- active: #9878FF;
- urgent: #7D0075;
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- border-radius: 20px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox" ];
-}
-
-listbox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 80px 60px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/b.png", width);
- text-color: @foreground;
- orientation: horizontal;
- children: [ "textbox-prompt-colon", "entry", "dummy", "mode-switcher" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 15px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: inherit;
-}
-entry {
- enabled: true;
- expand: false;
- width: 300px;
- padding: 12px 16px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-dummy {
- expand: true;
- background-color: transparent;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- width: 80px;
- padding: 12px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 2;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- padding: 4px;
- border-radius: 100%;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @foreground;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 12px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 12px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/launchers/type-7/style-3.rasi b/rofi/.config/rofi/launchers/type-7/style-3.rasi
deleted file mode 100644
index 1edde70..0000000
--- a/rofi/.config/rofi/launchers/type-7/style-3.rasi
+++ /dev/null
@@ -1,204 +0,0 @@
-configuration {
- modi: "drun,window";
- show-icons: true;
- display-drun: " ";
- display-filebrowser: " ";
- display-window: " ";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #292c3c; /* Catppuccin Mocha Base */
- background-alt: #302d41; /* Catppuccin Mocha Mantle */
- foreground: #cdd6f4; /* Catppuccin Mocha Text */
- selected: #a3e635; /* Green */
- active: #89b4fa; /* Catppuccin Mocha Blue */
- urgent: #f5c2e7; /* Catppuccin Mocha Pink */
-}
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 600px;
- x-offset: 0px;
- y-offset: 0px;
- border: 1px;
- border-color: #B4BEFE;
- border-radius: 10px;
- cursor: "default";
- background-color: #1e1e2e;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- spacing: 10px;
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox" ];
-}
-
-listbox {
- spacing: 15px;
- padding: 15px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- spacing: 10px;
- padding: 80px 100px;
- background-color: transparent;
- background-image: url("~/Downloads/wallpaper/red-forest.jpg", width);
- text-color: @foreground;
- orientation: horizontal;
- children: [ "textbox-prompt-colon", "entry", "dummy", "mode-switcher" ];
-}
-
-textbox-prompt-colon {
- expand: false;
- str: " ";
- padding: 12px 15px;
- border-radius: 10px;
- background-color: #11111b;
- text-color: inherit;
-}
-
-entry {
- expand: false;
- width: 300px;
- padding: 12px 16px;
- border-radius: 10px;
- background-color: #11111b;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-dummy {
- expand: true;
- background-color: transparent;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher {
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
-}
-
-button {
- width: 40px;
- padding: 12px;
- border-radius: 10px;
- background-color: #11111b;
- text-color: inherit;
- cursor: pointer;
-}
-
-button selected {
- background-color: #CBA6F7; /* Purple */
- text-color: black;
-}
-
-/*****----- Listview -----*****/
-listview {
- columns: 1;
- lines: 5;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- spacing: 10px;
- padding: 10px;
- border-radius: 5px;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: #2C2A34; /* Slightly lighter than base for better contrast */
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: #CBA6F7; /* Purple lighter */
- text-color: @background;
-}
-
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: #3A1078; /* Darker blue */
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-
-textbox {
- padding: 10px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-error-message {
- padding: 10px;
- border-radius: 10px;
- background-color: #F38BA8; /* Red */
- text-color: @foreground;
-}
-
diff --git a/rofi/.config/rofi/launchers/type-7/style-4.rasi b/rofi/.config/rofi/launchers/type-7/style-4.rasi
deleted file mode 100644
index 9657878..0000000
--- a/rofi/.config/rofi/launchers/type-7/style-4.rasi
+++ /dev/null
@@ -1,209 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #2D1B14;
- background-alt: #462D23;
- foreground: #FFFFFF;
- selected: #E25F3E;
- active: #7B6C5B;
- urgent: #934A1C;
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: west;
- anchor: west;
- fullscreen: false;
- width: 500px;
- height: 100%;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- border-radius: 0px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox", "mode-switcher" ];
-}
-
-listbox {
- spacing: 15px;
- padding: 15px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 40px 40px 155px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/d.png", width);
- text-color: @foreground;
- orientation: horizontal;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 15px;
- border-radius: 0px;
- background-color: @background-alt;
- text-color: inherit;
-}
-entry {
- enabled: true;
- expand: true;
- padding: 12px 16px;
- border-radius: 0px;
- background-color: @background-alt;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-dummy {
- expand: true;
- background-color: transparent;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- padding: 15px;
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- padding: 12px;
- border-radius: 0px;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 10;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- padding: 8px;
- border-radius: 0px;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @foreground;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 24px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 12px;
- border-radius: 0px;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 12px;
- border-radius: 0px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/launchers/type-7/style-5.rasi b/rofi/.config/rofi/launchers/type-7/style-5.rasi
deleted file mode 100644
index 0edb39d..0000000
--- a/rofi/.config/rofi/launchers/type-7/style-5.rasi
+++ /dev/null
@@ -1,209 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,filebrowser,window";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #231419;
- background-alt: #2D1E23;
- foreground: #FFFFFF;
- selected: #426647;
- active: #2E3F34;
- urgent: #D08261;
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 600px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- border-radius: 20px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox" ];
-}
-
-listbox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 80px 60px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/e.jpg", width);
- text-color: @foreground;
- orientation: horizontal;
- children: [ "textbox-prompt-colon", "entry", "dummy", "mode-switcher" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 15px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: inherit;
-}
-entry {
- enabled: true;
- expand: false;
- width: 250px;
- padding: 12px 16px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-dummy {
- expand: true;
- background-color: transparent;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- width: 45px;
- padding: 12px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 7;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- padding: 4px;
- border-radius: 100%;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @foreground;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 12px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 12px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/launchers/type-7/style-6.rasi b/rofi/.config/rofi/launchers/type-7/style-6.rasi
deleted file mode 100644
index d500569..0000000
--- a/rofi/.config/rofi/launchers/type-7/style-6.rasi
+++ /dev/null
@@ -1,210 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: true;
- display-drun: "APPS";
- display-run: "RUN";
- display-filebrowser: "FILES";
- display-window: "WINDOWS";
- drun-display-format: "{name}";
- window-format: "{w} · {c}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #D0D0D0;
- background-alt: #E9E9E9;
- foreground: #161616;
- selected: #BEBEBE;
- active: #999999;
- urgent: #808080;
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- border-radius: 15px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox" ];
-}
-
-listbox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 100px 60px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/f.png", width);
- text-color: @foreground;
- orientation: horizontal;
- children: [ "textbox-prompt-colon", "entry", "dummy", "mode-switcher" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 15px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: inherit;
-}
-entry {
- enabled: true;
- expand: false;
- width: 300px;
- padding: 12px 16px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-dummy {
- expand: true;
- background-color: transparent;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- width: 80px;
- padding: 12px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 3;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- padding: 10px;
- border-radius: 15px;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
- orientation: vertical;
-}
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @foreground;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 64px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 15px;
- border-radius: 15px;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 15px;
- border-radius: 15px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/launchers/type-7/style-7.rasi b/rofi/.config/rofi/launchers/type-7/style-7.rasi
deleted file mode 100644
index 98d135b..0000000
--- a/rofi/.config/rofi/launchers/type-7/style-7.rasi
+++ /dev/null
@@ -1,203 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: false;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #101010;
- background-alt: #252525;
- foreground: #FFFFFF;
- selected: #505050;
- active: #909090;
- urgent: #707070;
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 400px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- border-radius: 20px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox" ];
-}
-
-listbox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview", "mode-switcher" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 100px 40px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/g.png", width);
- text-color: @foreground;
- orientation: horizontal;
- children: [ "textbox-prompt-colon", "entry" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 15px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: inherit;
-}
-entry {
- enabled: true;
- expand: true;
- padding: 12px 16px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- padding: 12px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 5;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- padding: 12px;
- border-radius: 100%;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @foreground;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 12px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 15px;
- border-radius: 0px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/launchers/type-7/style-8.rasi b/rofi/.config/rofi/launchers/type-7/style-8.rasi
deleted file mode 100644
index 0ed4797..0000000
--- a/rofi/.config/rofi/launchers/type-7/style-8.rasi
+++ /dev/null
@@ -1,209 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,run,filebrowser,window";
- show-icons: false;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- window-format: "{w} · {c} · {t}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #030B16;
- background-alt: #0A1B37;
- foreground: #FFFFFF;
- selected: #CB43A6;
- active: #095873;
- urgent: #2FC6D8;
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- border-radius: 30px 5px 30px 5px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox" ];
-}
-
-listbox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 100px 60px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/h.jpg", width);
- text-color: @foreground;
- orientation: horizontal;
- children: [ "textbox-prompt-colon", "entry", "dummy", "mode-switcher" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 15px;
- border-radius: 15px 5px 15px 5px;
- background-color: @background-alt;
- text-color: inherit;
-}
-entry {
- enabled: true;
- expand: false;
- width: 250px;
- padding: 12px 16px;
- border-radius: 5px 15px 5px 15px;
- background-color: @background-alt;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-dummy {
- expand: true;
- background-color: transparent;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- width: 45px;
- padding: 12px;
- border-radius: 15px 5px 15px 5px;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 2;
- lines: 8;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 10px;
- padding: 12px;
- border-radius: 15px 5px 15px 5px;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @foreground;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 12px;
- border-radius: 15px 5px 15px 5px;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 12px;
- border-radius: 0px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/launchers/type-7/style-9.rasi b/rofi/.config/rofi/launchers/type-7/style-9.rasi
deleted file mode 100644
index ff3bf0a..0000000
--- a/rofi/.config/rofi/launchers/type-7/style-9.rasi
+++ /dev/null
@@ -1,210 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- modi: "drun,filebrowser,window";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- window-format: "{w}: {c}";
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #131D1F;
- background-alt: #183A43;
- foreground: #FFFFFF;
- selected: #649094;
- active: #E9CC9D;
- urgent: #FEA861;
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 700px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- border-radius: 20px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox" ];
-}
-
-listbox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- padding: 80px 60px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/i.jpg", width);
- text-color: @foreground;
- orientation: horizontal;
- children: [ "textbox-prompt-colon", "entry", "dummy", "mode-switcher" ];
-}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 15px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: inherit;
-}
-entry {
- enabled: true;
- expand: false;
- width: 250px;
- padding: 12px 16px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
-}
-dummy {
- expand: true;
- background-color: transparent;
-}
-
-/*****----- Mode Switcher -----*****/
-mode-switcher{
- enabled: true;
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
-}
-button {
- width: 45px;
- padding: 12px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: inherit;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 3;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 15px;
- padding: 35px 10px;
- border-radius: 20px;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
- orientation: vertical;
-}
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-element selected.normal {
- background-color: @selected;
- text-color: @foreground;
-}
-element selected.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @foreground;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 96px;
- cursor: inherit;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
-}
-textbox {
- padding: 12px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 12px;
- border-radius: 0px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/rofi/.config/rofi/lofi-image.sh b/rofi/.config/rofi/lofi-image.sh
deleted file mode 100644
index ecc7d83..0000000
--- a/rofi/.config/rofi/lofi-image.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/env
-
-tmp_dir="/tmp/cliphist"
-rm -rf "$tmp_dir"
-
-if [[ -n "$1" ]]; then
- cliphist decode <<<"$1" | wl-copy
- exit
-fi
-
-mkdir -p "$tmp_dir"
-
-read -r -d '' prog <$tmp_dir/"grp[1]"."grp[3])
- print \$0"\0icon\x1f$tmp_dir/"grp[1]"."grp[3]
- next
-}
-1
-EOF
-cliphist list | gawk "$prog"
diff --git a/rofi/.config/rofi/new-wifi.sh b/rofi/.config/rofi/new-wifi.sh
deleted file mode 100755
index 7ecc05c..0000000
--- a/rofi/.config/rofi/new-wifi.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/env bash
-
-notify-send "Scanning Wi-Fi Networks"
-
-active_wifi=$(nmcli -t -f active,ssid dev wifi | grep '^yes' | cut -d':' -f2)
-
-wifi_list=$(nmcli --fields "SECURITY,SSID" device wifi list | sed 1d | sed 's/ */ /g' | sed -E "s/WPA*.?\S/ /g" | sed "s/^--/ /g" | sed "s/ //g" | sed "/--/d")
-
-connected=$(nmcli -fields WIFI g)
-if [[ "$connected" =~ "enabled" ]]; then
- toggle=" Disable Wi-Fi"
-elif [[ "$connected" =~ "disabled" ]]; then
- toggle=" Enable Wi-Fi"
-fi
-
diff --git a/rofi/.config/rofi/powermenu/type-1/powermenu.sh b/rofi/.config/rofi/powermenu/type-1/powermenu.sh
deleted file mode 100755
index dd978af..0000000
--- a/rofi/.config/rofi/powermenu/type-1/powermenu.sh
+++ /dev/null
@@ -1,110 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Rofi : Power Menu
-#
-## Available Styles
-#
-## style-1 style-2 style-3 style-4 style-5
-
-# Current Theme
-dir="$HOME/.config/rofi/powermenu/type-1"
-theme='style-1'
-
-# CMDs
-uptime="`uptime -p | sed -e 's/up //g'`"
-host=`hostname`
-
-# Options
-shutdown=' Shutdown'
-reboot=' Reboot'
-lock=' Lock'
-suspend=' Suspend'
-logout=' Logout'
-yes=' Yes'
-no=' No'
-
-# Rofi CMD
-rofi_cmd() {
- rofi -dmenu \
- -p "$host" \
- -mesg "Uptime: $uptime" \
- -theme ${dir}/${theme}.rasi
-}
-
-# Confirmation CMD
-confirm_cmd() {
- rofi -theme-str 'window {location: center; anchor: center; fullscreen: false; width: 250px;}' \
- -theme-str 'mainbox {children: [ "message", "listview" ];}' \
- -theme-str 'listview {columns: 2; lines: 1;}' \
- -theme-str 'element-text {horizontal-align: 0.5;}' \
- -theme-str 'textbox {horizontal-align: 0.5;}' \
- -dmenu \
- -p 'Confirmation' \
- -mesg 'Are you Sure?' \
- -theme ${dir}/${theme}.rasi
-}
-
-# Ask for confirmation
-confirm_exit() {
- echo -e "$yes\n$no" | confirm_cmd
-}
-
-# Pass variables to rofi dmenu
-run_rofi() {
- echo -e "$lock\n$suspend\n$logout\n$reboot\n$shutdown" | rofi_cmd
-}
-
-# Execute Command
-run_cmd() {
- selected="$(confirm_exit)"
- if [[ "$selected" == "$yes" ]]; then
- if [[ $1 == '--shutdown' ]]; then
- systemctl poweroff
- elif [[ $1 == '--reboot' ]]; then
- systemctl reboot
- elif [[ $1 == '--suspend' ]]; then
- mpc -q pause
- amixer set Master mute
- systemctl suspend
- elif [[ $1 == '--logout' ]]; then
- if [[ "$DESKTOP_SESSION" == 'openbox' ]]; then
- openbox --exit
- elif [[ "$DESKTOP_SESSION" == 'bspwm' ]]; then
- bspc quit
- elif [[ "$DESKTOP_SESSION" == 'i3' ]]; then
- i3-msg exit
- elif [[ "$DESKTOP_SESSION" == 'plasma' ]]; then
- qdbus org.kde.ksmserver /KSMServer logout 0 0 0
- fi
- fi
- else
- exit 0
- fi
-}
-
-# Actions
-chosen="$(run_rofi)"
-case ${chosen} in
- $shutdown)
- run_cmd --shutdown
- ;;
- $reboot)
- run_cmd --reboot
- ;;
- $lock)
- if [[ -x '/usr/bin/betterlockscreen' ]]; then
- betterlockscreen -l
- elif [[ -x '/usr/bin/i3lock' ]]; then
- i3lock
- fi
- ;;
- $suspend)
- run_cmd --suspend
- ;;
- $logout)
- run_cmd --logout
- ;;
-esac
diff --git a/rofi/.config/rofi/powermenu/type-1/shared/colors.rasi b/rofi/.config/rofi/powermenu/type-1/shared/colors.rasi
deleted file mode 100644
index 103ad63..0000000
--- a/rofi/.config/rofi/powermenu/type-1/shared/colors.rasi
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- *
- * Available Colors Schemes
- *
- * adapta catppuccin everforest navy paper
- * arc cyberpunk gruvbox nord solarized
- * black dracula lovelace onedark yousai
- *
- **/
-
-/* Import color-scheme from `colors` directory */
-
-@import "~/.config/rofi/colors/onedark.rasi"
diff --git a/rofi/.config/rofi/powermenu/type-1/shared/fonts.rasi b/rofi/.config/rofi/powermenu/type-1/shared/fonts.rasi
deleted file mode 100644
index 430c73d..0000000
--- a/rofi/.config/rofi/powermenu/type-1/shared/fonts.rasi
+++ /dev/null
@@ -1,12 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Fonts
- *
- **/
-
-* {
- font: "JetBrains Mono Nerd Font 10";
-}
diff --git a/rofi/.config/rofi/powermenu/type-1/style-1.rasi b/rofi/.config/rofi/powermenu/type-1/style-1.rasi
deleted file mode 100644
index 2a59b18..0000000
--- a/rofi/.config/rofi/powermenu/type-1/style-1.rasi
+++ /dev/null
@@ -1,161 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 400px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 12px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 20px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 10px 14px;
- border-radius: 10px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 10px;
- border-radius: 10px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 5;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-1/style-2.rasi b/rofi/.config/rofi/powermenu/type-1/style-2.rasi
deleted file mode 100644
index f9499a3..0000000
--- a/rofi/.config/rofi/powermenu/type-1/style-2.rasi
+++ /dev/null
@@ -1,161 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 500px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 2px solid;
- border-radius: 20px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 30px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 16px;
- border-radius: 100%;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 12px;
- border-radius: 100%;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 12px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 12px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 5;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 12px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-1/style-3.rasi b/rofi/.config/rofi/powermenu/type-1/style-3.rasi
deleted file mode 100644
index d67c5bd..0000000
--- a/rofi/.config/rofi/powermenu/type-1/style-3.rasi
+++ /dev/null
@@ -1,161 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 350px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 1px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 8px;
- margin: 0px;
- padding: 8px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 8px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 8px 12px;
- border-radius: 0px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 8px;
- border-radius: 0px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 8px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 8px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 5;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 8px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-1/style-4.rasi b/rofi/.config/rofi/powermenu/type-1/style-4.rasi
deleted file mode 100644
index daee803..0000000
--- a/rofi/.config/rofi/powermenu/type-1/style-4.rasi
+++ /dev/null
@@ -1,161 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 500px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 30px 10px 30px 10px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 30px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 10px 14px;
- border-radius: 15px 10px 15px 10px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 10px;
- border-radius: 10px 15px 10px 15px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 15px 10px 15px 10px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 5;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 5px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 15px 10px 15px 10px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-1/style-5.rasi b/rofi/.config/rofi/powermenu/type-1/style-5.rasi
deleted file mode 100644
index dd330dd..0000000
--- a/rofi/.config/rofi/powermenu/type-1/style-5.rasi
+++ /dev/null
@@ -1,167 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 605px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 20px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", dummy, "prompt"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 10px 14px;
- border-radius: 4px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 10px;
- border-radius: 4px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 10px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 10px;
- border: 0px solid;
- border-radius: 4px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- border: 0px 2px 0px 2px;
- border-radius: 4px;
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-2/powermenu.sh b/rofi/.config/rofi/powermenu/type-2/powermenu.sh
deleted file mode 100755
index 61bfdf0..0000000
--- a/rofi/.config/rofi/powermenu/type-2/powermenu.sh
+++ /dev/null
@@ -1,111 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Rofi : Power Menu
-#
-## Available Styles
-#
-## style-1 style-2 style-3 style-4 style-5
-## style-6 style-7 style-8 style-9 style-10
-
-# Current Theme
-dir="$HOME/.config/rofi/powermenu/type-2"
-theme='style-7'
-@import "~/.config/rofi/colors/catppuccin.rasi"
-# CMDs
-uptime="`uptime -p | sed -e 's/up //g'`"
-host=`hostname`
-
-# Options
-shutdown=''
-reboot=''
-lock=''
-suspend=''
-logout=''
-yes=''
-no=''
-
-# Rofi CMD
-rofi_cmd() {
- rofi -dmenu \
- -p "Uptime: $uptime" \
- -mesg "Uptime: $uptime" \
- -theme ${dir}/${theme}.rasi
-}
-
-# Confirmation CMD
-confirm_cmd() {
- rofi -theme-str 'window {location: center; anchor: center; fullscreen: false; width: 350px;}' \
- -theme-str 'mainbox {children: [ "message", "listview" ];}' \
- -theme-str 'listview {columns: 2; lines: 1;}' \
- -theme-str 'element-text {horizontal-align: 0.5;}' \
- -theme-str 'textbox {horizontal-align: 0.5;}' \
- -dmenu \
- -p 'Confirmation' \
- -mesg 'Are you Sure?' \
- -theme ${dir}/${theme}.rasi
-}
-
-# Ask for confirmation
-confirm_exit() {
- echo -e "$yes\n$no" | confirm_cmd
-}
-
-# Pass variables to rofi dmenu
-run_rofi() {
- echo -e "$lock\n$suspend\n$logout\n$reboot\n$shutdown" | rofi_cmd
-}
-
-# Execute Command
-run_cmd() {
- selected="$(confirm_exit)"
- if [[ "$selected" == "$yes" ]]; then
- if [[ $1 == '--shutdown' ]]; then
- systemctl poweroff
- elif [[ $1 == '--reboot' ]]; then
- systemctl reboot
- elif [[ $1 == '--suspend' ]]; then
- mpc -q pause
- amixer set Master mute
- systemctl suspend
- elif [[ $1 == '--logout' ]]; then
- if [[ "$DESKTOP_SESSION" == 'openbox' ]]; then
- openbox --exit
- elif [[ "$DESKTOP_SESSION" == 'bspwm' ]]; then
- bspc quit
- elif [[ "$DESKTOP_SESSION" == 'i3' ]]; then
- i3-msg exit
- elif [[ "$DESKTOP_SESSION" == 'plasma' ]]; then
- qdbus org.kde.ksmserver /KSMServer logout 0 0 0
- fi
- fi
- else
- exit 0
- fi
-}
-
-# Actions
-chosen="$(run_rofi)"
-case ${chosen} in
- $shutdown)
- run_cmd --shutdown
- ;;
- $reboot)
- run_cmd --reboot
- ;;
- $lock)
- if [[ -x '/usr/bin/betterlockscreen' ]]; then
- betterlockscreen -l
- elif [[ -x '/usr/bin/i3lock' ]]; then
- i3lock
- fi
- ;;
- $suspend)
- run_cmd --suspend
- ;;
- $logout)
- run_cmd --logout
- ;;
-esac
diff --git a/rofi/.config/rofi/powermenu/type-2/shared/colors.rasi b/rofi/.config/rofi/powermenu/type-2/shared/colors.rasi
deleted file mode 100644
index 103ad63..0000000
--- a/rofi/.config/rofi/powermenu/type-2/shared/colors.rasi
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- *
- * Available Colors Schemes
- *
- * adapta catppuccin everforest navy paper
- * arc cyberpunk gruvbox nord solarized
- * black dracula lovelace onedark yousai
- *
- **/
-
-/* Import color-scheme from `colors` directory */
-
-@import "~/.config/rofi/colors/onedark.rasi"
diff --git a/rofi/.config/rofi/powermenu/type-2/shared/fonts.rasi b/rofi/.config/rofi/powermenu/type-2/shared/fonts.rasi
deleted file mode 100644
index 430c73d..0000000
--- a/rofi/.config/rofi/powermenu/type-2/shared/fonts.rasi
+++ /dev/null
@@ -1,12 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Fonts
- *
- **/
-
-* {
- font: "JetBrains Mono Nerd Font 10";
-}
diff --git a/rofi/.config/rofi/powermenu/type-2/style-1.rasi b/rofi/.config/rofi/powermenu/type-2/style-1.rasi
deleted file mode 100644
index e310106..0000000
--- a/rofi/.config/rofi/powermenu/type-2/style-1.rasi
+++ /dev/null
@@ -1,170 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 30px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 16px;
- border-radius: 0px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 12px;
- border-radius: 0px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 12px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 12px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 40px 10px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 32";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-2/style-10.rasi b/rofi/.config/rofi/powermenu/type-2/style-10.rasi
deleted file mode 100644
index d3fd8fd..0000000
--- a/rofi/.config/rofi/powermenu/type-2/style-10.rasi
+++ /dev/null
@@ -1,170 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1200px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: transparent;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 25px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 20px 24px;
- border-radius: 100% 0px 0px 100%;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 20px;
- border-radius: 0px 100% 100% 0px;
- background-color: @background;
- text-color: @active;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px 50px;
- padding: 15px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 12px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 70px 10px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 48";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-2/style-2.rasi b/rofi/.config/rofi/powermenu/type-2/style-2.rasi
deleted file mode 100644
index d1b7b69..0000000
--- a/rofi/.config/rofi/powermenu/type-2/style-2.rasi
+++ /dev/null
@@ -1,324 +0,0 @@
- y-offset: 0px/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Modified for Catppuccin Mocha Theme
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/fonts.rasi"
-
-/* Define Catppuccin Mocha colors */
-@foreground: #f5e0dc;
-@background: #1e1e2e;
-@background-alt: #302d41;
-@selected: #cba6f7;
-@active: #f38ba8;
-@urgent: #f38ba8;
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 30px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 16px;
- border-radius: 100%;
- background-color: @urgent;
- text-color: @background;
-}
-
-prompt {
- enabled: true;
- padding: 12px;
- border-radius: 100%;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 12px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-
-error-message {
- padding: 12px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 40px 10px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-
-element-text {
- font: "feather bold 32";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
-;
-
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 30px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 16px;
- border-radius: 100%;
- background-color: @urgent;
- text-color: @background;
-}
-
-prompt {
- enabled: true;
- padding: 12px;
- border-radius: 100%;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 12px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-
-error-message {
- padding: 12px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 40px 10px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-
-element-text {
- font: "feather bold 32";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
-
diff --git a/rofi/.config/rofi/powermenu/type-2/style-3.rasi b/rofi/.config/rofi/powermenu/type-2/style-3.rasi
deleted file mode 100644
index 26d2c77..0000000
--- a/rofi/.config/rofi/powermenu/type-2/style-3.rasi
+++ /dev/null
@@ -1,172 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 30px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 16px;
- border-radius: 15px 15px 0px 15px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 12px;
- border-radius: 15px 15px 15px 0px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 12px;
- border: 0px solid;
- border-radius: 15px 5px 15px 5px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 12px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 40px 10px;
- border: 0px solid;
- border-radius: 50px 20px 50px 20px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 32";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- border: 0px 0px 2px 2px ;
- border-color: @selected;
- background-color: var(background-alt);
- text-color: var(selected);
-}
diff --git a/rofi/.config/rofi/powermenu/type-2/style-4.rasi b/rofi/.config/rofi/powermenu/type-2/style-4.rasi
deleted file mode 100644
index fbb4ebb..0000000
--- a/rofi/.config/rofi/powermenu/type-2/style-4.rasi
+++ /dev/null
@@ -1,170 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: east;
- anchor: east;
- fullscreen: false;
- width: 115px;
- x-offset: -15px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 15px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 16px;
- border-radius: 0px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 12px;
- border-radius: 0px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 12px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 12px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 5;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 20px 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 24";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-2/style-5.rasi b/rofi/.config/rofi/powermenu/type-2/style-5.rasi
deleted file mode 100644
index 6caffaa..0000000
--- a/rofi/.config/rofi/powermenu/type-2/style-5.rasi
+++ /dev/null
@@ -1,170 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: west;
- anchor: west;
- fullscreen: false;
- width: 115px;
- x-offset: 15px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 12px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 15px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 16px;
- border-radius: 0px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 12px;
- border-radius: 0px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 12px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 12px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 5;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 20px 0px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 24";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-2/style-6.rasi b/rofi/.config/rofi/powermenu/type-2/style-6.rasi
deleted file mode 100644
index d54b32e..0000000
--- a/rofi/.config/rofi/powermenu/type-2/style-6.rasi
+++ /dev/null
@@ -1,172 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: south;
- anchor: south;
- fullscreen: false;
- width: 500px;
- x-offset: 0px;
- y-offset: -15px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 12px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 15px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 16px;
- border-radius: 0px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 12px;
- border-radius: 0px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 12px;
- border: 0px 2px dash 0px 2px dash;
- border-radius: 12px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 12px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 20px 0px;
- border: 0px;
- border-radius: 30px 12px 30px 12px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 24";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- border: 0px 10px dash 0px 10px dash;
- border-color: @selected;
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-2/style-7.rasi b/rofi/.config/rofi/powermenu/type-2/style-7.rasi
deleted file mode 100644
index 8e8352f..0000000
--- a/rofi/.config/rofi/powermenu/type-2/style-7.rasi
+++ /dev/null
@@ -1,170 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: transparent;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 16px;
- border-radius: 0px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 12px;
- border-radius: 0px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px 100px;
- padding: 15px;
- border: 0px solid;
- border-radius: 15px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 12px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 45px 10px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 32";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-2/style-8.rasi b/rofi/.config/rofi/powermenu/type-2/style-8.rasi
deleted file mode 100644
index 4af18b3..0000000
--- a/rofi/.config/rofi/powermenu/type-2/style-8.rasi
+++ /dev/null
@@ -1,170 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: east;
- anchor: east;
- fullscreen: false;
- width: 95px;
- x-offset: -20px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: transparent;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 16px;
- border-radius: 0px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 12px;
- border-radius: 0px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 15px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 12px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 5;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 25px 10px;
- border: 0px solid;
- border-radius: 100%;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 24";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-2/style-9.rasi b/rofi/.config/rofi/powermenu/type-2/style-9.rasi
deleted file mode 100644
index 5123502..0000000
--- a/rofi/.config/rofi/powermenu/type-2/style-9.rasi
+++ /dev/null
@@ -1,170 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: north;
- anchor: north;
- fullscreen: false;
- width: 530px;
- x-offset: 0px;
- y-offset: 20px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: transparent;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- padding: 12px 16px;
- border-radius: 0px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 12px;
- border-radius: 0px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 15px;
- border: 0px solid;
- border-radius: 15px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: 12px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 15px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 25px 10px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 24";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-3/powermenu.sh b/rofi/.config/rofi/powermenu/type-3/powermenu.sh
deleted file mode 100755
index e88da91..0000000
--- a/rofi/.config/rofi/powermenu/type-3/powermenu.sh
+++ /dev/null
@@ -1,105 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Rofi : Power Menu
-#
-## Available Styles
-#
-## style-1 style-2 style-3 style-4 style-5
-
-# Current Theme
-dir="$HOME/.config/rofi/powermenu/type-3"
-theme='style-5'
-
-# CMDs
-uptime="`uptime -p | sed -e 's/up //g'`"
-host=`hostname`
-
-# Options
-shutdown=''
-reboot=''
-lock=''
-suspend=''
-logout=''
-yes=''
-no=''
-
-# Rofi CMD
-rofi_cmd() {
- rofi -dmenu \
- -p "Uptime: $uptime" \
- -mesg "Uptime: $uptime" \
- -theme ${dir}/${theme}.rasi
-}
-
-# Confirmation CMD
-confirm_cmd() {
- rofi -dmenu \
- -p 'Confirmation' \
- -mesg 'Are you Sure?' \
- -theme ${dir}/shared/confirm.rasi
-}
-
-# Ask for confirmation
-confirm_exit() {
- echo -e "$yes\n$no" | confirm_cmd
-}
-
-# Pass variables to rofi dmenu
-run_rofi() {
- echo -e "$lock\n$suspend\n$logout\n$reboot\n$shutdown" | rofi_cmd
-}
-
-# Execute Command
-run_cmd() {
- selected="$(confirm_exit)"
- if [[ "$selected" == "$yes" ]]; then
- if [[ $1 == '--shutdown' ]]; then
- systemctl poweroff
- elif [[ $1 == '--reboot' ]]; then
- systemctl reboot
- elif [[ $1 == '--suspend' ]]; then
- mpc -q pause
- amixer set Master mute
- systemctl suspend
- elif [[ $1 == '--logout' ]]; then
- if [[ "$DESKTOP_SESSION" == 'openbox' ]]; then
- openbox --exit
- elif [[ "$DESKTOP_SESSION" == 'bspwm' ]]; then
- bspc quit
- elif [[ "$DESKTOP_SESSION" == 'i3' ]]; then
- i3-msg exit
- elif [[ "$DESKTOP_SESSION" == 'plasma' ]]; then
- qdbus org.kde.ksmserver /KSMServer logout 0 0 0
- fi
- fi
- else
- exit 0
- fi
-}
-
-# Actions
-chosen="$(run_rofi)"
-case ${chosen} in
- $shutdown)
- run_cmd --shutdown
- ;;
- $reboot)
- run_cmd --reboot
- ;;
- $lock)
- if [[ -x '/usr/bin/betterlockscreen' ]]; then
- betterlockscreen -l
- elif [[ -x '/usr/bin/i3lock' ]]; then
- i3lock
- fi
- ;;
- $suspend)
- run_cmd --suspend
- ;;
- $logout)
- run_cmd --logout
- ;;
-esac
diff --git a/rofi/.config/rofi/powermenu/type-3/shared/colors.rasi b/rofi/.config/rofi/powermenu/type-3/shared/colors.rasi
deleted file mode 100644
index 103ad63..0000000
--- a/rofi/.config/rofi/powermenu/type-3/shared/colors.rasi
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- *
- * Available Colors Schemes
- *
- * adapta catppuccin everforest navy paper
- * arc cyberpunk gruvbox nord solarized
- * black dracula lovelace onedark yousai
- *
- **/
-
-/* Import color-scheme from `colors` directory */
-
-@import "~/.config/rofi/colors/onedark.rasi"
diff --git a/rofi/.config/rofi/powermenu/type-3/shared/confirm.rasi b/rofi/.config/rofi/powermenu/type-3/shared/confirm.rasi
deleted file mode 100644
index 9f74f2a..0000000
--- a/rofi/.config/rofi/powermenu/type-3/shared/confirm.rasi
+++ /dev/null
@@ -1,93 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "colors.rasi"
-@import "fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- location: center;
- anchor: center;
- fullscreen: false;
- width: 500px;
- border-radius: 20px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- spacing: 30px;
- padding: 30px;
- background-color: transparent;
- children: [ "message", "listview" ];
-}
-
-/*****----- Message -----*****/
-message {
- margin: 0px;
- padding: 20px;
- border-radius: 20px;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-
-/*****----- Listview -----*****/
-listview {
- columns: 2;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 30px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- padding: 60px 10px;
- border-radius: 20px;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather 48";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-3/shared/fonts.rasi b/rofi/.config/rofi/powermenu/type-3/shared/fonts.rasi
deleted file mode 100644
index 68fd613..0000000
--- a/rofi/.config/rofi/powermenu/type-3/shared/fonts.rasi
+++ /dev/null
@@ -1,12 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Fonts
- *
- **/
-
-* {
- font: "JetBrains Mono Nerd Font 12";
-}
diff --git a/rofi/.config/rofi/powermenu/type-3/style-1.rasi b/rofi/.config/rofi/powermenu/type-3/style-1.rasi
deleted file mode 100644
index 702ce83..0000000
--- a/rofi/.config/rofi/powermenu/type-3/style-1.rasi
+++ /dev/null
@@ -1,179 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- /* Resolution : 1920x1080 */
- box-spacing: 30px;
- box-margin: 300px 100px;
- inputbar-spacing: 30px;
- list-spacing: 30px;
- general-padding: 20px;
- element-padding: 100px 10px;
- element-radius: 0px;
- general-radius: 0px;
- element-font: "feather 64";
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- width: 1366px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: var(box-spacing);
- margin: 0px;
- padding: var(box-margin);
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: var(inputbar-spacing);
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "dummy", "textbox-prompt-colon", "prompt", "dummy"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "SYSTEM";
- padding: var(general-padding);
- border-radius: var(general-radius);
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: var(general-padding);
- border-radius: var(general-radius);
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: var(general-padding);
- border: 0px solid;
- border-radius: var(general-radius);
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: var(general-padding);
- border: 0px solid;
- border-radius: var(general-radius);
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: var(list-spacing);
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: var(element-padding);
- border: 0px solid;
- border-radius: var(element-radius);
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: var(element-font);
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-3/style-2.rasi b/rofi/.config/rofi/powermenu/type-3/style-2.rasi
deleted file mode 100644
index 1652e04..0000000
--- a/rofi/.config/rofi/powermenu/type-3/style-2.rasi
+++ /dev/null
@@ -1,179 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- /* Resolution : 1920x1080 */
- box-spacing: 50px;
- box-margin: 300px 200px;
- inputbar-spacing: 0px;
- list-spacing: 30px;
- general-padding: 20px;
- element-padding: 80px 10px;
- element-radius: 100%;
- general-radius: 100%;
- element-font: "feather 64";
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- width: 1366px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: var(box-spacing);
- margin: 0px;
- padding: var(box-margin);
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: var(inputbar-spacing);
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "dummy", "textbox-prompt-colon", "prompt", "dummy"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "SYSTEM";
- padding: var(general-padding);
- border-radius: 100% 0px 0px 100%;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: var(general-padding);
- border-radius: 0px 100% 100% 0px;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: var(general-padding);
- border: 0px solid;
- border-radius: var(general-radius);
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: var(general-padding);
- border: 0px solid;
- border-radius: var(general-radius);
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: var(list-spacing);
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: var(element-padding);
- border: 0px solid;
- border-radius: var(element-radius);
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: var(element-font);
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-3/style-3.rasi b/rofi/.config/rofi/powermenu/type-3/style-3.rasi
deleted file mode 100644
index 340472d..0000000
--- a/rofi/.config/rofi/powermenu/type-3/style-3.rasi
+++ /dev/null
@@ -1,180 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- /* Resolution : 1920x1080 */
- box-spacing: 50px;
- box-margin: 370px 350px;
- message-margin: 0px 350px;
- inputbar-spacing: 0px;
- list-spacing: 50px;
- general-padding: 20px;
- element-padding: 55px 10px;
- element-radius: 20px;
- general-radius: 100%;
- element-font: "feather 48";
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- width: 1366px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: var(box-spacing);
- margin: 0px;
- padding: var(box-margin);
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "message", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: var(inputbar-spacing);
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "dummy", "textbox-prompt-colon", "prompt", "dummy"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "SYSTEM";
- padding: var(general-padding);
- border-radius: var(general-radius);
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: var(general-padding);
- border-radius: var(general-radius);
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: var(message-margin);
- padding: var(general-padding);
- border: 0px;
- border-radius: var(general-radius);
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: var(general-padding);
- border: 0px solid;
- border-radius: var(general-radius);
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: var(list-spacing);
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: var(element-padding);
- border: 0px solid;
- border-radius: var(element-radius);
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: var(element-font);
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-3/style-4.rasi b/rofi/.config/rofi/powermenu/type-3/style-4.rasi
deleted file mode 100644
index 4c06d8e..0000000
--- a/rofi/.config/rofi/powermenu/type-3/style-4.rasi
+++ /dev/null
@@ -1,180 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- /* Resolution : 1920x1080 */
- box-spacing: 70px;
- box-margin: 300px 350px;
- message-margin: 0px 400px;
- inputbar-spacing: 0px;
- list-spacing: 40px;
- general-padding: 20px;
- element-padding: 60px 10px;
- element-radius: 80px;
- general-radius: 100%;
- element-font: "feather 48";
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- width: 1366px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: var(box-spacing);
- margin: 0px;
- padding: var(box-margin);
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview", "message" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: var(inputbar-spacing);
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon" ];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "SYSTEM";
- padding: var(general-padding);
- border-radius: var(general-radius);
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: var(general-padding);
- border-radius: var(general-radius);
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: var(message-margin);
- padding: var(general-padding);
- border: 0px;
- border-radius: var(general-radius);
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: var(general-padding);
- border: 0px solid;
- border-radius: var(general-radius);
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: var(list-spacing);
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: var(element-padding);
- border: 0px solid;
- border-radius: var(element-radius);
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: var(element-font);
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-3/style-5.rasi b/rofi/.config/rofi/powermenu/type-3/style-5.rasi
deleted file mode 100644
index 70ce743..0000000
--- a/rofi/.config/rofi/powermenu/type-3/style-5.rasi
+++ /dev/null
@@ -1,181 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "shared/colors.rasi"
-@import "shared/fonts.rasi"
-
-* {
- /* Resolution : 1920x1080 */
- box-spacing: 50px;
- box-margin: 300px 250px;
- box-padding: 50px;
- message-margin: 0px 400px;
- inputbar-spacing: 0px;
- list-spacing: 0px;
- general-padding: 20px;
- element-padding: 90px 10px;
- element-radius: 80px;
- general-radius: 100%;
- element-font: "feather 48";
-}
-
-/*****----- Main Window -----*****/
-window {
- /* properties for window widget */
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- width: 1366px;
- x-offset: 0px;
- y-offset: 0px;
-
- /* properties for all widgets */
- enabled: true;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: var(box-spacing);
- margin: var(box-margin);
- padding: var(box-padding);
- border: 0px solid;
- border-radius: var(element-radius);
- border-color: @selected;
- background-color: @background-alt;
- children: [ "inputbar", "listview" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: var(inputbar-spacing);
- margin: 0px;
- padding: 0px;
- border: 0px;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- children: [ "textbox-prompt-colon", "dummy", "prompt" ];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "SYSTEM";
- padding: var(general-padding);
- border-radius: var(general-radius);
- background-color: @background;
- text-color: @urgent;
-}
-prompt {
- enabled: true;
- padding: var(general-padding);
- border-radius: var(general-radius);
- background-color: @background;
- text-color: @active;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: var(message-margin);
- padding: var(general-padding);
- border: 0px;
- border-radius: var(general-radius);
- border-color: @selected;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-error-message {
- padding: var(general-padding);
- border: 0px solid;
- border-radius: var(general-radius);
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: var(list-spacing);
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: var(element-radius);
- border-color: @selected;
- background-color: @background;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: var(element-padding);
- border: 0px solid;
- border-radius: var(element-radius);
- border-color: @selected;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: var(element-font);
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-4/powermenu.sh b/rofi/.config/rofi/powermenu/type-4/powermenu.sh
deleted file mode 100755
index 17f20c7..0000000
--- a/rofi/.config/rofi/powermenu/type-4/powermenu.sh
+++ /dev/null
@@ -1,105 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Rofi : Power Menu
-#
-## Available Styles
-#
-## style-1 style-2 style-3 style-4 style-5
-
-# Current Theme
-dir="$HOME/.config/rofi/powermenu/type-4"
-theme='style-5'
-
-# CMDs
-uptime="`uptime -p | sed -e 's/up //g'`"
-host=`hostname`
-
-# Options
-shutdown=''
-reboot=''
-lock=''
-suspend=''
-logout=''
-yes=''
-no=''
-
-# Rofi CMD
-rofi_cmd() {
- rofi -dmenu \
- -p "Goodbye ${USER}" \
- -mesg "Uptime: $uptime" \
- -theme ${dir}/${theme}.rasi
-}
-
-# Confirmation CMD
-confirm_cmd() {
- rofi -dmenu \
- -p 'Confirmation' \
- -mesg 'Are you Sure?' \
- -theme ${dir}/shared/confirm.rasi
-}
-
-# Ask for confirmation
-confirm_exit() {
- echo -e "$yes\n$no" | confirm_cmd
-}
-
-# Pass variables to rofi dmenu
-run_rofi() {
- echo -e "$lock\n$suspend\n$logout\n$reboot\n$shutdown" | rofi_cmd
-}
-
-# Execute Command
-run_cmd() {
- selected="$(confirm_exit)"
- if [[ "$selected" == "$yes" ]]; then
- if [[ $1 == '--shutdown' ]]; then
- systemctl poweroff
- elif [[ $1 == '--reboot' ]]; then
- systemctl reboot
- elif [[ $1 == '--suspend' ]]; then
- mpc -q pause
- amixer set Master mute
- systemctl suspend
- elif [[ $1 == '--logout' ]]; then
- if [[ "$DESKTOP_SESSION" == 'openbox' ]]; then
- openbox --exit
- elif [[ "$DESKTOP_SESSION" == 'bspwm' ]]; then
- bspc quit
- elif [[ "$DESKTOP_SESSION" == 'i3' ]]; then
- i3-msg exit
- elif [[ "$DESKTOP_SESSION" == 'plasma' ]]; then
- qdbus org.kde.ksmserver /KSMServer logout 0 0 0
- fi
- fi
- else
- exit 0
- fi
-}
-
-# Actions
-chosen="$(run_rofi)"
-case ${chosen} in
- $shutdown)
- run_cmd --shutdown
- ;;
- $reboot)
- run_cmd --reboot
- ;;
- $lock)
- if [[ -x '/usr/bin/betterlockscreen' ]]; then
- betterlockscreen -l
- elif [[ -x '/usr/bin/i3lock' ]]; then
- i3lock
- fi
- ;;
- $suspend)
- run_cmd --suspend
- ;;
- $logout)
- run_cmd --logout
- ;;
-esac
diff --git a/rofi/.config/rofi/powermenu/type-4/shared/colors.rasi b/rofi/.config/rofi/powermenu/type-4/shared/colors.rasi
deleted file mode 100644
index 103ad63..0000000
--- a/rofi/.config/rofi/powermenu/type-4/shared/colors.rasi
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- *
- * Available Colors Schemes
- *
- * adapta catppuccin everforest navy paper
- * arc cyberpunk gruvbox nord solarized
- * black dracula lovelace onedark yousai
- *
- **/
-
-/* Import color-scheme from `colors` directory */
-
-@import "~/.config/rofi/colors/onedark.rasi"
diff --git a/rofi/.config/rofi/powermenu/type-4/shared/confirm.rasi b/rofi/.config/rofi/powermenu/type-4/shared/confirm.rasi
deleted file mode 100644
index 9f74f2a..0000000
--- a/rofi/.config/rofi/powermenu/type-4/shared/confirm.rasi
+++ /dev/null
@@ -1,93 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-@import "colors.rasi"
-@import "fonts.rasi"
-
-/*****----- Main Window -----*****/
-window {
- location: center;
- anchor: center;
- fullscreen: false;
- width: 500px;
- border-radius: 20px;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- spacing: 30px;
- padding: 30px;
- background-color: transparent;
- children: [ "message", "listview" ];
-}
-
-/*****----- Message -----*****/
-message {
- margin: 0px;
- padding: 20px;
- border-radius: 20px;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
- placeholder-color: @foreground;
- blink: true;
- markup: true;
-}
-
-/*****----- Listview -----*****/
-listview {
- columns: 2;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 30px;
- background-color: transparent;
- text-color: @foreground;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- padding: 60px 10px;
- border-radius: 20px;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather 48";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-4/shared/fonts.rasi b/rofi/.config/rofi/powermenu/type-4/shared/fonts.rasi
deleted file mode 100644
index 68fd613..0000000
--- a/rofi/.config/rofi/powermenu/type-4/shared/fonts.rasi
+++ /dev/null
@@ -1,12 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Fonts
- *
- **/
-
-* {
- font: "JetBrains Mono Nerd Font 12";
-}
diff --git a/rofi/.config/rofi/powermenu/type-4/style-1.rasi b/rofi/.config/rofi/powermenu/type-4/style-1.rasi
deleted file mode 100644
index 66dbe42..0000000
--- a/rofi/.config/rofi/powermenu/type-4/style-1.rasi
+++ /dev/null
@@ -1,131 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- /* Resolution : 1920x1080 */
- mainbox-spacing: 100px;
- mainbox-margin: 100px 300px;
- message-margin: 0px 400px;
- message-padding: 15px;
- message-border-radius: 100%;
- listview-spacing: 50px;
- element-padding: 55px 60px;
- element-border-radius: 100%;
-
- prompt-font: "JetBrains Mono Nerd Font Bold Italic 64";
- textbox-font: "JetBrains Mono Nerd Font 16";
- element-text-font: "feather 64";
-
- background-window: black/5%;
- background-normal: white/5%;
- background-selected: white/15%;
- foreground-normal: white;
- foreground-selected: white;
-}
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- cursor: "default";
- background-color: var(background-window);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: var(mainbox-spacing);
- margin: var(mainbox-margin);
- background-color: transparent;
- children: [ "dummy", "inputbar", "listview", "message", "dummy" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- background-color: transparent;
- children: [ "dummy", "prompt", "dummy"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-prompt {
- enabled: true;
- font: var(prompt-font);
- background-color: transparent;
- text-color: var(foreground-normal);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: var(message-margin);
- padding: var(message-padding);
- border-radius: var(message-border-radius);
- background-color: var(background-normal);
- text-color: var(foreground-normal);
-}
-textbox {
- font: var(textbox-font);
- background-color: transparent;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- expand: false;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: var(listview-spacing);
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: var(element-padding);
- border-radius: var(element-border-radius);
- background-color: var(background-normal);
- text-color: var(foreground-normal);
- cursor: pointer;
-}
-element-text {
- font: var(element-text-font);
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(background-selected);
- text-color: var(foreground-selected);
-}
diff --git a/rofi/.config/rofi/powermenu/type-4/style-2.rasi b/rofi/.config/rofi/powermenu/type-4/style-2.rasi
deleted file mode 100644
index 20d4336..0000000
--- a/rofi/.config/rofi/powermenu/type-4/style-2.rasi
+++ /dev/null
@@ -1,131 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- /* Resolution : 1920x1080 */
- mainbox-spacing: 100px;
- mainbox-margin: 150px 400px;
- message-margin: 0px 350px;
- message-padding: 15px;
- message-border-radius: 15px;
- listview-spacing: 50px;
- element-padding: 35px 40px;
- element-border-radius: 20px;
-
- prompt-font: "Iosevka Nerd Font Bold 72";
- textbox-font: "Iosevka Nerd Font 14";
- element-text-font: "feather 64";
-
- background-window: black/30%;
- background-normal: white/5%;
- background-selected: white/15%;
- foreground-normal: white;
- foreground-selected: white;
-}
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- cursor: "default";
- background-color: var(background-window);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: var(mainbox-spacing);
- margin: var(mainbox-margin);
- background-color: transparent;
- children: [ "dummy", "inputbar", "listview", "message", "dummy" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- background-color: transparent;
- children: [ "dummy", "prompt", "dummy"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-prompt {
- enabled: true;
- font: var(prompt-font);
- background-color: transparent;
- text-color: var(foreground-normal);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: var(message-margin);
- padding: var(message-padding);
- border-radius: var(message-border-radius);
- background-color: var(background-normal);
- text-color: var(foreground-normal);
-}
-textbox {
- font: var(textbox-font);
- background-color: transparent;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- expand: false;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: var(listview-spacing);
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: var(element-padding);
- border-radius: var(element-border-radius);
- background-color: var(background-normal);
- text-color: var(foreground-normal);
- cursor: pointer;
-}
-element-text {
- font: var(element-text-font);
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(background-selected);
- text-color: var(foreground-selected);
-}
diff --git a/rofi/.config/rofi/powermenu/type-4/style-3.rasi b/rofi/.config/rofi/powermenu/type-4/style-3.rasi
deleted file mode 100644
index 1ade61a..0000000
--- a/rofi/.config/rofi/powermenu/type-4/style-3.rasi
+++ /dev/null
@@ -1,133 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- /* Resolution : 1920x1080 */
- mainbox-spacing: 50px;
- mainbox-margin: 50px;
- message-margin: 0px 300px;
- message-padding: 12px;
- message-border-radius: 12px;
- listview-spacing: 25px;
- element-padding: 35px 0px;
- element-border-radius: 60px;
-
- prompt-font: "Iosevka Nerd Font Bold 48";
- textbox-font: "Iosevka Nerd Font 12";
- element-text-font: "feather 48";
-
- background-window: black/20%;
- background-normal: white/5%;
- background-selected: white/15%;
- foreground-normal: white;
- foreground-selected: white;
-}
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- border-radius: 50px;
- cursor: "default";
- background-color: var(background-window);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: var(mainbox-spacing);
- margin: var(mainbox-margin);
- background-color: transparent;
- children: [ "dummy", "inputbar", "listview", "message", "dummy" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- background-color: transparent;
- children: [ "dummy", "prompt", "dummy"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-prompt {
- enabled: true;
- font: var(prompt-font);
- background-color: transparent;
- text-color: var(foreground-normal);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: var(message-margin);
- padding: var(message-padding);
- border-radius: var(message-border-radius);
- background-color: var(background-normal);
- text-color: var(foreground-normal);
-}
-textbox {
- font: var(textbox-font);
- background-color: transparent;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- expand: false;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: var(listview-spacing);
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: var(element-padding);
- border-radius: var(element-border-radius);
- background-color: var(background-normal);
- text-color: var(foreground-normal);
- cursor: pointer;
-}
-element-text {
- font: var(element-text-font);
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(background-selected);
- text-color: var(foreground-selected);
-}
diff --git a/rofi/.config/rofi/powermenu/type-4/style-4.rasi b/rofi/.config/rofi/powermenu/type-4/style-4.rasi
deleted file mode 100644
index 9234684..0000000
--- a/rofi/.config/rofi/powermenu/type-4/style-4.rasi
+++ /dev/null
@@ -1,153 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- /* Resolution : 1920x1080 */
- mainbox-spacing: 100px;
- mainbox-margin: 150px 400px;
- message-margin: 0px 350px;
- message-padding: 20px;
- message-border-radius: 100%;
- listview-spacing: 50px;
- element-padding: 35px 40px;
- element-border-radius: 80px;
-
- prompt-font: "Iosevka Nerd Font Bold Italic 72";
- textbox-font: "Iosevka Nerd Font 16";
- element-text-font: "feather Bold 64";
-
- /* Gradients */
- gradient-1: linear-gradient(45, #1E98FD, #06FDA5);
- gradient-2: linear-gradient(0, #F971C6, #7A72EC);
- gradient-3: linear-gradient(70, #FFD56F, #FF6861);
- gradient-4: linear-gradient(135, #44C6FA, #3043A1);
- gradient-5: linear-gradient(to left, #bdc3c7, #2c3e50);
- gradient-6: linear-gradient(to right, #0F2027, #203A43, #2C5364);
- gradient-7: linear-gradient(to top, #12c2e9, #c471ed, #f64f59);
- gradient-8: linear-gradient(to bottom, #FF0099, #493240);
- gradient-9: linear-gradient(0, #1a2a6c, #b21f1f, #fdbb2d);
- gradient-10: linear-gradient(0, #283c86, #45a247);
- gradient-11: linear-gradient(0, #77A1D3, #79CBCA, #E684AE);
- gradient-12: linear-gradient(0, #ff6e7f, #bfe9ff);
- gradient-13: linear-gradient(0, #D31027, #EA384D);
- gradient-14: linear-gradient(0, #DA22FF, #9733EE);
- gradient-15: linear-gradient(0, #1D976C, #93F9B9);
- gradient-16: linear-gradient(0, #232526, #414345);
- gradient-17: linear-gradient(0, #833ab4, #fd1d1d, #fcb045);
- gradient-18: linear-gradient(0, #667db6, #0082c8, #0082c8, #667db6);
- gradient-19: linear-gradient(0, #03001e, #7303c0, #ec38bc, #fdeff9);
- gradient-20: linear-gradient(0, #780206, #061161);
-
- background-window: var(gradient-19);
- background-normal: white/10%;
- background-selected: white/20%;
- foreground-normal: white;
- foreground-selected: white;
-}
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- cursor: "default";
- background-image: var(background-window);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: var(mainbox-spacing);
- margin: var(mainbox-margin);
- background-color: transparent;
- children: [ "dummy", "inputbar", "listview", "message", "dummy" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- background-color: transparent;
- children: [ "dummy", "prompt", "dummy"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-prompt {
- enabled: true;
- font: var(prompt-font);
- background-color: transparent;
- text-color: var(foreground-normal);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: var(message-margin);
- padding: var(message-padding);
- border-radius: var(message-border-radius);
- background-color: var(background-normal);
- text-color: var(foreground-normal);
-}
-textbox {
- font: var(textbox-font);
- background-color: transparent;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- expand: false;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: var(listview-spacing);
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: var(element-padding);
- border-radius: var(element-border-radius);
- background-color: var(background-normal);
- text-color: var(foreground-normal);
- cursor: pointer;
-}
-element-text {
- font: var(element-text-font);
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(background-selected);
- text-color: var(foreground-selected);
-}
diff --git a/rofi/.config/rofi/powermenu/type-4/style-5.rasi b/rofi/.config/rofi/powermenu/type-4/style-5.rasi
deleted file mode 100644
index 96b483c..0000000
--- a/rofi/.config/rofi/powermenu/type-4/style-5.rasi
+++ /dev/null
@@ -1,163 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- /* Resolution : 1920x1080 */
- mainbox-spacing: 50px;
- mainbox-margin: 0px 470px;
- message-margin: 0px 350px;
- message-padding: 15px;
- message-border-radius: 100%;
- listview-spacing: 25px;
- element-padding: 45px 40px;
- element-border-radius: 100%;
-
- prompt-font: "Iosevka Nerd Font Bold 32";
- textbox-font: "Iosevka Nerd Font 12";
- element-text-font: "feather Bold 48";
-
- /* Gradients */
- gradient-1: linear-gradient(45, #1E98FD, #06FDA5);
- gradient-2: linear-gradient(0, #F971C6, #7A72EC);
- gradient-3: linear-gradient(70, #FFD56F, #FF6861);
- gradient-4: linear-gradient(135, #44C6FA, #3043A1);
- gradient-5: linear-gradient(to left, #bdc3c7, #2c3e50);
- gradient-6: linear-gradient(to right, #0F2027, #203A43, #2C5364);
- gradient-7: linear-gradient(to top, #12c2e9, #c471ed, #f64f59);
- gradient-8: linear-gradient(to bottom, #FF0099, #493240);
- gradient-9: linear-gradient(0, #1a2a6c, #b21f1f, #fdbb2d);
- gradient-10: linear-gradient(0, #283c86, #45a247);
- gradient-11: linear-gradient(0, #77A1D3, #79CBCA, #E684AE);
- gradient-12: linear-gradient(0, #ff6e7f, #bfe9ff);
- gradient-13: linear-gradient(0, #D31027, #EA384D);
- gradient-14: linear-gradient(0, #DA22FF, #9733EE);
- gradient-15: linear-gradient(0, #1D976C, #93F9B9);
- gradient-16: linear-gradient(0, #232526, #414345);
- gradient-17: linear-gradient(0, #833ab4, #fd1d1d, #fcb045);
- gradient-18: linear-gradient(0, #667db6, #0082c8, #0082c8, #667db6);
- gradient-19: linear-gradient(0, #03001e, #7303c0, #ec38bc, #fdeff9);
- gradient-20: linear-gradient(0, #780206, #061161);
-
- background-window: var(gradient-6);
- background-normal: white/10%;
- background-selected: white/20%;
- foreground-normal: white;
- foreground-selected: white;
-}
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: true;
- cursor: "default";
- background-image: var(background-window);
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: var(mainbox-spacing);
- margin: var(mainbox-margin);
- background-color: transparent;
- children: [ "dummy", "userimage", "inputbar", "listview", "message", "dummy" ];
-}
-
-/*****----- User -----*****/
-userimage {
- margin: 0px 400px;
- border: 2px;
- border-radius: 100%;
- border-color: white;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/user.jpeg", both);
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- background-color: transparent;
- children: [ "dummy", "prompt", "dummy"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-prompt {
- enabled: true;
- font: var(prompt-font);
- background-color: transparent;
- text-color: var(foreground-normal);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: var(message-margin);
- padding: var(message-padding);
- border-radius: var(message-border-radius);
- background-color: var(background-normal);
- text-color: var(foreground-normal);
-}
-textbox {
- font: var(textbox-font);
- background-color: transparent;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- expand: false;
- columns: 5;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: var(listview-spacing);
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: var(element-padding);
- border-radius: var(element-border-radius);
- background-color: var(background-normal);
- text-color: var(foreground-normal);
- cursor: pointer;
-}
-element-text {
- font: var(element-text-font);
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(background-selected);
- text-color: var(foreground-selected);
-}
diff --git a/rofi/.config/rofi/powermenu/type-5/powermenu.sh b/rofi/.config/rofi/powermenu/type-5/powermenu.sh
deleted file mode 100755
index 98ebcd8..0000000
--- a/rofi/.config/rofi/powermenu/type-5/powermenu.sh
+++ /dev/null
@@ -1,118 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Rofi : Power Menu
-#
-## Available Styles
-#
-## style-1 style-2 style-3 style-4 style-5
-
-# Current Theme
-@import "~/.config/rofi/colors/catppuccin.rasi"
-dir="$HOME/.config/rofi/powermenu/type-5"
-theme='style-1'
-
-# CMDs
-lastlogin="`last $USER | head -n1 | tr -s ' ' | cut -d' ' -f5,6,7`"
-uptime="`uptime -p | sed -e 's/up //g'`"
-host=`hostname`
-
-# Options
-hibernate=''
-shutdown=''
-reboot=''
-lock=''
-suspend=''
-logout=''
-yes=''
-no=''
-
-# Rofi CMD
-rofi_cmd() {
- rofi -dmenu \
- -p " $USER" \
- -mesg " Last Login: $lastlogin | Uptime: $uptime" \
- -theme ${dir}/${theme}.rasi
-}
-
-# Confirmation CMD
-confirm_cmd() {
- rofi -theme-str 'window {location: center; anchor: center; fullscreen: false; width: 350px;}' \
- -theme-str 'mainbox {children: [ "message", "listview" ];}' \
- -theme-str 'listview {columns: 2; lines: 1;}' \
- -theme-str 'element-text {horizontal-align: 0.5;}' \
- -theme-str 'textbox {horizontal-align: 0.5;}' \
- -dmenu \
- -p 'Confirmation' \
- -mesg 'Are you Sure?' \
- -theme ${dir}/${theme}.rasi
-}
-
-# Ask for confirmation
-confirm_exit() {
- echo -e "$yes\n$no" | confirm_cmd
-}
-
-# Pass variables to rofi dmenu
-run_rofi() {
- echo -e "$lock\n$suspend\n$logout\n$hibernate\n$reboot\n$shutdown" | rofi_cmd
-}
-
-# Execute Command
-run_cmd() {
- selected="$(confirm_exit)"
- if [[ "$selected" == "$yes" ]]; then
- if [[ $1 == '--shutdown' ]]; then
- systemctl poweroff
- elif [[ $1 == '--reboot' ]]; then
- systemctl reboot
- elif [[ $1 == '--hibernate' ]]; then
- systemctl hibernate
- elif [[ $1 == '--suspend' ]]; then
- mpc -q pause
- amixer set Master mute
- systemctl suspend
- elif [[ $1 == '--logout' ]]; then
- if [[ "$DESKTOP_SESSION" == 'openbox' ]]; then
- openbox --exit
- elif [[ "$DESKTOP_SESSION" == 'bspwm' ]]; then
- bspc quit
- elif [[ "$DESKTOP_SESSION" == 'i3' ]]; then
- i3-msg exit
- elif [[ "$DESKTOP_SESSION" == 'plasma' ]]; then
- qdbus org.kde.ksmserver /KSMServer logout 0 0 0
- fi
- fi
- else
- exit 0
- fi
-}
-
-# Actions
-chosen="$(run_rofi)"
-case ${chosen} in
- $shutdown)
- run_cmd --shutdown
- ;;
- $reboot)
- run_cmd --reboot
- ;;
- $hibernate)
- run_cmd --hibernate
- ;;
- $lock)
- if [[ -x '/usr/bin/betterlockscreen' ]]; then
- betterlockscreen -l
- elif [[ -x '/usr/bin/i3lock' ]]; then
- i3lock
- fi
- ;;
- $suspend)
- run_cmd --suspend
- ;;
- $logout)
- run_cmd --logout
- ;;
-esac
diff --git a/rofi/.config/rofi/powermenu/type-5/style-1.rasi b/rofi/.config/rofi/powermenu/type-5/style-1.rasi
deleted file mode 100644
index a388273..0000000
--- a/rofi/.config/rofi/powermenu/type-5/style-1.rasi
+++ /dev/null
@@ -1,148 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #1e1e2e; /* Catppuccin Mocha Base */
- background-alt: #302d41; /* Catppuccin Mocha Mantle */
- foreground: #cdd6f4; /* Catppuccin Mocha Text */
- selected: #f38ba8; /* Catppuccin Mocha Red */
- active: #89b4fa; /* Catppuccin Mocha Blue */
- urgent: #f5c2e7; /* Catppuccin Mocha Pink */
-}
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- padding: 0px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @selected;
- cursor: "default";
- background-color: #11111b;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview", "message" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- padding: 100px 80px;
- background-color: transparent;
- background-image: url("~/Downloads/wallpaper/staircase.jpg", width);
- children: [ "textbox-prompt-colon", "dummy","prompt"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: " System";
- padding: 12px;
- border-radius: 12px;
- background-color: @background-alt;
- text-color: white;
-}
-prompt {
- enabled: true;
- padding: 12px;
- border-radius: 12px;
- background-color: #CBA6F7;
- text-color: @background;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 15px;
- margin: 15px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 30px 10px;
- border-radius: 12px;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 32";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: #CBA6F7;
- text-color: var(background);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 15px;
- border-radius: 0px;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
diff --git a/rofi/.config/rofi/powermenu/type-5/style-2.rasi b/rofi/.config/rofi/powermenu/type-5/style-2.rasi
deleted file mode 100644
index ae737ca..0000000
--- a/rofi/.config/rofi/powermenu/type-5/style-2.rasi
+++ /dev/null
@@ -1,147 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #2D1B14;
- background-alt: #462D23;
- foreground: #FFFFFF;
- selected: #E25F3E;
- active: #716251;
- urgent: #934A1C;
-}
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- padding: 0px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview", "message" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- padding: 100px 80px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/d.png", width);
- children: [ "textbox-prompt-colon", "dummy","prompt"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: " System";
- padding: 12px;
- border-radius: 100%;
- background-color: @urgent;
- text-color: @foreground;
-}
-prompt {
- enabled: true;
- padding: 12px;
- border-radius: 100%;
- background-color: @active;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 15px;
- margin: 15px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 28px 10px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 32";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px 15px 15px 15px;
- padding: 15px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
diff --git a/rofi/.config/rofi/powermenu/type-5/style-3.rasi b/rofi/.config/rofi/powermenu/type-5/style-3.rasi
deleted file mode 100644
index 6f80ee1..0000000
--- a/rofi/.config/rofi/powermenu/type-5/style-3.rasi
+++ /dev/null
@@ -1,147 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #231419;
- background-alt: #2D1E23;
- foreground: #FFFFFF;
- selected: #426647;
- active: #2E3F34;
- urgent: #D08261;
-}
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 550px;
- x-offset: 0px;
- y-offset: 0px;
-
- padding: 0px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview", "message" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- padding: 100px 40px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/e.jpg", width);
- children: [ "textbox-prompt-colon", "dummy","prompt"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: " System";
- padding: 12px;
- border-radius: 5px;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 12px;
- border-radius: 5px;
- background-color: @active;
- text-color: @foreground;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 3;
- lines: 2;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 15px;
- margin: 15px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 30px 10px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 32";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 15px;
- border-radius: 0px;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
diff --git a/rofi/.config/rofi/powermenu/type-5/style-4.rasi b/rofi/.config/rofi/powermenu/type-5/style-4.rasi
deleted file mode 100644
index 247693a..0000000
--- a/rofi/.config/rofi/powermenu/type-5/style-4.rasi
+++ /dev/null
@@ -1,153 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #131D1F;
- background-alt: #183A43;
- foreground: #FFFFFF;
- selected: #649094;
- active: #E9CC9D;
- urgent: #FEA861;
-}
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
-
- padding: 0px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview", "message" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 0px;
- padding: 150px 40px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/i.jpg", width);
- children: [ "textbox-prompt-colon", "dummy","prompt"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: " System";
- padding: 15px;
- border: 0px 5px 5px 0px;
- border-radius: 15px 5px 15px 5px;
- border-color: @selected;
- background-color: @urgent;
- text-color: @background;
-}
-prompt {
- enabled: true;
- padding: 15px;
- border: 0px 0px 5px 5px;
- border-radius: 5px 15px 5px 15px;
- border-color: @selected;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 25px;
- margin: 25px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 40px 10px;
- border-radius: 15px 30px 15px 30px;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 32";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- border: 0px 0px 5px 5px;
- border-color: @urgent;
- background-color: var(background-alt);
- text-color: var(urgent);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 15px;
- border-radius: 0px;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
diff --git a/rofi/.config/rofi/powermenu/type-5/style-5.rasi b/rofi/.config/rofi/powermenu/type-5/style-5.rasi
deleted file mode 100644
index 4492512..0000000
--- a/rofi/.config/rofi/powermenu/type-5/style-5.rasi
+++ /dev/null
@@ -1,151 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #11092D;
- background-alt: #281657;
- foreground: #FFFFFF;
- selected: #DF5296;
- active: #6E77FF;
- urgent: #8E3596;
-}
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
-
- padding: 0px;
- border: 0px solid;
- border-radius: 20px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- background-color: transparent;
- children: [ "inputbar", "listview", "message" ];
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- enabled: true;
- spacing: 20px;
- padding: 100px 40px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/j.jpg", width);
- children: [ "textbox-prompt-colon", "prompt"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: " System";
- padding: 15px;
- border: 0px 0px 0px 10px;
- border-radius: 100% 100% 0px 100%;
- border-color: @selected;
- background-color: @urgent;
- text-color: @foreground;
-}
-prompt {
- enabled: true;
- padding: 15px;
- border: 0px;
- border-radius: 0px 100% 100% 100%;
- border-color: @selected;
- background-color: @active;
- text-color: @background;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 6;
- lines: 1;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 30px;
- margin: 30px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 35px 10px;
- border-radius: 55px;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 32";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 15px;
- border-radius: 0px;
- background-color: @background-alt;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
diff --git a/rofi/.config/rofi/powermenu/type-6/powermenu.sh b/rofi/.config/rofi/powermenu/type-6/powermenu.sh
deleted file mode 100755
index ad93faf..0000000
--- a/rofi/.config/rofi/powermenu/type-6/powermenu.sh
+++ /dev/null
@@ -1,117 +0,0 @@
-#!/usr/bin/env bash
-
-## Author : Aditya Shakya (adi1090x)
-## Github : @adi1090x
-#
-## Rofi : Power Menu
-#
-## Available Styles
-#
-## style-1 style-2 style-3 style-4 style-5
-
-# Current Theme
-dir="$HOME/.config/rofi/powermenu/type-6"
-theme='style-1'
-
-# CMDs
-lastlogin="`last $USER | head -n1 | tr -s ' ' | cut -d' ' -f5,6,7`"
-uptime="`uptime -p | sed -e 's/up //g'`"
-host=`hostname`
-
-# Options
-hibernate=''
-shutdown=''
-reboot=''
-lock=''
-suspend=''
-logout=''
-yes=''
-no=''
-
-# Rofi CMD
-rofi_cmd() {
- rofi -dmenu \
- -p " $USER@$host" \
- -mesg " Uptime: $uptime" \
- -theme ${dir}/${theme}.rasi
-}
-
-# Confirmation CMD
-confirm_cmd() {
- rofi -theme-str 'window {location: center; anchor: center; fullscreen: false; width: 350px;}' \
- -theme-str 'mainbox {orientation: vertical; children: [ "message", "listview" ];}' \
- -theme-str 'listview {columns: 2; lines: 1;}' \
- -theme-str 'element-text {horizontal-align: 0.5;}' \
- -theme-str 'textbox {horizontal-align: 0.5;}' \
- -dmenu \
- -p 'Confirmation' \
- -mesg 'Are you Sure?' \
- -theme ${dir}/${theme}.rasi
-}
-
-# Ask for confirmation
-confirm_exit() {
- echo -e "$yes\n$no" | confirm_cmd
-}
-
-# Pass variables to rofi dmenu
-run_rofi() {
- echo -e "$lock\n$suspend\n$logout\n$hibernate\n$reboot\n$shutdown" | rofi_cmd
-}
-
-# Execute Command
-run_cmd() {
- selected="$(confirm_exit)"
- if [[ "$selected" == "$yes" ]]; then
- if [[ $1 == '--shutdown' ]]; then
- systemctl poweroff
- elif [[ $1 == '--reboot' ]]; then
- systemctl reboot
- elif [[ $1 == '--hibernate' ]]; then
- systemctl hibernate
- elif [[ $1 == '--suspend' ]]; then
- mpc -q pause
- amixer set Master mute
- systemctl suspend
- elif [[ $1 == '--logout' ]]; then
- if [[ "$DESKTOP_SESSION" == 'openbox' ]]; then
- openbox --exit
- elif [[ "$DESKTOP_SESSION" == 'bspwm' ]]; then
- bspc quit
- elif [[ "$DESKTOP_SESSION" == 'i3' ]]; then
- i3-msg exit
- elif [[ "$DESKTOP_SESSION" == 'plasma' ]]; then
- qdbus org.kde.ksmserver /KSMServer logout 0 0 0
- fi
- fi
- else
- exit 0
- fi
-}
-
-# Actions
-chosen="$(run_rofi)"
-case ${chosen} in
- $shutdown)
- run_cmd --shutdown
- ;;
- $reboot)
- run_cmd --reboot
- ;;
- $hibernate)
- run_cmd --hibernate
- ;;
- $lock)
- if [[ -x '/usr/bin/betterlockscreen' ]]; then
- betterlockscreen -l
- elif [[ -x '/usr/bin/i3lock' ]]; then
- i3lock
- fi
- ;;
- $suspend)
- run_cmd --suspend
- ;;
- $logout)
- run_cmd --logout
- ;;
-esac
diff --git a/rofi/.config/rofi/powermenu/type-6/style-1.rasi b/rofi/.config/rofi/powermenu/type-6/style-1.rasi
deleted file mode 100644
index 2af8289..0000000
--- a/rofi/.config/rofi/powermenu/type-6/style-1.rasi
+++ /dev/null
@@ -1,147 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #11092D;
- background-alt: #281657;
- foreground: #FFFFFF;
- selected: #DF5296;
- active: #6E77FF;
- urgent: #8E3596;
-}
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- padding: 0px;
- border: 0px solid;
- border-radius: 15px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- background-color: transparent;
- orientation: horizontal;
- children: [ "imagebox", "listview" ];
-}
-
-/*****----- Imagebox -----*****/
-imagebox {
- spacing: 30px;
- padding: 30px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/a.png", height);
- children: [ "inputbar", "dummy", "message" ];
-}
-
-/*****----- User -----*****/
-userimage {
- margin: 0px 0px;
- border: 10px;
- border-radius: 10px;
- border-color: @background-alt;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/a.png", height);
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- padding: 15px;
- border-radius: 10px;
- background-color: @urgent;
- text-color: @foreground;
- children: [ "dummy", "prompt", "dummy"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-prompt {
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 15px;
- border-radius: 10px;
- background-color: @active;
- text-color: @background;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 2;
- lines: 3;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 30px;
- margin: 30px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 40px 10px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 32";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-6/style-2.rasi b/rofi/.config/rofi/powermenu/type-6/style-2.rasi
deleted file mode 100644
index f437590..0000000
--- a/rofi/.config/rofi/powermenu/type-6/style-2.rasi
+++ /dev/null
@@ -1,147 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #2D1B14;
- background-alt: #462D23;
- foreground: #FFFFFF;
- selected: #E25F3E;
- active: #716251;
- urgent: #934A1C;
-}
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 1000px;
- x-offset: 0px;
- y-offset: 0px;
-
- padding: 0px;
- border: 0px solid;
- border-radius: 24px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- background-color: transparent;
- orientation: horizontal;
- children: [ "imagebox", "listview" ];
-}
-
-/*****----- Imagebox -----*****/
-imagebox {
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/d.png", height);
- children: [ "inputbar", "dummy", "message" ];
-}
-
-/*****----- User -----*****/
-userimage {
- margin: 0px 0px;
- border: 10px;
- border-radius: 10px;
- border-color: @background-alt;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/d.png", height);
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- padding: 15px;
- border-radius: 100%;
- background-color: @urgent;
- text-color: @foreground;
- children: [ "dummy", "prompt", "dummy"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-prompt {
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 15px;
- border-radius: 100%;
- background-color: @active;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 3;
- lines: 2;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 20px;
- margin: 20px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 40px 10px;
- border-radius: 100%;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 32";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-6/style-3.rasi b/rofi/.config/rofi/powermenu/type-6/style-3.rasi
deleted file mode 100644
index c03a032..0000000
--- a/rofi/.config/rofi/powermenu/type-6/style-3.rasi
+++ /dev/null
@@ -1,147 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #231419;
- background-alt: #2D1E23;
- foreground: #FFFFFF;
- selected: #426647;
- active: #2E3F34;
- urgent: #D08261;
-}
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- padding: 0px;
- border: 0px solid;
- border-radius: 10px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- background-color: transparent;
- orientation: horizontal;
- children: [ "imagebox", "listview" ];
-}
-
-/*****----- Imagebox -----*****/
-imagebox {
- spacing: 0px;
- padding: 30px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/e.jpg", width);
- children: [ "inputbar", "dummy", "message" ];
-}
-
-/*****----- User -----*****/
-userimage {
- margin: 0px 0px;
- border: 10px;
- border-radius: 10px;
- border-color: @background-alt;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/e.jpg", height);
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- padding: 15px;
- border-radius: 10px;
- background-color: @urgent;
- text-color: @background;
- children: [ "dummy", "prompt", "dummy"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-prompt {
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 15px;
- border-radius: 10px;
- background-color: @active;
- text-color: @foreground;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 3;
- lines: 2;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 30px;
- margin: 30px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 18px 10px;
- border-radius: 20px;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 32";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-6/style-4.rasi b/rofi/.config/rofi/powermenu/type-6/style-4.rasi
deleted file mode 100644
index 89978d1..0000000
--- a/rofi/.config/rofi/powermenu/type-6/style-4.rasi
+++ /dev/null
@@ -1,149 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #131D1F;
- background-alt: #183A43;
- foreground: #FFFFFF;
- selected: #649094;
- active: #E9CC9D;
- urgent: #FEA861;
-}
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- background-color: transparent;
- orientation: horizontal;
- children: [ "imagebox", "listview" ];
-}
-
-/*****----- Imagebox -----*****/
-imagebox {
- expand: false;
- width: 640px;
- spacing: 0px;
- padding: 100px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/i.jpg", height);
- children: [ "inputbar", "dummy", "message" ];
-}
-
-/*****----- User -----*****/
-userimage {
- margin: 0px 0px;
- border: 10px;
- border-radius: 0px;
- border-color: @background-alt;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/i.jpg", height);
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- padding: 20px;
- border-radius: 0px;
- background-color: @urgent;
- text-color: @background;
- children: [ "dummy", "prompt", "dummy"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-prompt {
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 20px;
- border-radius: 0px;
- background-color: @active;
- text-color: @background;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 1;
- lines: 6;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 30px;
- margin: 30px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 20px 10px;
- border-radius: 0px;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 32";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/powermenu/type-6/style-5.rasi b/rofi/.config/rofi/powermenu/type-6/style-5.rasi
deleted file mode 100644
index ad5525a..0000000
--- a/rofi/.config/rofi/powermenu/type-6/style-5.rasi
+++ /dev/null
@@ -1,149 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Rofi Theme File
- * Rofi Version: 1.7.3
- **/
-
-/*****----- Configuration -----*****/
-configuration {
- show-icons: false;
-}
-
-/*****----- Global Properties -----*****/
-* {
- font: "JetBrains Mono Nerd Font 10";
- background: #11092D;
- background-alt: #281657;
- foreground: #FFFFFF;
- selected: #DF5296;
- active: #6E77FF;
- urgent: #8E3596;
-}
-
-/*
-USE_BUTTONS=YES
-*/
-
-/*****----- Main Window -----*****/
-window {
- transparency: "real";
- location: center;
- anchor: center;
- fullscreen: false;
- width: 800px;
- x-offset: 0px;
- y-offset: 0px;
-
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- border-color: @selected;
- cursor: "default";
- background-color: @background;
-}
-
-/*****----- Main Box -----*****/
-mainbox {
- background-color: transparent;
- orientation: horizontal;
- children: [ "listview", "imagebox" ];
-}
-
-/*****----- Imagebox -----*****/
-imagebox {
- expand: false;
- width: 500px;
- spacing: 0px;
- padding: 100px;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/j.jpg", height);
- children: [ "inputbar", "dummy", "message" ];
-}
-
-/*****----- User -----*****/
-userimage {
- margin: 0px 0px;
- border: 10px;
- border-radius: 0px;
- border-color: @background-alt;
- background-color: transparent;
- background-image: url("~/.config/rofi/images/j.jpg", height);
-}
-
-/*****----- Inputbar -----*****/
-inputbar {
- padding: 20px;
- border-radius: 0px;
- background-color: @urgent;
- text-color: @background;
- children: [ "dummy", "prompt", "dummy"];
-}
-
-dummy {
- background-color: transparent;
-}
-
-prompt {
- background-color: inherit;
- text-color: inherit;
-}
-
-/*****----- Message -----*****/
-message {
- enabled: true;
- margin: 0px;
- padding: 20px;
- border-radius: 0px;
- background-color: @active;
- text-color: @background;
-}
-textbox {
- background-color: inherit;
- text-color: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Listview -----*****/
-listview {
- enabled: true;
- columns: 2;
- lines: 3;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
-
- spacing: 30px;
- margin: 30px;
- background-color: transparent;
- cursor: "default";
-}
-
-/*****----- Elements -----*****/
-element {
- enabled: true;
- padding: 20px 10px;
- border-radius: 0px;
- background-color: @background-alt;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "feather bold 32";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: var(selected);
- text-color: var(background);
-}
diff --git a/rofi/.config/rofi/rofi-screenshot.sh b/rofi/.config/rofi/rofi-screenshot.sh
deleted file mode 100755
index d11fadf..0000000
--- a/rofi/.config/rofi/rofi-screenshot.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/env bash
-
-tmp_dir="/tmp/cliphist"
-rm -rf "$tmp_dir"
-
-if [[ -n "$1" ]]; then
- cliphist decode <<<"$1" | wl-copy
- exit
-fi
-
-mkdir -p "$tmp_dir"
-
-read -r -d '' prog <$tmp_dir/"grp[1]"."grp[3])
- print \$0"\0icon\x1f$tmp_dir/"grp[1]"."grp[3]
- next
-}
-1
-EOF
-cliphist list | gawk "$prog"
diff --git a/rofi/.config/rofi/scripts/launcher_t1 b/rofi/.config/rofi/scripts/launcher_t1
deleted file mode 120000
index 9a28f03..0000000
--- a/rofi/.config/rofi/scripts/launcher_t1
+++ /dev/null
@@ -1 +0,0 @@
-../launchers/type-1/launcher.sh
\ No newline at end of file
diff --git a/rofi/.config/rofi/scripts/launcher_t2 b/rofi/.config/rofi/scripts/launcher_t2
deleted file mode 120000
index 4574d1d..0000000
--- a/rofi/.config/rofi/scripts/launcher_t2
+++ /dev/null
@@ -1 +0,0 @@
-../launchers/type-2/launcher.sh
\ No newline at end of file
diff --git a/rofi/.config/rofi/scripts/launcher_t3 b/rofi/.config/rofi/scripts/launcher_t3
deleted file mode 120000
index e1c334c..0000000
--- a/rofi/.config/rofi/scripts/launcher_t3
+++ /dev/null
@@ -1 +0,0 @@
-../launchers/type-3/launcher.sh
\ No newline at end of file
diff --git a/rofi/.config/rofi/scripts/launcher_t4 b/rofi/.config/rofi/scripts/launcher_t4
deleted file mode 120000
index e6cb56e..0000000
--- a/rofi/.config/rofi/scripts/launcher_t4
+++ /dev/null
@@ -1 +0,0 @@
-../launchers/type-4/launcher.sh
\ No newline at end of file
diff --git a/rofi/.config/rofi/scripts/launcher_t5 b/rofi/.config/rofi/scripts/launcher_t5
deleted file mode 120000
index fc78e94..0000000
--- a/rofi/.config/rofi/scripts/launcher_t5
+++ /dev/null
@@ -1 +0,0 @@
-../launchers/type-5/launcher.sh
\ No newline at end of file
diff --git a/rofi/.config/rofi/scripts/launcher_t6 b/rofi/.config/rofi/scripts/launcher_t6
deleted file mode 120000
index 3b8d494..0000000
--- a/rofi/.config/rofi/scripts/launcher_t6
+++ /dev/null
@@ -1 +0,0 @@
-../launchers/type-6/launcher.sh
\ No newline at end of file
diff --git a/rofi/.config/rofi/scripts/launcher_t7 b/rofi/.config/rofi/scripts/launcher_t7
deleted file mode 120000
index dde37fe..0000000
--- a/rofi/.config/rofi/scripts/launcher_t7
+++ /dev/null
@@ -1 +0,0 @@
-../launchers/type-7/launcher.sh
\ No newline at end of file
diff --git a/rofi/.config/rofi/scripts/powermenu_t1 b/rofi/.config/rofi/scripts/powermenu_t1
deleted file mode 120000
index 9d864f6..0000000
--- a/rofi/.config/rofi/scripts/powermenu_t1
+++ /dev/null
@@ -1 +0,0 @@
-../powermenu/type-1/powermenu.sh
\ No newline at end of file
diff --git a/rofi/.config/rofi/scripts/powermenu_t2 b/rofi/.config/rofi/scripts/powermenu_t2
deleted file mode 120000
index 2833c51..0000000
--- a/rofi/.config/rofi/scripts/powermenu_t2
+++ /dev/null
@@ -1 +0,0 @@
-../powermenu/type-2/powermenu.sh
\ No newline at end of file
diff --git a/rofi/.config/rofi/scripts/powermenu_t3 b/rofi/.config/rofi/scripts/powermenu_t3
deleted file mode 120000
index 4386fa2..0000000
--- a/rofi/.config/rofi/scripts/powermenu_t3
+++ /dev/null
@@ -1 +0,0 @@
-../powermenu/type-3/powermenu.sh
\ No newline at end of file
diff --git a/rofi/.config/rofi/scripts/powermenu_t4 b/rofi/.config/rofi/scripts/powermenu_t4
deleted file mode 120000
index e3e1703..0000000
--- a/rofi/.config/rofi/scripts/powermenu_t4
+++ /dev/null
@@ -1 +0,0 @@
-../powermenu/type-4/powermenu.sh
\ No newline at end of file
diff --git a/rofi/.config/rofi/scripts/powermenu_t5 b/rofi/.config/rofi/scripts/powermenu_t5
deleted file mode 120000
index a20c500..0000000
--- a/rofi/.config/rofi/scripts/powermenu_t5
+++ /dev/null
@@ -1 +0,0 @@
-../powermenu/type-5/powermenu.sh
\ No newline at end of file
diff --git a/rofi/.config/rofi/scripts/powermenu_t6 b/rofi/.config/rofi/scripts/powermenu_t6
deleted file mode 120000
index 3be8c2a..0000000
--- a/rofi/.config/rofi/scripts/powermenu_t6
+++ /dev/null
@@ -1 +0,0 @@
-../powermenu/type-6/powermenu.sh
\ No newline at end of file
diff --git a/rofi/.config/rofi/wifi.sh b/rofi/.config/rofi/wifi.sh
deleted file mode 100755
index 4cdcf51..0000000
--- a/rofi/.config/rofi/wifi.sh
+++ /dev/null
@@ -1,103 +0,0 @@
-#!/usr/bin/env bash
-
-# Notify user of Wi-Fi scanning
-notify-send "Scanning Wi-Fi networks..."
-
-# Get the active Wi-Fi connection
-active_wifi=$(nmcli -t -f active,ssid dev wifi | grep '^yes' | cut -d':' -f2)
-
-# Get list of available Wi-Fi networks, exclude the active one if there is one
-wifi_list=$(nmcli --fields "SECURITY,SSID" device wifi list | sed 1d | sed 's/ */ /g' \
- | sed -E "s/WPA*.?\S/ /g" | sed "s/^--/ /g" | sed "s/ //g" | sed "/--/d")
-
-# Remove the active Wi-Fi from the list if it exists
-if [[ -n "$active_wifi" ]]; then
- wifi_list=$(echo "$wifi_list" | grep -v "$active_wifi")
-fi
-
-# Get current Wi-Fi state (enabled/disabled)
-connected=$(nmcli -fields WIFI g)
-if [[ "$connected" =~ "enabled" ]]; then
- toggle=" Disable"
-elif [[ "$connected" =~ "disabled" ]]; then
- toggle=" Enable"
-else
- notify-send "Error" "Unable to determine Wi-Fi state."
- exit 1
-fi
-
-# Icons for UI
-wifi_icon=" "
-active_icon=" "
-
-# Build the menu: Show active Wi-Fi at top only if it exists
-if [[ -n "$active_wifi" ]]; then
- wifi_menu="$active_icon $active_wifi\n$wifi_list"
-else
- wifi_menu="$wifi_list"
-fi
-
-# Add toggle Wi-Fi state option at the top
-wifi_menu="$toggle\n$wifi_menu"
-
-# Prompt user to choose a network or toggle Wi-Fi state
-chosen_network=$(echo -e "$wifi_menu" | uniq -u | rofi -dmenu -i -selected-row 1 -p "Wi-Fi SSID: ")
-
-# Get the chosen network ID (strip the icon)
-chosen_id="${chosen_network:3}"
-
-# If nothing was selected, exit cleanly
-if [[ -z "$chosen_network" ]]; then
- exit 0
-fi
-
-# Enable or disable Wi-Fi
-if [[ "$chosen_network" = " Enable" ]]; then
- nmcli radio wifi on && notify-send "Wi-Fi Enabled"
- exit 0
-elif [[ "$chosen_network" = " Disable" ]]; then
- nmcli radio wifi off && notify-send "Wi-Fi Disabled"
- exit 0
-fi
-
-# Connection logic
-success_message="You are now connected to the Wi-Fi network \"$chosen_id\"."
-
-# Check if the chosen network is saved
-saved_connections=$(nmcli -g NAME connection)
-if [[ $(echo "$saved_connections" | grep -w "$chosen_id") == "$chosen_id" ]]; then
- # Connect to the saved network
- if nmcli connection up id "$chosen_id" | grep -q "successfully"; then
- notify-send "$wifi_icon Connection Established" "$success_message"
- else
- notify-send "Error" "Failed to connect to \"$chosen_id\"."
- fi
-else
- # Prompt for password if network is protected
- if [[ "$chosen_network" =~ "" ]]; then
- wifi_password=$(rofi -dmenu -password -p "Enter Password for \"$chosen_id\":")
-
- # Exit if no password is provided
- if [[ -z "$wifi_password" ]]; then
- notify-send "Error" "Password required for \"$chosen_id\"."
- exit 1
- fi
- fi
-
- # Attempt to connect to the new network (with or without password)
- if [[ -n "$wifi_password" ]]; then
- if nmcli device wifi connect "$chosen_id" password "$wifi_password" | grep -q "successfully"; then
- notify-send "Connection Established" "$success_message"
- else
- notify-send "Error" "Failed to connect to \"$chosen_id\"."
- fi
- else
- # Connect to an open network
- if nmcli device wifi connect "$chosen_id" | grep -q "successfully"; then
- notify-send "Connection Established" "$success_message"
- else
- notify-send "Error" "Failed to connect to \"$chosen_id\"."
- fi
- fi
-fi
-
diff --git a/vim/.config/nvim/usage_data.json b/vim/.config/nvim/usage_data.json
index 36e3a7a..29c6718 100644
--- a/vim/.config/nvim/usage_data.json
+++ b/vim/.config/nvim/usage_data.json
@@ -1 +1 @@
-{"last_cleanup":1727450171,"data":{"":{"visit_log":[{"entry":1726298825,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726332150,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726332151,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726332155,"exit":1726383311,"keystrokes":80,"elapsed_time_sec":51156},{"entry":1726383320,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726383328,"exit":1726383336,"keystrokes":20,"elapsed_time_sec":8},{"entry":1726383376,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726383379,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726394086,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726414428,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726425564,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726425564,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726425596,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726425731,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726425732,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726425820,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726426092,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726426413,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726461585,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726461588,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726473446,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726479959,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726479961,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726480036,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726480507,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726480863,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726482583,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726483794,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726485179,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726485182,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726485756,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726485770,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726491440,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726491441,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726492145,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726492709,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726501810,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726501811,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726505104,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726505327,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726543186,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726549452,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726549813,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726550035,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726550037,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726594238,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726598843,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726598844,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726598847,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726598860,"exit":1726599576,"keystrokes":10,"elapsed_time_sec":716},{"entry":1726599581,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726599651,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726599653,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726599653,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726599654,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726599660,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726599661,"exit":1726599675,"keystrokes":1,"elapsed_time_sec":14},{"entry":1726599675,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726599680,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726599858,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726599863,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726600994,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601109,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601134,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601176,"exit":1726601184,"keystrokes":24,"elapsed_time_sec":8},{"entry":1726601230,"exit":1726601237,"keystrokes":20,"elapsed_time_sec":7},{"entry":1726601274,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601459,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601500,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601506,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601507,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601508,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601509,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601512,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601516,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601518,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601522,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601926,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601928,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601930,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601932,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726602024,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726602066,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726602070,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726602095,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726602101,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726602181,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726602465,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726602472,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726602476,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726602631,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726602798,"exit":1726602804,"keystrokes":10,"elapsed_time_sec":6},{"entry":1726602824,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726602902,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726603292,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726603336,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726603747,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726603823,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726604112,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726604116,"exit":1726604170,"keystrokes":1,"elapsed_time_sec":54},{"entry":1726604170,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726604186,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726604209,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726604944,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726638817,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726638819,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726638822,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726638824,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726638962,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726639380,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726653163,"exit":1726653172,"keystrokes":6,"elapsed_time_sec":9},{"entry":1726653184,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726659155,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726659156,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726659157,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726659412,"exit":1726659424,"keystrokes":14,"elapsed_time_sec":12},{"entry":1726663883,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726663886,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726663888,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726683079,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726683079,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726683086,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726683099,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726683104,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726683110,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726683112,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726683765,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726683772,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726683773,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726683775,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726683778,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726683940,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726714579,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726714585,"exit":1726714591,"keystrokes":16,"elapsed_time_sec":6},{"entry":1726719464,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726719792,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726719925,"exit":1726719948,"keystrokes":44,"elapsed_time_sec":23},{"entry":1726720016,"exit":1726720037,"keystrokes":15,"elapsed_time_sec":21},{"entry":1726720038,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726720282,"exit":1726720288,"keystrokes":8,"elapsed_time_sec":6},{"entry":1726722436,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726723176,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726723248,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726757867,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726758002,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726758398,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726758514,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726758516,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726816732,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726817919,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726817990,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726824384,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726824389,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726824397,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726824447,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726828698,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726828890,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726828891,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726828901,"exit":1726828910,"keystrokes":4,"elapsed_time_sec":9},{"entry":1726828931,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726828934,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726828941,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726828945,"exit":1726828952,"keystrokes":38,"elapsed_time_sec":7},{"entry":1726829495,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726829513,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726829637,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726829843,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726829869,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726830033,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726830427,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726830444,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726830852,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726831026,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726849467,"exit":1726849473,"keystrokes":22,"elapsed_time_sec":6},{"entry":1726849495,"exit":1726849501,"keystrokes":17,"elapsed_time_sec":6},{"entry":1726849502,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726849535,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726849536,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726849540,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726849544,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726906319,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726906322,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726906324,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726906484,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726936036,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726936076,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726936180,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726936189,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726936193,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726936195,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726936198,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726937027,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726937325,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726937348,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726937350,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726937351,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726937360,"exit":1726937366,"keystrokes":2,"elapsed_time_sec":6},{"entry":1726937368,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726940027,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726940032,"exit":1726940038,"keystrokes":12,"elapsed_time_sec":6},{"entry":1726941019,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726979760,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726979782,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726979783,"exit":1726979795,"keystrokes":18,"elapsed_time_sec":12},{"entry":1726980026,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726984059,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727076629,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727076741,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727076785,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727076786,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727076935,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727114753,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727114755,"exit":1727114766,"keystrokes":41,"elapsed_time_sec":11},{"entry":1727450171,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727450173,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727450336,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727450677,"exit":1727452785,"keystrokes":2,"elapsed_time_sec":2108},{"entry":1727452787,"exit":1727452793,"keystrokes":10,"elapsed_time_sec":6},{"entry":1727452834,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727452897,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727499322,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727499325,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727499351,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727519648,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727521108,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727521109,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727521111,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727590531,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727590534,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727609471,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727610864,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727610870,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727610879,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727610884,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727775223,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727775229,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727796421,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727796422,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727797776,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727798075,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727798856,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727798862,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727798864,"keystrokes":0,"elapsed_time_sec":0}],"filetype":"","git_project_name":""},"\/home\/archer\/Projects\/hyprdots\/.zshrc":{"visit_log":[],"filetype":"zsh","git_project_name":"hyprdots"},"\/etc\/sddm.conf":{"visit_log":[],"filetype":"conf","git_project_name":""},"\/home\/archer\/Projects\/EdChat\/server\/src\/models\/user.model.js":{"visit_log":[{"entry":1726940038,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726940038,"exit":1726941014,"keystrokes":83,"elapsed_time_sec":976},{"entry":1726979804,"keystrokes":0,"elapsed_time_sec":0}],"filetype":"javascript","git_project_name":"EdChat"},"\/home\/archer\/Downloads\/ChatModel\/data\/data.txt":{"visit_log":[],"filetype":"text","git_project_name":""},"\/home\/ayush\/Documents\/DSA\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/Projects\/GIT_THINGS\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":"GIT_THINGS"},"\/home\/archer\/Downloads\/ChatModel\/zshrc":{"visit_log":[],"filetype":"zsh","git_project_name":""},"\/home\/archer\/.config\/nvim\/lua\/plugins\/copilot.lua":{"visit_log":[],"filetype":"lua","git_project_name":""},"\/home\/archer\/hyprdots\/starship\/.config\/starship\/starship\/starship.toml":{"visit_log":[{"entry":1726602632,"exit":1726602658,"keystrokes":1,"elapsed_time_sec":26}],"filetype":"toml","git_project_name":"hyprdots"},"\/home\/archer\/Downloads\/dotfiles\/kitty\/kitty.conf":{"visit_log":[],"filetype":"conf","git_project_name":"dotfiles"},"\/home\/archer\/.local\/bin\/brightnessctl\/brightness-down.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/.config\/waybar\/scripts\/toggle-brightness.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/.config\/dolphinrc":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/hypr\/startup.conf":{"visit_log":[{"entry":1726599583,"exit":1726599619,"keystrokes":1,"elapsed_time_sec":36}],"filetype":"conf","git_project_name":""},"\/home\/archer\/.ssh\/config":{"visit_log":[{"entry":1726683710,"exit":1726683761,"keystrokes":176,"elapsed_time_sec":51},{"entry":1726683779,"exit":1726683799,"keystrokes":50,"elapsed_time_sec":20},{"entry":1726684066,"exit":1726684122,"keystrokes":14,"elapsed_time_sec":56},{"entry":1727840984,"exit":1727841086,"elapsed_time_sec":102,"keystrokes":25}],"filetype":"sshconfig","git_project_name":""},"\/home\/archer\/.config\/rofi\/applets\/shared\/fonts.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/X11\/xinitrc.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"term:\/\/~\/Downloads\/Chatbot\/\/65801:\/usr\/bin\/zsh;#toggleterm#1":{"visit_log":[],"filetype":"toggleterm","git_project_name":""},"term:\/\/~\/Downloads\/Chatbot\/\/3422:\/usr\/bin\/zsh;#toggleterm#1":{"visit_log":[],"filetype":"toggleterm","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/treesj.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/temp.sh":{"visit_log":[{"entry":1726414429,"exit":1726414442,"keystrokes":50,"elapsed_time_sec":13},{"entry":1726414561,"exit":1726414589,"keystrokes":49,"elapsed_time_sec":28},{"entry":1726414853,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726492850,"exit":1726492866,"keystrokes":61,"elapsed_time_sec":16},{"entry":1727452680,"exit":1727452694,"keystrokes":19,"elapsed_time_sec":14}],"filetype":"sh","git_project_name":""},"\/home\/archer\/Downloads\/Chatbot\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/.config\/hypr\/mocha.conf":{"visit_log":[{"entry":1726601237,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727076787,"exit":1727076826,"keystrokes":55,"elapsed_time_sec":39}],"filetype":"conf","git_project_name":""},"\/home\/archer\/Projects\/GIT_THINGS\/.git\/objects\/62\/d29f1a2581df0d40df3cd75efbf828fe54afe2":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/launchers\/type-7\/style-2.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.local\/bin\/battery-alert.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/auto-session.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/.config\/rofi\/scripts\/launcher_t7":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/usr\/bin\/bash":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/scripts\/launcher_t1":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/Projects\/GIT_THINGS\/README.md":{"visit_log":[{"entry":1726680588,"exit":1726680634,"keystrokes":236,"elapsed_time_sec":46},{"entry":1726719465,"exit":1726719474,"keystrokes":36,"elapsed_time_sec":9},{"entry":1726723176,"exit":1726723186,"keystrokes":31,"elapsed_time_sec":10},{"entry":1726723249,"exit":1726723280,"keystrokes":86,"elapsed_time_sec":31},{"entry":1726937028,"exit":1726937035,"keystrokes":36,"elapsed_time_sec":7}],"filetype":"markdown","git_project_name":"GIT_THINGS"},"\/home\/archer\/.config\/hypr\/arc\/docs\/getting-started-open-source.md":{"visit_log":[],"filetype":"markdown","git_project_name":""},"\/home\/archer\/.config\/rofi\/forest.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/ayush\/Documents\/t3_tutorial\/first\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/neo-tree.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/Obsidian Vault\/auto-push.sh":{"visit_log":[{"entry":1726758400,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726758400,"exit":1726758468,"keystrokes":227,"elapsed_time_sec":68}],"filetype":"sh","git_project_name":"Obsidian Vault"},"\/home\/archer\/Downloads\/dotfiles\/README.md":{"visit_log":[],"filetype":"markdown","git_project_name":"dotfiles"},"\/dev\/nvme0n1p6":{"visit_log":[],"filetype":"","git_project_name":""},"oil:\/\/\/home\/archer\/Downloads\/Chatbot\/":{"visit_log":[],"filetype":"oil","git_project_name":""},"\/home\/archer\/Downloads\/Downloads\/Catppuccin-Dark\/gtk-4.0\/gtk.css":{"visit_log":[],"filetype":"css","git_project_name":""},"\/usr\/bin\/rxfetch":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/usr\/share\/applications\/code-oss.desktop":{"visit_log":[],"filetype":"desktop","git_project_name":""},"\/home\/archer\/.config\/yazi\/catppuccin\/themes\/mocha.toml":{"visit_log":[],"filetype":"toml","git_project_name":""},"\/home\/archer\/.config\/neo-tree filesystem [1]":{"visit_log":[{"entry":1726599572,"exit":1726602471,"keystrokes":89,"elapsed_time_sec":2899},{"entry":1726602804,"exit":1726719796,"keystrokes":278,"elapsed_time_sec":116992},{"entry":1726719940,"exit":1726824449,"keystrokes":121,"elapsed_time_sec":104509},{"entry":1727452783,"exit":1727452794,"keystrokes":43,"elapsed_time_sec":11},{"entry":1727452815,"exit":1727452899,"keystrokes":89,"elapsed_time_sec":84}],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/.local\/bin\/backlight.sh":{"visit_log":[{"entry":1726483799,"keystrokes":0,"elapsed_time_sec":0}],"filetype":"sh","git_project_name":""},"\/home\/archer\/.config\/hypr\/mocha.theme":{"visit_log":[{"entry":1726601200,"exit":1726601211,"keystrokes":29,"elapsed_time_sec":11}],"filetype":"php","git_project_name":""},"\/home\/archer\/.config\/gitui\/theme.ron":{"visit_log":[],"filetype":"ron","git_project_name":""},"\/home\/ayush\/dotfiles\/synth-shell\/synth-shell-greeter.config":{"visit_log":[],"filetype":"conf","git_project_name":"dotfiles"},"\/home\/archer\/Downloads\/hyprdots\/.config\/rofi\/config\/confirm.rasi":{"visit_log":[],"filetype":"","git_project_name":"hyprdots"},"\/home\/archer\/hyprdots\/waybar\/.config\/waybar\/scripts\/check-updates.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/Projects\/GIT_THINGS\/.git\/logs\/refs\/heads\/foo":{"visit_log":[],"filetype":"git","git_project_name":""},"\/tmp\/nvim.ayush\/AXansa\/2":{"visit_log":[],"filetype":"git","git_project_name":"AyushDumasia"},"\/home\/archer\/.config\/bat\/themes\/Catppuccin Mocha.tmTheme":{"visit_log":[],"filetype":"xml","git_project_name":""},"\/home\/archer\/.config\/rofi\/launchers\/type-7\/style-10.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/hyprdots\/yazi\/.config\/yazi\/yazi\/catppuccin\/yazi.tera":{"visit_log":[{"entry":1726602826,"exit":1726602842,"keystrokes":1,"elapsed_time_sec":16}],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/powermenu\/type-5\/style-1.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/swaync\/style.css":{"visit_log":[],"filetype":"css","git_project_name":""},"\/home\/archer\/.config\/rofi\/askpass.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/telescope.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"term:\/\/~\/.config\/nvim\/\/20576:\/usr\/bin\/zsh;#toggleterm#1":{"visit_log":[],"filetype":"toggleterm","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/lazy-lock.json":{"visit_log":[],"filetype":"json","git_project_name":"dotfiles"},"\/home\/archer\/Downloads\/Chatbot\/standalone-frontend\/images\/chatbox-icon.svg":{"visit_log":[],"filetype":"svg","git_project_name":""},"\/home\/archer\/.config\/yazi\/yazi.toml":{"visit_log":[{"entry":1727610885,"keystrokes":0,"elapsed_time_sec":0}],"filetype":"toml","git_project_name":""},"\/home\/archer\/.config\/yazi\/config.yml":{"visit_log":[{"entry":1727610872,"exit":1727610878,"keystrokes":1,"elapsed_time_sec":6}],"filetype":"yaml","git_project_name":""},"\/home\/ayush\/Documents\/My Things\/Development\/HeistHub\/backend\/src\/controllers\/jobPositions.controller.js":{"visit_log":[],"filetype":"javascript","git_project_name":"Development"},"\/home\/archer\/.config\/rofi\/scripts\/launcher_t2":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/tmp\/crontab.oSjrPO":{"visit_log":[{"entry":1726758627,"exit":1726758698,"keystrokes":121,"elapsed_time_sec":71}],"filetype":"crontab","git_project_name":"Obsidian Vault"},"\/home\/archer\/Downloads\/chatgpt.py":{"visit_log":[],"filetype":"python","git_project_name":""},"\/home\/archer\/.config\/rofi\/networkmenu.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/applets\/bin\/battery.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/Projects\/hyprdots\/.config\/hypr\/hyprland.conf":{"visit_log":[],"filetype":"conf","git_project_name":"hyprdots"},"\/tmp\/nvim.archer\/Hcu3qX\/3":{"visit_log":[],"filetype":"git","git_project_name":"hyprdots"},"\/home\/archer\/.config\/rofi\/power.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/ayush\/.ssh\/new":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/nvim\/lua\/plugins\/nvim-lspconfig.lua":{"visit_log":[],"filetype":"lua","git_project_name":""},"\/usr\/share\/iso-codes\/json\/iso_3166-1.json":{"visit_log":[],"filetype":"json","git_project_name":""},"\/tmp\/crontab.GvjatC":{"visit_log":[{"entry":1726760530,"keystrokes":0,"elapsed_time_sec":0}],"filetype":"crontab","git_project_name":""},"\/home\/archer\/Downloads\/Chatbot\/templates\/base.html":{"visit_log":[],"filetype":"html","git_project_name":""},"\/home\/ayush\/.ssh\/config":{"visit_log":[],"filetype":"sshconfig","git_project_name":""},"\/home\/archer\/Downloads\/Downloads\/Catppuccin-Dark\/gtk-4.0\/gtk-dark.css":{"visit_log":[],"filetype":"css","git_project_name":""},"\/home\/archer\/Downloads\/dotfiles\/gnome-extensions.txt":{"visit_log":[],"filetype":"text","git_project_name":"dotfiles"},"\/home\/archer\/.config\/rofi\/colors_ctp.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/X11\/xinitrc":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/scripts\/launcher_t4":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/.config\/code-flags.conf":{"visit_log":[],"filetype":"conf","git_project_name":""},"\/home\/archer\/.config\/rofi\/config.rasi":{"visit_log":[{"entry":1726394089,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727609476,"keystrokes":0,"elapsed_time_sec":0}],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/forest.rofi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.ssh\/id_ed25519.pub":{"visit_log":[{"entry":1726683941,"exit":1726684065,"keystrokes":1,"elapsed_time_sec":124}],"filetype":"","git_project_name":""},"\/home\/archer\/Downloads\/ChatModel\/chatgpt.py":{"visit_log":[],"filetype":"python","git_project_name":""},"oil:\/\/\/home\/archer\/.config\/tmux\/plugins\/":{"visit_log":[],"filetype":"oil","git_project_name":""},"\/home\/archer\/.config\/kitty\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/ayush\/dotfiles\/ohmyposh\/base.json":{"visit_log":[],"filetype":"json","git_project_name":"dotfiles"},"\/home\/archer\/.config\/rofi\/new-wifi.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/Downloads\/Chatbot\/model.py":{"visit_log":[],"filetype":"python","git_project_name":""},"\/home\/archer\/.config\/starship\/config.jsonc":{"visit_log":[],"filetype":"jsonc","git_project_name":""},"\/home\/archer\/.config\/hypr\/hyprland.conf":{"visit_log":[{"entry":1726480041,"exit":1726480056,"keystrokes":86,"elapsed_time_sec":15},{"entry":1726485771,"exit":1726485864,"keystrokes":133,"elapsed_time_sec":93},{"entry":1726486237,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726501812,"exit":1726502138,"keystrokes":109,"elapsed_time_sec":326},{"entry":1726503429,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726505328,"exit":1726505385,"keystrokes":266,"elapsed_time_sec":57},{"entry":1726600529,"exit":1726600548,"keystrokes":37,"elapsed_time_sec":19},{"entry":1726600605,"exit":1726600618,"keystrokes":49,"elapsed_time_sec":13},{"entry":1726600728,"exit":1726600870,"keystrokes":161,"elapsed_time_sec":142},{"entry":1726600995,"exit":1726601013,"keystrokes":7,"elapsed_time_sec":18},{"entry":1726601112,"exit":1726601134,"keystrokes":1,"elapsed_time_sec":22},{"entry":1726601211,"exit":1726601230,"keystrokes":5,"elapsed_time_sec":19},{"entry":1726601242,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601275,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726601462,"exit":1726601500,"keystrokes":72,"elapsed_time_sec":38},{"entry":1726601570,"exit":1726601590,"keystrokes":26,"elapsed_time_sec":20},{"entry":1726601603,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726604216,"exit":1726653169,"keystrokes":0,"elapsed_time_sec":48953},{"entry":1726817266,"exit":1726817913,"keystrokes":865,"elapsed_time_sec":647},{"entry":1727076630,"exit":1727076715,"keystrokes":162,"elapsed_time_sec":85},{"entry":1727076742,"exit":1727076764,"keystrokes":83,"elapsed_time_sec":22},{"entry":1727450337,"exit":1727450677,"keystrokes":360,"elapsed_time_sec":340},{"entry":1727450681,"exit":1727451269,"keystrokes":22,"elapsed_time_sec":588},{"entry":1727519649,"exit":1727519805,"keystrokes":187,"elapsed_time_sec":156},{"entry":1727521014,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727521112,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727796423,"exit":1727796640,"keystrokes":163,"elapsed_time_sec":217}],"filetype":"conf","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":"dotfiles"},"\/home\/archer\/Projects\/hyprdots\/.config\/eww\/wallpapers\/arin.png":{"visit_log":[],"filetype":"","git_project_name":"hyprdots"},"\/home\/archer\/.config\/rofi\/powermenu\/type-5\/style-5.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/Projects\/EdChat\/server\/src\/utils\/ApiResponse.utils.js":{"visit_log":[],"filetype":"javascript","git_project_name":"EdChat"},"\/home\/archer\/.config\/rofi\/catppuccin.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.local\/bin\/battery-charging.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/.config\/nvim\/lua\/plugins\/bufferline.lua":{"visit_log":[],"filetype":"lua","git_project_name":""},"\/home\/archer\/Downloads\/ChatModel\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/.config\/gitui\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/Projects\/GIT_THINGS\/.git\/hooks\/commit-msg.sample":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/.config\/rofi\/powermenu\/type-2\/powermenu.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/hyprdots\/yazi\/.config\/yazi\/yazi\/catppuccin\/themes\/mocha.toml":{"visit_log":[],"filetype":"toml","git_project_name":""},"\/home\/archer\/Downloads\/Chatbot\/README.md":{"visit_log":[],"filetype":"markdown","git_project_name":""},"\/home\/ayush\/.ssh\/id_ed25519.pub":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/Projects\/EdChat\/README.md":{"visit_log":[{"entry":1726714591,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726714591,"exit":1726714606,"keystrokes":36,"elapsed_time_sec":15}],"filetype":"markdown","git_project_name":"EdChat"},"\/home\/archer\/.config\/QtProject.conf":{"visit_log":[],"filetype":"conf","git_project_name":""},"\/home\/archer\/.config\/wlogout\/power-hover.png":{"visit_log":[],"filetype":"","git_project_name":""},"oil:\/\/\/home\/ayush\/.themes\/Dracula\/":{"visit_log":[],"filetype":"oil","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/noice.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/hyprdots\/neo-tree filesystem [1]":{"visit_log":[{"entry":1726828910,"exit":1727076937,"keystrokes":280,"elapsed_time_sec":248027}],"filetype":"neo-tree","git_project_name":"hyprdots"},"\/home\/archer\/.config\/X11\/xprofile.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/.config\/yazi\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/.config\/rofi\/applets\/shared\/theme.bash":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/vim-options.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/ayush\/.ssh\/known_hosts":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/ayush\/dotfiles\/fastfetch\/config.jsonc":{"visit_log":[],"filetype":"jsonc","git_project_name":"dotfiles"},"\/home\/archer\/.config\/swaync\/config.json":{"visit_log":[],"filetype":"json","git_project_name":""},"\/home\/archer\/search.sh":{"visit_log":[{"entry":1726594123,"exit":1726594138,"keystrokes":0,"elapsed_time_sec":15},{"entry":1726594346,"exit":1726594374,"keystrokes":0,"elapsed_time_sec":28},{"entry":1726594657,"exit":1726594853,"keystrokes":60,"elapsed_time_sec":196}],"filetype":"sh","git_project_name":""},"\/home\/archer\/Downloads\/Chatbot\/train.py":{"visit_log":[],"filetype":"python","git_project_name":""},"\/home\/archer\/.config\/hypr\/mocha.config":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/dunst\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"term:\/\/~\/Downloads\/Chatbot\/\/66793:\/usr\/bin\/zsh;#toggleterm#1":{"visit_log":[],"filetype":"toggleterm","git_project_name":""},"\/home\/ayush\/dotfiles\/synth-shell\/alias.sh":{"visit_log":[],"filetype":"sh","git_project_name":"dotfiles"},"\/home\/ayush\/.config\/hypr\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/hyprdots\/.gitignore":{"visit_log":[{"entry":1726849474,"exit":1726849490,"keystrokes":63,"elapsed_time_sec":16},{"entry":1726849532,"keystrokes":0,"elapsed_time_sec":0}],"filetype":"gitignore","git_project_name":"hyprdots"},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/alpha.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/Downloads\/dotfiles\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":"dotfiles"},"\/home\/archer\/Obsidian Vault\/.github\/workflow\/auto-commit.yml":{"visit_log":[{"entry":1726757870,"exit":1726757964,"keystrokes":196,"elapsed_time_sec":94}],"filetype":"yaml","git_project_name":"Obsidian Vault"},"\/home\/archer\/.config\/hypr\/exports.conf":{"visit_log":[],"filetype":"conf","git_project_name":""},"\/home\/archer\/Projects\/GIT_THINGS\/.git\/logs\/HEAD":{"visit_log":[{"entry":1726683090,"exit":1726683099,"keystrokes":1,"elapsed_time_sec":9},{"entry":1726936181,"exit":1726936189,"keystrokes":30,"elapsed_time_sec":8}],"filetype":"git","git_project_name":""},"\/home\/archer\/.config\/waybar\/scripts\/change-wallpaper.sh":{"visit_log":[{"entry":1726298827,"exit":1726298875,"keystrokes":186,"elapsed_time_sec":48},{"entry":1726299445,"keystrokes":0,"elapsed_time_sec":0}],"filetype":"sh","git_project_name":""},"\/home\/archer\/Projects\/EdChat\/index.html":{"visit_log":[],"filetype":"html","git_project_name":""},"\/home\/archer\/Projects\/hyprdots\/.config\/QtProject.conf":{"visit_log":[],"filetype":"conf","git_project_name":"hyprdots"},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/smooth-scroll.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/Projects\/EdChat\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":"EdChat"},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/colorschemes.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/Projects\/hyprdots\/.config\/greenclip.toml":{"visit_log":[],"filetype":"toml","git_project_name":"hyprdots"},"\/home\/archer\/Downloads\/Chatbot\/venv\/bin\/activate":{"visit_log":[],"filetype":"conf","git_project_name":""},"\/home\/archer\/.config\/X11\/xresources":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/powermenu\/type-4\/powermenu.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/blue.sh":{"visit_log":[{"entry":1727797776,"exit":1727797782,"keystrokes":27,"elapsed_time_sec":6},{"entry":1727798081,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727798137,"exit":1727798177,"elapsed_time_sec":40,"keystrokes":191}],"filetype":"sh","git_project_name":""},"\/home\/archer\/.config\/starship\/starship.toml":{"visit_log":[{"entry":1726425564,"exit":1726425570,"keystrokes":4,"elapsed_time_sec":6},{"entry":1726425596,"exit":1726425717,"keystrokes":130,"elapsed_time_sec":121},{"entry":1726425732,"exit":1726425804,"keystrokes":79,"elapsed_time_sec":72},{"entry":1726425821,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726426093,"keystrokes":0,"elapsed_time_sec":0}],"filetype":"toml","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/nvimtracker.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/.config\/rofi\/applets\/shared\/colors.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/dev\/nvram":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/gtk-4.0\/settings.ini":{"visit_log":[{"entry":1726719948,"exit":1726720016,"keystrokes":101,"elapsed_time_sec":68}],"filetype":"dosini","git_project_name":""},"\/home\/archer\/.config\/rofi\/colors\/black.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/ayush\/dotfiles\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":"dotfiles"},"\/home\/archer\/.config\/waybar\/config.jsonc":{"visit_log":[{"entry":1726426414,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726461588,"exit":1726461853,"keystrokes":302,"elapsed_time_sec":265},{"entry":1726461886,"exit":1726461904,"keystrokes":24,"elapsed_time_sec":18},{"entry":1726463447,"exit":1726463459,"keystrokes":3,"elapsed_time_sec":12},{"entry":1726464532,"exit":1726465019,"keystrokes":732,"elapsed_time_sec":487},{"entry":1726465732,"exit":1726465787,"keystrokes":187,"elapsed_time_sec":55},{"entry":1726470138,"exit":1726470170,"keystrokes":23,"elapsed_time_sec":32},{"entry":1726470868,"exit":1726470921,"keystrokes":30,"elapsed_time_sec":53},{"entry":1726472026,"exit":1726472101,"keystrokes":133,"elapsed_time_sec":75},{"entry":1726472357,"exit":1726472564,"keystrokes":714,"elapsed_time_sec":207},{"entry":1726472896,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726473447,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726480508,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726549464,"exit":1726549470,"keystrokes":12,"elapsed_time_sec":6},{"entry":1726550040,"exit":1726550051,"keystrokes":94,"elapsed_time_sec":11},{"entry":1726550393,"exit":1726550579,"keystrokes":29,"elapsed_time_sec":186},{"entry":1726551026,"exit":1726551210,"keystrokes":187,"elapsed_time_sec":184},{"entry":1726552176,"exit":1726552240,"keystrokes":252,"elapsed_time_sec":64},{"entry":1726758516,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726817920,"exit":1726817984,"keystrokes":43,"elapsed_time_sec":64},{"entry":1727499352,"exit":1727499384,"keystrokes":36,"elapsed_time_sec":32}],"filetype":"jsonc","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/bufferline.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/.config\/nvim\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/usr\/share\/plank\/themes\/Transparent\/dock.theme":{"visit_log":[],"filetype":"php","git_project_name":""},"\/home\/archer\/Downloads\/Chatbot\/nltk_utils.py":{"visit_log":[],"filetype":"python","git_project_name":""},"\/home\/archer\/.config\/hypr\/neo-tree filesystem [1]":{"visit_log":[{"entry":1726601184,"exit":1726601232,"keystrokes":11,"elapsed_time_sec":48},{"entry":1726601233,"exit":1726601523,"keystrokes":74,"elapsed_time_sec":290},{"entry":1726601535,"exit":1726653164,"keystrokes":18,"elapsed_time_sec":51629},{"entry":1726653169,"exit":1727796422,"keystrokes":78,"elapsed_time_sec":1143253}],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/Downloads\/config.jsonc":{"visit_log":[],"filetype":"jsonc","git_project_name":""},"\/home\/archer\/Downloads\/Downloads\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/colors\/catppuccin.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/launchers\/type-7\/style-7.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/Downloads\/Chatbot\/venv\/bin\/activate.fish":{"visit_log":[],"filetype":"fish","git_project_name":""},"\/etc\/bluetooth\/main.conf":{"visit_log":[{"entry":1727785547,"exit":1727785560,"keystrokes":138,"elapsed_time_sec":13}],"filetype":"conf","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/usage_data.json":{"visit_log":[],"filetype":"json","git_project_name":"dotfiles"},"\/home\/archer\/.config\/rofi\/applets\/bin\/apps.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/Projects\/EdChat\/client\/src\/Pages\/pieChart.jsx":{"visit_log":[],"filetype":"javascriptreact","git_project_name":"EdChat"},"\/home\/archer\/hyprdots\/hypr\/.config\/hypr\/hyprland.conf":{"visit_log":[{"entry":1726602478,"exit":1726602503,"keystrokes":20,"elapsed_time_sec":25},{"entry":1726604189,"keystrokes":0,"elapsed_time_sec":0}],"filetype":"conf","git_project_name":"hyprdots"},"\/home\/archer\/.config\/gtk-3.0\/settings.ini":{"visit_log":[{"entry":1726719796,"exit":1726719925,"keystrokes":52,"elapsed_time_sec":129}],"filetype":"dosini","git_project_name":""},"\/home\/archer\/.zshrc0":{"visit_log":[],"filetype":"zsh","git_project_name":""},"\/home\/archer\/Obsidian Vault\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":"Obsidian Vault"},"\/usr\/local\/bin\/dunstctl":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/ayush\/Documents\/DSA\/containsDuplicate.cpp":{"visit_log":[],"filetype":"cpp","git_project_name":""},"\/home\/archer\/.config\/bat\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/.config\/yazi\/theme.toml":{"visit_log":[],"filetype":"toml","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/completions.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/Downloads\/Chatbot\/intents.json":{"visit_log":[],"filetype":"json","git_project_name":""},"\/home\/archer\/.config\/X11\/xprofile":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/hyprdots\/pacman-packages.txt":{"visit_log":[{"entry":1726828700,"exit":1726828890,"keystrokes":348,"elapsed_time_sec":190},{"entry":1726828891,"exit":1726828901,"keystrokes":1,"elapsed_time_sec":10}],"filetype":"text","git_project_name":"hyprdots"},"\/home\/archer\/.config\/swaync\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/.config\/gitui\/theme.con":{"visit_log":[],"filetype":"cterm","git_project_name":""},"\/home\/archer\/Downloads\/hyprdots\/.config\/rofi\/config\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":"hyprdots"},"\/home\/archer\/.config\/waybar\/scripts\/check-updates.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/ayush\/dotfiles\/README.md":{"visit_log":[],"filetype":"markdown","git_project_name":"dotfiles"},"\/home\/archer\/.config\/nvim\/lua\/plugins\/alpha.lua":{"visit_log":[],"filetype":"lua","git_project_name":""},"\/home\/archer\/.config\/dunst\/dunst-backup":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/scripts\/launcher_t3":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/Projects\/GIT_THINGS\/.git\/refs\/heads\/master":{"visit_log":[],"filetype":"git","git_project_name":""},"\/home\/ayush\/Documents\/t3_tutorial\/first\/src\/pages\/_app.tsx":{"visit_log":[],"filetype":"typescriptreact","git_project_name":""},"\/home\/archer\/.config\/rofi\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/ayush\/dotfiles\/kitty\/kitty.conf.bak":{"visit_log":[],"filetype":"conf","git_project_name":"dotfiles"},"\/home\/archer\/Projects\/hyprdots_legacy\/.config\/bat\/config":{"visit_log":[],"filetype":"","git_project_name":""},"\/etc\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/.config\/rofi\/1":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/mocha.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/Projects\/GIT_THINGS\/.git\/refs\/heads\/foo":{"visit_log":[{"entry":1726722445,"exit":1726722509,"keystrokes":1,"elapsed_time_sec":64}],"filetype":"git","git_project_name":"GIT_THINGS"},"\/usr\/share\/sddm\/themes\/catppuccin-mocha\/theme.conf":{"visit_log":[],"filetype":"conf","git_project_name":""},"\/home\/archer\/.config\/dunst\/dunstrc":{"visit_log":[{"entry":1726720045,"exit":1726720282,"keystrokes":109,"elapsed_time_sec":237},{"entry":1726824403,"exit":1726824447,"keystrokes":25,"elapsed_time_sec":44}],"filetype":"conf","git_project_name":""},"\/home\/archer\/Downloads\/Chatbot\/static\/images\/about.png":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/hypr\/hyprwallpaper\/tropic_island_evening.jpg":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/nvim-lspconfig.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/.config\/rofi\/themes\/onedark.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/dconf\/user":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.zshrc":{"visit_log":[{"entry":1726255187,"exit":1726255214,"keystrokes":79,"elapsed_time_sec":27},{"entry":1726255234,"exit":1726255246,"keystrokes":51,"elapsed_time_sec":12},{"entry":1726413087,"exit":1726413113,"keystrokes":106,"elapsed_time_sec":26},{"entry":1726413158,"exit":1726413165,"keystrokes":23,"elapsed_time_sec":7},{"entry":1726594177,"exit":1726594221,"keystrokes":140,"elapsed_time_sec":44},{"entry":1726594243,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726598271,"exit":1726598299,"keystrokes":145,"elapsed_time_sec":28},{"entry":1726599294,"exit":1726599342,"keystrokes":102,"elapsed_time_sec":48},{"entry":1726638940,"exit":1726638962,"keystrokes":111,"elapsed_time_sec":22},{"entry":1726638963,"exit":1726639109,"keystrokes":49,"elapsed_time_sec":146},{"entry":1726684371,"exit":1726684415,"keystrokes":114,"elapsed_time_sec":44},{"entry":1726718984,"exit":1726719046,"keystrokes":55,"elapsed_time_sec":62},{"entry":1726719178,"exit":1726719443,"keystrokes":427,"elapsed_time_sec":265},{"entry":1726719553,"exit":1726719727,"keystrokes":94,"elapsed_time_sec":174},{"entry":1726719729,"exit":1726719767,"keystrokes":181,"elapsed_time_sec":38}],"filetype":"zsh","git_project_name":""},"\/home\/archer\/.config\/nvim\/lua\/plugins\/treesj.lua":{"visit_log":[],"filetype":"lua","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/colorizer.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/Downloads\/Chatbot\/data.pth":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/scripts\/powermenu_t1":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/bin\/freetube-wayland.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/mason-lsconfig.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/.config\/hypr\/themes\/mocha.conf":{"visit_log":[],"filetype":"conf","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/auto-pairs.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"term:\/\/~\/Projects\/EdChat\/\/35654:\/usr\/bin\/zsh;#toggleterm#1":{"visit_log":[],"filetype":"toggleterm","git_project_name":"EdChat"},"\/home\/archer\/hyprdots\/sortedPackages.txt":{"visit_log":[{"entry":1726830445,"exit":1726830779,"keystrokes":664,"elapsed_time_sec":334}],"filetype":"text","git_project_name":"hyprdots"},"\/home\/archer\/.config\/hypr\/package.json":{"visit_log":[],"filetype":"json","git_project_name":""},"\/home\/archer\/Obsidian Vault\/New Toy's.md":{"visit_log":[{"entry":1726906486,"exit":1726906493,"keystrokes":1,"elapsed_time_sec":7}],"filetype":"markdown","git_project_name":"Obsidian Vault"},"\/home\/ayush\/.config\/i3\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/.local\/bin\/volumectl\/volume-down.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/tmp\/crontab.9S4eur":{"visit_log":[{"entry":1726492687,"exit":1726492709,"keystrokes":0,"elapsed_time_sec":22},{"entry":1726492712,"exit":1726492802,"keystrokes":65,"elapsed_time_sec":90}],"filetype":"crontab","git_project_name":""},"\/home\/ayush\/.config\/hypr\/hyprlock.conf":{"visit_log":[],"filetype":"conf","git_project_name":""},"\/home\/archer\/.local\/bin\/volumectl\/volume-up.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/dev\/tty11":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/waybar\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/.config\/waybar\/style.css":{"visit_log":[{"entry":1726461856,"exit":1726461884,"keystrokes":54,"elapsed_time_sec":28},{"entry":1726461904,"exit":1726463447,"keystrokes":1091,"elapsed_time_sec":1543},{"entry":1726463459,"exit":1726463492,"keystrokes":69,"elapsed_time_sec":33},{"entry":1726463496,"exit":1726464532,"keystrokes":1266,"elapsed_time_sec":1036},{"entry":1726465019,"exit":1726465080,"keystrokes":45,"elapsed_time_sec":61},{"entry":1726465613,"exit":1726465732,"keystrokes":25,"elapsed_time_sec":119},{"entry":1726465787,"exit":1726465812,"keystrokes":103,"elapsed_time_sec":25},{"entry":1726468801,"exit":1726470135,"keystrokes":1167,"elapsed_time_sec":1334},{"entry":1726470173,"exit":1726470196,"keystrokes":38,"elapsed_time_sec":23},{"entry":1726470822,"exit":1726470866,"keystrokes":72,"elapsed_time_sec":44},{"entry":1726470922,"exit":1726472026,"keystrokes":1631,"elapsed_time_sec":1104},{"entry":1726472101,"exit":1726472356,"keystrokes":474,"elapsed_time_sec":255},{"entry":1726479963,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726480864,"exit":1726481016,"keystrokes":319,"elapsed_time_sec":152},{"entry":1726481623,"exit":1726481671,"keystrokes":48,"elapsed_time_sec":48},{"entry":1726482246,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726485183,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726505106,"exit":1726505190,"keystrokes":156,"elapsed_time_sec":84},{"entry":1726543188,"exit":1726543242,"keystrokes":115,"elapsed_time_sec":54},{"entry":1726549453,"exit":1726549463,"keystrokes":86,"elapsed_time_sec":10},{"entry":1726549473,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726549814,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726653185,"exit":1726653222,"keystrokes":81,"elapsed_time_sec":37},{"entry":1726817992,"exit":1726818003,"keystrokes":37,"elapsed_time_sec":11},{"entry":1726906326,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726941020,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727450174,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727499326,"exit":1727499347,"keystrokes":15,"elapsed_time_sec":21},{"entry":1727798865,"exit":1727798941,"keystrokes":30,"elapsed_time_sec":76}],"filetype":"css","git_project_name":""},"\/home\/archer\/Projects\/hyprdots\/neo-tree filesystem [1]":{"visit_log":[{"entry":1726383159,"keystrokes":14,"elapsed_time_sec":0},{"entry":1726383245,"exit":1726383256,"keystrokes":45,"elapsed_time_sec":11},{"entry":1726383261,"keystrokes":7,"elapsed_time_sec":0},{"entry":1726383264,"keystrokes":6,"elapsed_time_sec":0},{"entry":1726383265,"keystrokes":9,"elapsed_time_sec":0},{"entry":1726383268,"keystrokes":6,"elapsed_time_sec":0},{"entry":1726383270,"keystrokes":6,"elapsed_time_sec":0},{"entry":1726383271,"keystrokes":6,"elapsed_time_sec":0},{"entry":1726383272,"keystrokes":15,"elapsed_time_sec":0},{"entry":1726383277,"keystrokes":9,"elapsed_time_sec":0},{"entry":1726383279,"keystrokes":6,"elapsed_time_sec":0},{"entry":1726383281,"keystrokes":6,"elapsed_time_sec":0},{"entry":1726383282,"keystrokes":6,"elapsed_time_sec":0},{"entry":1726383283,"keystrokes":14,"elapsed_time_sec":0},{"entry":1726383290,"keystrokes":6,"elapsed_time_sec":0},{"entry":1726383292,"keystrokes":6,"elapsed_time_sec":0},{"entry":1726383293,"keystrokes":4,"elapsed_time_sec":0},{"entry":1726383294,"keystrokes":22,"elapsed_time_sec":0},{"entry":1726383302,"keystrokes":6,"elapsed_time_sec":0},{"entry":1726383303,"keystrokes":21,"elapsed_time_sec":0},{"entry":1726383308,"keystrokes":10,"elapsed_time_sec":0},{"entry":1726383311,"exit":1726383325,"keystrokes":44,"elapsed_time_sec":14},{"entry":1726383334,"keystrokes":6,"elapsed_time_sec":0},{"entry":1726383335,"keystrokes":21,"elapsed_time_sec":0},{"entry":1726383341,"exit":1726383379,"keystrokes":36,"elapsed_time_sec":38}],"filetype":"neo-tree","git_project_name":"hyprdots"},"\/home\/archer\/Projects\/GIT_THINGS\/.git\/logs\/refs\/heads\/master":{"visit_log":[],"filetype":"git","git_project_name":""},"\/home\/archer\/.config\/waybar\/mocha.css":{"visit_log":[],"filetype":"css","git_project_name":""},"\/home\/archer\/hyprdots\/hyprland\/.config\/hypr\/exports.conf":{"visit_log":[],"filetype":"conf","git_project_name":"hyprdots"},"\/home\/archer\/.config\/spotify-tui\/.spotify_token_cache.json":{"visit_log":[{"entry":1727452824,"exit":1727452833,"keystrokes":3,"elapsed_time_sec":9},{"entry":1727452899,"exit":1727452915,"keystrokes":28,"elapsed_time_sec":16}],"filetype":"json","git_project_name":""},"\/home\/ayush\/.themes\/Dracula\/README.md":{"visit_log":[],"filetype":"markdown","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/lualine.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/Projects\/hyprdots\/.config\/vlc\/vlc-qt-interface.conf":{"visit_log":[],"filetype":"conf","git_project_name":"hyprdots"},"\/home\/archer\/Downloads\/Chatbot\/chat.py":{"visit_log":[],"filetype":"python","git_project_name":""},"\/etc\/theme.conf":{"visit_log":[],"filetype":"conf","git_project_name":""},"\/usr\/local\/bin\/starship":{"visit_log":[],"filetype":"","git_project_name":""},"oil:\/\/\/home\/archer\/.config\/tmux\/plugins\/tmux\/":{"visit_log":[],"filetype":"oil","git_project_name":""},"\/home\/archer\/.config\/wlogout\/lock.png":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/bat\/config":{"visit_log":[{"entry":1726603749,"exit":1726603770,"keystrokes":6,"elapsed_time_sec":21}],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/scripts\/launcher_t5":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/dev\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/.config\/gtk-3.0\/bookmarks":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/network.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/mpd.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/hyprdots\/hypr\/.config\/hypr\/hyprpaper.conf":{"visit_log":[],"filetype":"conf","git_project_name":"hyprdots"},"\/home\/archer\/.config\/rofi\/themes":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/Downloads\/3150703-Analysis and Design of Algorithms.docx":{"visit_log":[],"filetype":"zip","git_project_name":""},"\/home\/archer\/.config\/nvim\/lua\/plugins\/auto-pairs.lua":{"visit_log":[],"filetype":"lua","git_project_name":""},"\/home\/ayush\/.zshrc":{"visit_log":[],"filetype":"zsh","git_project_name":""},"\/home\/archer\/.config\/rofi\/applets\/type-4\/style-2.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/ayush\/.ssh\/known_hosts.old":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/launchers\/type-7\/a.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/Projects\/EdChat\/server\/config.js":{"visit_log":[{"entry":1727114768,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727114768,"exit":1727114780,"keystrokes":9,"elapsed_time_sec":12}],"filetype":"javascript","git_project_name":""},"\/home\/archer\/.config\/rofi\/powermenu\/type-3\/powermenu.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/.config\/github-copilot\/versions.json":{"visit_log":[],"filetype":"json","git_project_name":""},"\/home\/archer\/.config\/atuin\/config.toml":{"visit_log":[],"filetype":"toml","git_project_name":""},"\/home\/archer\/Downloads\/AI-docs.txt":{"visit_log":[],"filetype":"text","git_project_name":""},"\/home\/archer\/.z":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/Projects\/EdChat\/src\/Pages\/Chat.jsx":{"visit_log":[],"filetype":"javascriptreact","git_project_name":""},"\/home\/archer\/.config\/rofi\/powermenu\/type-3\/style-5.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/Downloads\/Chatbot\/standalone-frontend\/app.js":{"visit_log":[],"filetype":"javascript","git_project_name":""},"\/usr\/local\/bin\/nitch":{"visit_log":[],"filetype":"","git_project_name":""},"\/usr\/share\/grub\/themes\/catppuccin-mocha-grub-theme\/theme.txt":{"visit_log":[],"filetype":"text","git_project_name":""},"\/home\/archer\/Downloads\/Chatbot\/venv\/pyvenv.cfg":{"visit_log":[],"filetype":"cfg","git_project_name":""},"\/home\/archer\/.config\/surfraw\/conf":{"visit_log":[{"entry":1726594518,"exit":1726594534,"keystrokes":71,"elapsed_time_sec":16}],"filetype":"","git_project_name":""},"\/home\/archer\/.ssh\/known_hosts":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/Downloads\/Chatbot\/venv\/bin\/pip":{"visit_log":[],"filetype":"python","git_project_name":""},"\/home\/archer\/.config\/hypr\/hyprpaper.conf":{"visit_log":[{"entry":1726599682,"exit":1726599704,"keystrokes":1,"elapsed_time_sec":22},{"entry":1726601136,"exit":1726601176,"keystrokes":18,"elapsed_time_sec":40},{"entry":1726601523,"exit":1726601535,"keystrokes":3,"elapsed_time_sec":12},{"entry":1726601590,"exit":1726601601,"keystrokes":2,"elapsed_time_sec":11}],"filetype":"conf","git_project_name":""},"\/home\/archer\/.config\/rofi\/bluetooth.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/Downloads\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/dev\/cpu_dma_latency":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/scripts\/launcher_t6":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/.config\/rofi\/launchers\/type-7\/launcher.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/.config\/kitty\/kitty.conf":{"visit_log":[{"entry":1726937326,"exit":1726937335,"keystrokes":40,"elapsed_time_sec":9},{"entry":1726937354,"exit":1726937360,"keystrokes":48,"elapsed_time_sec":6}],"filetype":"conf","git_project_name":""},"\/home\/archer\/.local\/bin\/lockctl\/caps-lock.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/usr\/share\/grub\/themes\/sudo":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/ayush\/.ssh\/id_ed25519":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.ssh\/known_hosts.old":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/ayush\/dotfiles\/kitty\/kitty.conf":{"visit_log":[],"filetype":"conf","git_project_name":"dotfiles"},"\/home\/archer\/bin\/element-wayland.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/.config\/nvim\/lua\/plugins\/toggle-term.lua":{"visit_log":[],"filetype":"lua","git_project_name":""},"\/usr\/share\/sddm\/themes\/catppuccin-mocha\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/.config\/X11\/Xresources":{"visit_log":[],"filetype":"xdefaults","git_project_name":""},"\/home\/archer\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/.config\/rofi\/launchers\/type-7\/style-1.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/powermenu\/type-5\/powermenu.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/ayush\/.cache\/Homebrew\/Logs\/dbus\/post_install.01.dbus-uuidgen":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.local\/bin\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/Downloads\/ChatModel\/data.txt":{"visit_log":[],"filetype":"text","git_project_name":""},"\/home\/archer\/.config\/rofi\/onedark.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/ayush\/.config\/hypr\/hyprland.conf":{"visit_log":[],"filetype":"conf","git_project_name":""},"\/home\/archer\/Downloads\/ChatModel\/myenv\/pyvenv.cfg":{"visit_log":[],"filetype":"cfg","git_project_name":""},"\/home\/ayush\/.ssh\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/.config\/rofi\/applets\/bin\/powermenu.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/ayush\/Documents\/My Things\/Development\/AyushDumasia\/README.md":{"visit_log":[],"filetype":"markdown","git_project_name":"AyushDumasia"},"term:\/\/~\/Documents\/t3_tutorial\/first\/\/6371:\/bin\/zsh;#toggleterm#1":{"visit_log":[],"filetype":"toggleterm","git_project_name":""},"\/home\/ayush\/.config\/i3\/config":{"visit_log":[],"filetype":"i3config","git_project_name":""},"\/home\/archer\/setup.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/.config\/rofi\/themes\/oxide.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/X11\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/.config\/wlogout\/style.css":{"visit_log":[],"filetype":"css","git_project_name":""},"\/home\/archer\/Downloads\/Chatbot\/__pycache__\/chat.cpython-310.pyc":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/init.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/.config\/wlogout\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/ayush\/.ssh\/new.pub":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/wlogout\/layout":{"visit_log":[],"filetype":"","git_project_name":""},"\/usr\/local\/bin\/dunst":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/hyprdots\/total.txt":{"visit_log":[{"entry":1726831030,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726831030,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727076937,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727076937,"exit":1727077206,"keystrokes":416,"elapsed_time_sec":269}],"filetype":"text","git_project_name":"hyprdots"},"\/home\/archer\/.config\/mpd\/mpd.conf":{"visit_log":[],"filetype":"conf","git_project_name":""},"\/usr\/share\/nvim\/runtime\/doc\/help.txt":{"visit_log":[],"filetype":"help","git_project_name":""},"\/home\/archer\/.config\/rofi\/launchers\/type-6\/launcher.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/.local\/bin\/brightnessctl\/brightness-up.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/Projects\/EdChat\/client\/src\/assets\/data.js":{"visit_log":[],"filetype":"javascript","git_project_name":"EdChat"},"\/usr\/share\/rofi\/themes\/catppuccin.rasi":{"visit_log":[{"entry":1726507975,"exit":1726508289,"keystrokes":152,"elapsed_time_sec":314},{"entry":1727609491,"keystrokes":0,"elapsed_time_sec":0}],"filetype":"","git_project_name":""},"\/home\/archer\/Projects\/EdChat\/client\/index.html":{"visit_log":[{"entry":1726979795,"keystrokes":0,"elapsed_time_sec":0}],"filetype":"html","git_project_name":"EdChat"},"\/home\/archer\/hyprdots\/mainPackages.txt":{"visit_log":[{"entry":1726828960,"exit":1726829014,"keystrokes":111,"elapsed_time_sec":54},{"entry":1726829497,"exit":1726829507,"keystrokes":153,"elapsed_time_sec":10},{"entry":1726829516,"exit":1726829617,"keystrokes":330,"elapsed_time_sec":101},{"entry":1726829639,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726829692,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726830041,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726830045,"exit":1726830427,"keystrokes":557,"elapsed_time_sec":382},{"entry":1726830854,"keystrokes":0,"elapsed_time_sec":0},{"entry":1726830855,"exit":1726830969,"keystrokes":155,"elapsed_time_sec":114}],"filetype":"text","git_project_name":"hyprdots"},"\/home\/archer\/.config\/rofi\/launchers\/type-7\/style-3.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/scrollbar.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/.config\/surfraw\/neo-tree filesystem [1]":{"visit_log":[],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/.config\/rofi\/images\/b.png":{"visit_log":[],"filetype":"","git_project_name":""},"oil:\/\/\/home\/archer\/.config\/tmux\/":{"visit_log":[],"filetype":"oil","git_project_name":""},"\/home\/archer\/.config\/rofi\/colors.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/etc\/cron.d\/0hourly":{"visit_log":[{"entry":1726492036,"exit":1726492065,"keystrokes":84,"elapsed_time_sec":29},{"entry":1726492149,"exit":1726492159,"keystrokes":1,"elapsed_time_sec":10}],"filetype":"crontab","git_project_name":""},"oil:\/\/\/etc\/cron.daily\/":{"visit_log":[],"filetype":"oil","git_project_name":""},"\/home\/archer\/Downloads\/Chatbot\/venv\/lib\/python3.12\/site-packages\/pip\/__init__.py":{"visit_log":[],"filetype":"python","git_project_name":""},"oil:\/\/\/home\/archer\/.config\/rofi\/":{"visit_log":[],"filetype":"oil","git_project_name":""},"\/home\/archer\/Downloads\/Default.code-profile":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/coq-nvim.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/.config\/qt6ct\/qt6ct.conf":{"visit_log":[{"entry":1726720288,"exit":1726720339,"keystrokes":13,"elapsed_time_sec":51}],"filetype":"conf","git_project_name":""},"\/home\/archer\/.bashrc":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/.config\/spotify-tui\/client.yml":{"visit_log":[{"entry":1727452793,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727452794,"exit":1727452810,"keystrokes":2,"elapsed_time_sec":16},{"entry":1727452834,"exit":1727452897,"keystrokes":1,"elapsed_time_sec":63}],"filetype":"yaml","git_project_name":""},"\/home\/archer\/Downloads\/temp.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/.config\/clipman\/clipman.conf":{"visit_log":[],"filetype":"conf","git_project_name":""},"\/home\/archer\/Downloads\/Chatbot\/app.py":{"visit_log":[],"filetype":"python","git_project_name":""},"\/home\/archer\/Projects\/GIT_THINGS\/.git\/HEAD":{"visit_log":[{"entry":1726683113,"exit":1726683164,"keystrokes":1,"elapsed_time_sec":51}],"filetype":"git","git_project_name":"GIT_THINGS"},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/comment.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/Projects\/hyprdots\/README.md":{"visit_log":[],"filetype":"markdown","git_project_name":"hyprdots"},"\/home\/archer\/.config\/waybar\/scripts\/network.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/.config\/rofi\/launchers\/type-6\/style-2.rasi":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/archer\/.config\/rofi\/wifi.sh":{"visit_log":[],"filetype":"sh","git_project_name":""},"\/home\/archer\/.config\/hypridle\/hypridle.conf":{"visit_log":[],"filetype":"conf","git_project_name":""},"\/home\/archer\/Projects\/EdChat\/.git\/MERGE_MSG":{"visit_log":[{"entry":1726423114,"exit":1726423123,"keystrokes":0,"elapsed_time_sec":9}],"filetype":"gitcommit","git_project_name":"EdChat"},"\/dev\/rfkill":{"visit_log":[],"filetype":"","git_project_name":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/tagbar.lua":{"visit_log":[],"filetype":"lua","git_project_name":"dotfiles"},"\/home\/archer\/.ssh\/neo-tree filesystem [1]":{"visit_log":[{"entry":1726659421,"keystrokes":5,"elapsed_time_sec":0},{"entry":1726659424,"exit":1726683941,"keystrokes":59,"elapsed_time_sec":24517}],"filetype":"neo-tree","git_project_name":""},"\/home\/archer\/hyprdots\/waybar\/.config\/waybar\/scripts\/change-wallpaper.sh":{"visit_log":[{"entry":1726659159,"keystrokes":0,"elapsed_time_sec":0},{"entry":1727590534,"exit":1727590599,"keystrokes":201,"elapsed_time_sec":65},{"entry":1727601235,"keystrokes":0,"elapsed_time_sec":0}],"filetype":"sh","git_project_name":""},"\/home\/archer\/.config\/hypr\/current_wallpaper_index":{"visit_log":[],"filetype":"","git_project_name":""}}}
\ No newline at end of file
+{"data":{"":{"git_project_name":"hyprdots","visit_log":[{"keystrokes":0,"entry":1726906319,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726906322,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726906324,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726906484,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726936036,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726936076,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726936180,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726936189,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726936193,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726936195,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726936198,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726937027,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726937325,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726937348,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726937350,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726937351,"elapsed_time_sec":0},{"keystrokes":2,"entry":1726937360,"elapsed_time_sec":6,"exit":1726937366},{"keystrokes":0,"entry":1726937368,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726940027,"elapsed_time_sec":0},{"keystrokes":12,"entry":1726940032,"elapsed_time_sec":6,"exit":1726940038},{"keystrokes":0,"entry":1726941019,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726979760,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726979782,"elapsed_time_sec":0},{"keystrokes":18,"entry":1726979783,"elapsed_time_sec":12,"exit":1726979795},{"keystrokes":0,"entry":1726980026,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726984059,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727076629,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727076741,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727076785,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727076786,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727076935,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727114753,"elapsed_time_sec":0},{"keystrokes":41,"entry":1727114755,"elapsed_time_sec":11,"exit":1727114766},{"keystrokes":0,"entry":1727450171,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727450173,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727450336,"elapsed_time_sec":0},{"keystrokes":2,"entry":1727450677,"elapsed_time_sec":2108,"exit":1727452785},{"keystrokes":10,"entry":1727452787,"elapsed_time_sec":6,"exit":1727452793},{"keystrokes":0,"entry":1727452834,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727452897,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727499322,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727499325,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727499351,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727519648,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727521108,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727521109,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727521111,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727590531,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727590534,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727609471,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727610864,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727610870,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727610879,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727610884,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727775223,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727775229,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727796421,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727796422,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727797776,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727798075,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727798856,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727798862,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727798864,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727852779,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727947046,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727947050,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727947051,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727947052,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727947053,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727952582,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727952586,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727952629,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727952633,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727952636,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727952749,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727952752,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727952931,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727952933,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727952935,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727952937,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727952938,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727952939,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727952941,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727952949,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727952953,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727952954,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727953064,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727953139,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727953291,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727953295,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727953357,"elapsed_time_sec":0},{"keystrokes":4,"entry":1727965833,"elapsed_time_sec":9,"exit":1727965842},{"keystrokes":0,"entry":1727965844,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727965846,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727965931,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728038068,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728038069,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728038071,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728038081,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728038732,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728038734,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728038735,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728038795,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728038799,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728039411,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728042189,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728042305,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728042323,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728110983,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728111613,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728111684,"elapsed_time_sec":0},{"keystrokes":41,"entry":1728111688,"elapsed_time_sec":21,"exit":1728111709},{"keystrokes":116,"entry":1728111711,"elapsed_time_sec":36,"exit":1728111747},{"keystrokes":0,"entry":1728111749,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728111754,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728112014,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728112016,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728112026,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728112063,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728112185,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728112188,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728112193,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728112217,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728112219,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728112221,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728112485,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728112492,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728112672,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728124489,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728124582,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728124621,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728124641,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728124656,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728124821,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728134036,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728134039,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728144986,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728146514,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728146986,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728146989,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728147399,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728147697,"elapsed_time_sec":0},{"keystrokes":2,"entry":1728147949,"elapsed_time_sec":36,"exit":1728147985},{"keystrokes":0,"entry":1728147990,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728148026,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728148046,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728148048,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728210568,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728210730,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728227431,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728227432,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728227439,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728227551,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728227633,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728227637,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728227656,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728227759,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728227792,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728227800,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728227864,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728227867,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728227875,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728227877,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728227878,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728284505,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728284516,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728284519,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728284564,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728284956,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728284961,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728285061,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728285062,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728285064,"elapsed_time_sec":0},{"keystrokes":1,"entry":1728285065,"elapsed_time_sec":36,"exit":1728285101},{"keystrokes":0,"entry":1728285101,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728285514,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728285516,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728285560,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728285561,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728285598,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728285612,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728285614,"elapsed_time_sec":8,"exit":1728285622},{"keystrokes":0,"entry":1728285623,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728285625,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728285660,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728286465,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728286720,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728287022,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728287042,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728287048,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728287208,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728287211,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728287213,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728287242,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728287245,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728295664,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728295670,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728295671,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728295789,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728295797,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728295804,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728295809,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728295868,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728296002,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728299819,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728299858,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728300383,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728300438,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728301829,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728303574,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728303576,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728303618,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728303627,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728303634,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728303745,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728303760,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728303766,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728303770,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728303773,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728303778,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728303782,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728303783,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728303973,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728303975,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728303984,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728303985,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728304291,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728304295,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728312117,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728312728,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728312730,"elapsed_time_sec":0},{"keystrokes":2,"entry":1728316268,"elapsed_time_sec":30,"exit":1728316298},{"keystrokes":0,"entry":1728316298,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728316300,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728316880,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728317470,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728359641,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728359696,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728360808,"elapsed_time_sec":0},{"keystrokes":0,"elapsed_time_sec":0,"entry":1728360830},{"keystrokes":0,"elapsed_time_sec":0,"entry":1728361782},{"keystrokes":0,"entry":1728361877,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728361920,"elapsed_time_sec":0},{"keystrokes":0,"elapsed_time_sec":0,"entry":1728361929}],"filetype":""},"\/home\/archer\/Projects\/GIT_THINGS\/.git\/logs\/refs\/heads\/master":{"git_project_name":"","visit_log":[],"filetype":"git"},"\/home\/archer\/.config\/rofi\/applets\/shared\/colors.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.ssh\/known_hosts":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/fastfetch\/icons\/uwu.txt":{"git_project_name":"","visit_log":[],"filetype":"text"},"\/home\/archer\/.local\/bin\/volumectl\/volume-up.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/waybar\/mocha.css":{"git_project_name":"","visit_log":[{"keystrokes":1,"entry":1728303747,"elapsed_time_sec":13,"exit":1728303760},{"keystrokes":20,"entry":1728316301,"elapsed_time_sec":579,"exit":1728316880},{"keystrokes":0,"entry":1728361922,"elapsed_time_sec":0}],"filetype":"css"},"\/home\/archer\/.config\/rofi\/launchers\/type-7\/style-7.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/nvim\/lua\/plugins\/bufferline.lua":{"git_project_name":"","visit_log":[],"filetype":"lua"},"\/home\/ayush\/.config\/hypr\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/.local\/bin\/battery-alert.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/rofi\/powermenu\/style.rasi":{"git_project_name":"","visit_log":[{"keystrokes":255,"entry":1727953145,"elapsed_time_sec":131,"exit":1727953276}],"filetype":""},"\/home\/archer\/.local\/bin\/battery-charging.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/Downloads\/linux\/rofi\/bluetooth\/bluetooth.sh":{"git_project_name":"linux","visit_log":[],"filetype":"sh"},"\/home\/archer\/Projects\/EdChat\/server\/src\/models\/user.model.js":{"git_project_name":"EdChat","visit_log":[{"keystrokes":0,"entry":1726940038,"elapsed_time_sec":0},{"keystrokes":83,"entry":1726940038,"elapsed_time_sec":976,"exit":1726941014},{"keystrokes":0,"entry":1726979804,"elapsed_time_sec":0}],"filetype":"javascript"},"\/home\/archer\/.config\/rofi\/powermenu\/background.png":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/wlogout\/layout":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/ayush\/.zshrc":{"git_project_name":"","visit_log":[],"filetype":"zsh"},"\/home\/archer\/Downloads\/Chatbot\/train.py":{"git_project_name":"","visit_log":[],"filetype":"python"},"\/home\/archer\/search.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/hypr\/mocha.conf":{"git_project_name":"","visit_log":[{"keystrokes":55,"entry":1727076787,"elapsed_time_sec":39,"exit":1727076826}],"filetype":"conf"},"\/home\/archer\/Downloads\/Default.code-profile":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/rofi\/launcher\/launcher.sh":{"git_project_name":"","visit_log":[{"keystrokes":9,"entry":1728112016,"elapsed_time_sec":10,"exit":1728112026}],"filetype":"sh"},"\/home\/archer\/.config\/nvim\/lua\/plugins\/auto-pairs.lua":{"git_project_name":"","visit_log":[],"filetype":"lua"},"\/home\/archer\/.config\/swaync\/config.json":{"git_project_name":"","visit_log":[],"filetype":"json"},"\/home\/archer\/bin\/freetube-wayland.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/rofi\/applets\/shared\/theme.bash":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/ayush\/Documents\/DSA\/containsDuplicate.cpp":{"git_project_name":"","visit_log":[],"filetype":"cpp"},"\/home\/archer\/.config\/yazi\/catppuccin\/themes\/mocha.toml":{"git_project_name":"","visit_log":[],"filetype":"toml"},"\/home\/archer\/.config\/gtk-3.0\/bookmarks":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.bashrc":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/spotify-tui\/client.yml":{"git_project_name":"","visit_log":[{"keystrokes":0,"entry":1727452793,"elapsed_time_sec":0},{"keystrokes":2,"entry":1727452794,"elapsed_time_sec":16,"exit":1727452810},{"keystrokes":1,"entry":1727452834,"elapsed_time_sec":63,"exit":1727452897}],"filetype":"yaml"},"\/home\/archer\/.config\/nvim\/lua\/plugins\/copilot.lua":{"git_project_name":"","visit_log":[],"filetype":"lua"},"\/dev\/cpu_dma_latency":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/Downloads\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/.local\/bin\/brightnessctl\/brightness-up.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/X11\/xinitrc":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/ayush\/dotfiles\/synth-shell\/synth-shell-greeter.config":{"git_project_name":"dotfiles","visit_log":[],"filetype":"conf"},"\/home\/ayush\/Documents\/My Things\/Development\/HeistHub\/backend\/src\/controllers\/jobPositions.controller.js":{"git_project_name":"Development","visit_log":[],"filetype":"javascript"},"\/home\/archer\/Downloads\/temp.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/Downloads\/Chatbot\/README.md":{"git_project_name":"","visit_log":[],"filetype":"markdown"},"\/home\/archer\/hyprdots\/waybar\/.config\/waybar\/mocha.css":{"filetype":"css","visit_log":[{"keystrokes":23,"elapsed_time_sec":12,"entry":1728361935,"exit":1728361947}],"git_project_name":"hyprdots"},"\/home\/archer\/.config\/rofi\/launchers\/type-7\/style-10.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/colorizer.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/usr\/share\/applications\/code-oss.desktop":{"git_project_name":"","visit_log":[],"filetype":"desktop"},"\/home\/archer\/Downloads\/Downloads\/Catppuccin-Dark\/gtk-4.0\/gtk-dark.css":{"git_project_name":"","visit_log":[],"filetype":"css"},"\/home\/ayush\/.cache\/Homebrew\/Logs\/dbus\/post_install.01.dbus-uuidgen":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/hypr\/hyprwallpaper\/tropic_island_evening.jpg":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/colorschemes.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/home\/archer\/Downloads\/Chatbot\/templates\/base.html":{"git_project_name":"","visit_log":[],"filetype":"html"},"\/home\/archer\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/Downloads\/ChatModel\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/ayush\/.ssh\/new":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/rofi\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[{"keystrokes":4,"entry":1728111703,"elapsed_time_sec":0},{"keystrokes":12,"entry":1728111706,"elapsed_time_sec":0},{"keystrokes":2,"entry":1728111721,"elapsed_time_sec":0},{"keystrokes":10,"entry":1728111723,"elapsed_time_sec":0},{"keystrokes":8,"entry":1728111730,"elapsed_time_sec":0},{"keystrokes":172,"entry":1728111738,"elapsed_time_sec":35253,"exit":1728146991}],"filetype":"neo-tree"},"\/usr\/share\/iso-codes\/json\/iso_3166-1.json":{"git_project_name":"","visit_log":[],"filetype":"json"},"\/home\/ayush\/.ssh\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/Downloads\/dotfiles\/fish\/themes\/Rosé Pine Dawn.theme":{"git_project_name":"dotfiles","visit_log":[],"filetype":"php"},"\/home\/archer\/hyprdots\/vim\/.config\/nvim\/lua\/plugins\/copilot.lua":{"git_project_name":"hyprdots","visit_log":[],"filetype":"lua"},"\/usr\/share\/grub\/themes\/sudo":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/ayush\/dotfiles\/kitty\/kitty.conf.bak":{"git_project_name":"dotfiles","visit_log":[],"filetype":"conf"},"\/home\/archer\/.config\/hypr\/current_wallpaper_index":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/rofi\/powermenu\/confirmation.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/coq-nvim.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/home\/ayush\/dotfiles\/nvim\/neo-tree filesystem [1]":{"git_project_name":"dotfiles","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/Downloads\/Chatbot\/venv\/bin\/activate":{"git_project_name":"","visit_log":[],"filetype":"conf"},"\/home\/archer\/.local\/bin\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/scrollbar.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/home\/archer\/.config\/rofi\/launchers\/type-7\/a.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/hyprdots\/vim\/.config\/nvim\/neo-tree filesystem [1]":{"git_project_name":"hyprdots","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/.ssh\/id_ed25519.pub":{"git_project_name":"","visit_log":[],"filetype":""},"\/dev\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/.config\/rofi\/applets\/shared\/fonts.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/bat\/themes\/Catppuccin Mocha.tmTheme":{"git_project_name":"","visit_log":[],"filetype":"xml"},"\/home\/archer\/.config\/surfraw\/conf":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.zshrc0":{"git_project_name":"","visit_log":[],"filetype":"zsh"},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/auto-pairs.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/home\/archer\/hyprdots\/vim\/.config\/nvim\/lua\/plugins\/comment.lua":{"git_project_name":"hyprdots","visit_log":[],"filetype":"lua"},"\/home\/archer\/.config\/rofi\/new-wifi.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/Downloads\/dotfiles\/waybar\/topbar\/config.jsonc":{"git_project_name":"dotfiles","visit_log":[{"keystrokes":9,"entry":1728227562,"elapsed_time_sec":71,"exit":1728227633}],"filetype":"jsonc"},"\/home\/archer\/hyprdots\/total.txt":{"git_project_name":"hyprdots","visit_log":[{"keystrokes":0,"entry":1727076937,"elapsed_time_sec":0},{"keystrokes":416,"entry":1727076937,"elapsed_time_sec":269,"exit":1727077206}],"filetype":"text"},"\/home\/archer\/hyprdots\/vim\/.config\/nvim\/lua\/plugins\/alpha.lua":{"git_project_name":"hyprdots","visit_log":[],"filetype":"lua"},"\/home\/archer\/Projects\/EdChat\/client\/index.html":{"git_project_name":"EdChat","visit_log":[{"keystrokes":0,"entry":1726979795,"elapsed_time_sec":0}],"filetype":"html"},"\/home\/archer\/.config\/surfraw\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/.config\/qt6ct\/qt6ct.conf":{"git_project_name":"","visit_log":[],"filetype":"conf"},"\/home\/archer\/.config\/swaync\/style.css":{"git_project_name":"","visit_log":[],"filetype":"css"},"\/home\/archer\/.config\/rofi\/1":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/Downloads\/ChatModel\/myenv\/pyvenv.cfg":{"git_project_name":"","visit_log":[],"filetype":"cfg"},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/nvim-lspconfig.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/home\/archer\/hyprdots\/pacman-packages.txt":{"git_project_name":"hyprdots","visit_log":[],"filetype":"text"},"\/home\/archer\/.config\/wlogout\/lock.png":{"git_project_name":"","visit_log":[],"filetype":""},"term:\/\/~\/.config\/nvim\/\/20576:\/usr\/bin\/zsh;#toggleterm#1":{"git_project_name":"","visit_log":[],"filetype":"toggleterm"},"\/tmp\/nvim.archer\/Hcu3qX\/3":{"git_project_name":"hyprdots","visit_log":[],"filetype":"git"},"\/home\/archer\/Projects\/EdChat\/server\/config.js":{"git_project_name":"","visit_log":[{"keystrokes":0,"entry":1727114768,"elapsed_time_sec":0},{"keystrokes":9,"entry":1727114768,"elapsed_time_sec":12,"exit":1727114780}],"filetype":"javascript"},"\/home\/archer\/.config\/gtk-4.0\/settings.ini":{"git_project_name":"","visit_log":[],"filetype":"dosini"},"\/home\/archer\/Projects\/EdChat\/client\/src\/assets\/data.js":{"git_project_name":"EdChat","visit_log":[],"filetype":"javascript"},"\/usr\/share\/sddm\/themes\/catppuccin-mocha\/theme.conf":{"git_project_name":"","visit_log":[],"filetype":"conf"},"\/home\/archer\/.config\/rofi\/powermenu\/type-3\/powermenu.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/tmux\/tmux.conf":{"git_project_name":"","visit_log":[{"keystrokes":0,"entry":1728039412,"elapsed_time_sec":0}],"filetype":"tmux"},"\/home\/archer\/Downloads\/Downloads\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/hyprdots\/hypr\/.config\/hypr\/hyprland.conf":{"git_project_name":"hyprdots","visit_log":[],"filetype":"conf"},"\/home\/archer\/Projects\/hyprdots\/.config\/eww\/wallpapers\/arin.png":{"git_project_name":"hyprdots","visit_log":[],"filetype":""},"\/home\/archer\/Projects\/hyprdots\/.config\/hypr\/hyprland.conf":{"git_project_name":"hyprdots","visit_log":[],"filetype":"conf"},"\/home\/archer\/hyprdots\/vim\/.config\/nvim\/lua\/plugins\/colorizer.lua":{"git_project_name":"hyprdots","visit_log":[{"keystrokes":20,"entry":1728148074,"elapsed_time_sec":8,"exit":1728148082}],"filetype":"lua"},"\/usr\/share\/rofi\/themes\/catppuccin.rasi":{"git_project_name":"","visit_log":[{"keystrokes":0,"entry":1727609491,"elapsed_time_sec":0}],"filetype":""},"\/home\/ayush\/.config\/i3\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"oil:\/\/\/home\/archer\/.config\/tmux\/":{"git_project_name":"","visit_log":[],"filetype":"oil"},"\/home\/archer\/.z":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/dolphinrc":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/rofi\/powermenu\/type-2\/powermenu.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"oil:\/\/\/home\/archer\/Downloads\/Chatbot\/":{"git_project_name":"","visit_log":[],"filetype":"oil"},"\/home\/archer\/.config\/waybar\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/.config\/waybar\/style.css":{"git_project_name":"","visit_log":[{"keystrokes":0,"entry":1726906326,"elapsed_time_sec":0},{"keystrokes":0,"entry":1726941020,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727450174,"elapsed_time_sec":0},{"keystrokes":15,"entry":1727499326,"elapsed_time_sec":21,"exit":1727499347},{"keystrokes":30,"entry":1727798865,"elapsed_time_sec":76,"exit":1727798941},{"keystrokes":90,"entry":1728147699,"elapsed_time_sec":113,"exit":1728147812},{"keystrokes":18,"entry":1728287024,"elapsed_time_sec":18,"exit":1728287042},{"keystrokes":534,"entry":1728287049,"elapsed_time_sec":159,"exit":1728287208},{"keystrokes":3,"entry":1728287213,"elapsed_time_sec":7,"exit":1728287220},{"keystrokes":235,"entry":1728287266,"elapsed_time_sec":253,"exit":1728287519},{"keystrokes":0,"entry":1728287545,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728295672,"elapsed_time_sec":0},{"keystrokes":642,"entry":1728300446,"elapsed_time_sec":665,"exit":1728301111},{"keystrokes":74,"entry":1728303619,"elapsed_time_sec":7,"exit":1728303626},{"keystrokes":193,"entry":1728303635,"elapsed_time_sec":110,"exit":1728303745},{"keystrokes":182,"entry":1728303783,"elapsed_time_sec":190,"exit":1728303973},{"keystrokes":213,"entry":1728303986,"elapsed_time_sec":305,"exit":1728304291},{"keystrokes":72,"entry":1728304295,"elapsed_time_sec":164,"exit":1728304459},{"keystrokes":0,"entry":1728312730,"elapsed_time_sec":0}],"filetype":"css"},"\/home\/archer\/.config\/dunst\/dunstrc":{"git_project_name":"","visit_log":[{"keystrokes":50,"entry":1728146522,"elapsed_time_sec":46,"exit":1728146568}],"filetype":"conf"},"\/home\/archer\/.config\/gitui\/theme.ron":{"git_project_name":"","visit_log":[],"filetype":"ron"},"\/home\/archer\/Projects\/hyprdots\/.config\/QtProject.conf":{"git_project_name":"hyprdots","visit_log":[],"filetype":"conf"},"\/home\/ayush\/.ssh\/new.pub":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/rofi\/applets\/bin\/battery.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/Projects\/hyprdots\/.config\/greenclip.toml":{"git_project_name":"hyprdots","visit_log":[],"filetype":"toml"},"\/home\/archer\/.config\/waybar\/scripts\/check-updates.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/rofi\/launchers\/type-7\/style-1.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/lualine.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/etc\/theme.conf":{"git_project_name":"","visit_log":[],"filetype":"conf"},"\/home\/archer\/.local\/bin\/brightnessctl\/brightness-down.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/spotify-tui\/.spotify_token_cache.json":{"git_project_name":"","visit_log":[{"keystrokes":3,"entry":1727452824,"elapsed_time_sec":9,"exit":1727452833},{"keystrokes":28,"entry":1727452899,"elapsed_time_sec":16,"exit":1727452915}],"filetype":"json"},"\/home\/archer\/.config\/waybar\/config.jsonc":{"git_project_name":"","visit_log":[{"keystrokes":36,"entry":1727499352,"elapsed_time_sec":32,"exit":1727499384},{"keystrokes":0,"entry":1728285625,"elapsed_time_sec":0},{"keystrokes":1,"entry":1728287222,"elapsed_time_sec":20,"exit":1728287242},{"keystrokes":38,"entry":1728287245,"elapsed_time_sec":21,"exit":1728287266},{"keystrokes":39,"entry":1728287519,"elapsed_time_sec":26,"exit":1728287545},{"keystrokes":28,"entry":1728300386,"elapsed_time_sec":52,"exit":1728300438},{"keystrokes":56,"entry":1728301113,"elapsed_time_sec":88,"exit":1728301201},{"keystrokes":34,"entry":1728301768,"elapsed_time_sec":14,"exit":1728301782},{"keystrokes":0,"entry":1728301830,"elapsed_time_sec":0},{"keystrokes":5,"entry":1728303628,"elapsed_time_sec":6,"exit":1728303634},{"keystrokes":114,"entry":1728316881,"elapsed_time_sec":440,"exit":1728317321},{"keystrokes":0,"entry":1728359645,"elapsed_time_sec":0}],"filetype":"jsonc"},"\/home\/archer\/Downloads\/Chatbot\/data.pth":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/blue.sh":{"git_project_name":"","visit_log":[{"keystrokes":27,"entry":1727797776,"elapsed_time_sec":6,"exit":1727797782},{"keystrokes":0,"entry":1727798081,"elapsed_time_sec":0},{"keystrokes":191,"entry":1727798137,"elapsed_time_sec":40,"exit":1727798177}],"filetype":"sh"},"\/home\/ayush\/dotfiles\/fastfetch\/config.jsonc":{"git_project_name":"dotfiles","visit_log":[],"filetype":"jsonc"},"term:\/\/~\/Documents\/t3_tutorial\/first\/\/6371:\/bin\/zsh;#toggleterm#1":{"git_project_name":"","visit_log":[],"filetype":"toggleterm"},"\/home\/archer\/.config\/mpd\/mpd.conf":{"git_project_name":"","visit_log":[],"filetype":"conf"},"\/home\/archer\/.ssh\/config":{"git_project_name":"","visit_log":[{"keystrokes":25,"entry":1727840984,"elapsed_time_sec":102,"exit":1727841086}],"filetype":"sshconfig"},"\/home\/archer\/Projects\/pulumi\/quickstart\/Pulumi.dev.yaml":{"git_project_name":"","visit_log":[{"keystrokes":2,"entry":1728038800,"elapsed_time_sec":25,"exit":1728038825}],"filetype":"yaml"},"\/home\/ayush\/dotfiles\/ohmyposh\/base.json":{"git_project_name":"dotfiles","visit_log":[],"filetype":"json"},"\/home\/ayush\/dotfiles\/nvim\/lazy-lock.json":{"git_project_name":"dotfiles","visit_log":[],"filetype":"json"},"\/home\/archer\/.config\/rofi\/bluetooth.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/Projects\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[{"keystrokes":27,"entry":1727965841,"elapsed_time_sec":9,"exit":1727965850}],"filetype":"neo-tree"},"\/home\/archer\/Downloads\/ChatModel\/zshrc":{"git_project_name":"","visit_log":[],"filetype":"zsh"},"\/home\/archer\/Downloads\/dotfiles\/waybar\/modules-config.jsonc":{"git_project_name":"dotfiles","visit_log":[{"keystrokes":136,"entry":1728227765,"elapsed_time_sec":27,"exit":1728227792},{"keystrokes":0,"entry":1728227804,"elapsed_time_sec":0}],"filetype":"jsonc"},"\/home\/archer\/.config\/rofi\/powermenu\/type-5\/powermenu.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/Downloads\/dotfiles\/neo-tree filesystem [1]":{"git_project_name":"dotfiles","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/.config\/rofi\/colors\/black.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/Downloads\/ChatModel\/data\/data.txt":{"git_project_name":"","visit_log":[],"filetype":"text"},"\/home\/archer\/.config\/rofi\/mocha.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/Downloads\/Chatbot\/model.py":{"git_project_name":"","visit_log":[],"filetype":"python"},"\/home\/archer\/Projects\/GIT_THINGS\/README.md":{"git_project_name":"GIT_THINGS","visit_log":[{"keystrokes":36,"entry":1726937028,"elapsed_time_sec":7,"exit":1726937035}],"filetype":"markdown"},"\/home\/archer\/.ssh\/known_hosts.old":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/nvim\/lua\/plugins\/nvim-lspconfig.lua":{"git_project_name":"","visit_log":[],"filetype":"lua"},"\/home\/archer\/.config\/kitty\/kitty.conf":{"git_project_name":"","visit_log":[{"keystrokes":40,"entry":1726937326,"elapsed_time_sec":9,"exit":1726937335},{"keystrokes":48,"entry":1726937354,"elapsed_time_sec":6,"exit":1726937360}],"filetype":"conf"},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/bufferline.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/home\/archer\/Downloads\/Chatbot\/venv\/pyvenv.cfg":{"git_project_name":"","visit_log":[],"filetype":"cfg"},"\/home\/archer\/.config\/rofi\/network.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/Projects\/GIT_THINGS\/.git\/refs\/heads\/foo":{"git_project_name":"GIT_THINGS","visit_log":[],"filetype":"git"},"\/home\/archer\/Downloads\/linux\/rofi\/powermenu\/confirmation.rasi":{"git_project_name":"linux","visit_log":[],"filetype":""},"\/home\/archer\/Projects\/EdChat\/.git\/MERGE_MSG":{"git_project_name":"EdChat","visit_log":[],"filetype":"gitcommit"},"\/usr\/local\/bin\/starship":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/hyprdots\/waybar\/.config\/waybar\/scripts\/neo-tree filesystem [1]":{"git_project_name":"hyprdots","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/.config\/wlogout\/power-hover.png":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/Projects\/hyprdots\/.zshrc":{"git_project_name":"hyprdots","visit_log":[],"filetype":"zsh"},"\/home\/ayush\/.ssh\/id_ed25519.pub":{"git_project_name":"","visit_log":[],"filetype":""},"\/usr\/share\/nvim\/runtime\/doc\/help.txt":{"git_project_name":"","visit_log":[],"filetype":"help"},"\/home\/archer\/Downloads\/dotfiles\/waybar\/topbar\/colors-waybar.css":{"git_project_name":"dotfiles","visit_log":[{"keystrokes":4,"entry":1728227658,"elapsed_time_sec":101,"exit":1728227759},{"keystrokes":7,"entry":1728295870,"elapsed_time_sec":52,"exit":1728295922}],"filetype":"css"},"\/home\/archer\/Downloads\/dotfiles\/waybar\/topbar\/style.css":{"git_project_name":"dotfiles","visit_log":[{"keystrokes":5,"entry":1728227638,"elapsed_time_sec":18,"exit":1728227656},{"keystrokes":246,"entry":1728295811,"elapsed_time_sec":57,"exit":1728295868},{"keystrokes":0,"entry":1728295924,"elapsed_time_sec":0},{"keystrokes":169,"entry":1728360837,"elapsed_time_sec":49,"exit":1728360886}],"filetype":"css"},"\/home\/ayush\/.ssh\/id_ed25519":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/ayush\/.config\/hypr\/hyprlock.conf":{"git_project_name":"","visit_log":[],"filetype":"conf"},"\/home\/archer\/Downloads\/Chatbot\/intents.json":{"git_project_name":"","visit_log":[],"filetype":"json"},"\/usr\/bin\/bash":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/rofi\/networkmenu.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/hyprdots\/waybar\/.config\/waybar\/scripts\/change-wallpaper.sh":{"git_project_name":"hyprdots","visit_log":[{"keystrokes":201,"entry":1727590534,"elapsed_time_sec":65,"exit":1727590599},{"keystrokes":0,"entry":1727601235,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728210572,"elapsed_time_sec":0},{"keystrokes":21,"entry":1728210572,"elapsed_time_sec":10,"exit":1728210582}],"filetype":"sh"},"\/home\/archer\/.ssh\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/hyprdots\/neo-tree filesystem [1]":{"git_project_name":"hyprdots","visit_log":[],"filetype":"neo-tree"},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/tagbar.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/home\/archer\/Projects\/index.ts":{"git_project_name":"","visit_log":[],"filetype":"typescript"},"\/home\/archer\/.config\/rofi\/wifi\/wifi.sh":{"git_project_name":"","visit_log":[{"keystrokes":99,"entry":1727952942,"elapsed_time_sec":7,"exit":1727952949},{"keystrokes":7,"entry":1728146991,"elapsed_time_sec":220,"exit":1728147211}],"filetype":"sh"},"\/home\/archer\/Downloads\/config.jsonc":{"git_project_name":"","visit_log":[],"filetype":"jsonc"},"\/home\/archer\/.config\/yazi\/config.yml":{"git_project_name":"","visit_log":[{"keystrokes":1,"entry":1727610872,"elapsed_time_sec":6,"exit":1727610878}],"filetype":"yaml"},"\/home\/archer\/.local\/bin\/lockctl\/caps-lock.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/Obsidian Vault\/auto-push.sh":{"git_project_name":"Obsidian Vault","visit_log":[],"filetype":"sh"},"\/home\/archer\/hyprdots\/hypr\/.config\/hypr\/hyprpaper.conf":{"git_project_name":"hyprdots","visit_log":[],"filetype":"conf"},"\/home\/archer\/.config\/rofi\/mpd.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/rofi\/wifi\/ssid.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/ayush\/Documents\/My Things\/Development\/AyushDumasia\/README.md":{"git_project_name":"AyushDumasia","visit_log":[],"filetype":"markdown"},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/auto-session.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/usr\/share\/plank\/themes\/Transparent\/dock.theme":{"git_project_name":"","visit_log":[],"filetype":"php"},"\/home\/ayush\/Documents\/t3_tutorial\/first\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/Downloads\/hyprdots\/.config\/rofi\/config\/confirm.rasi":{"git_project_name":"hyprdots","visit_log":[],"filetype":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/treesj.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/home\/archer\/Downloads\/Chatbot\/static\/images\/about.png":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/rofi\/applets\/bin\/powermenu.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/hypr\/mocha.theme":{"git_project_name":"","visit_log":[],"filetype":"php"},"\/home\/archer\/.config\/hypr\/package.json":{"git_project_name":"","visit_log":[],"filetype":"json"},"\/etc\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/Downloads\/dotfiles\/README.md":{"git_project_name":"dotfiles","visit_log":[],"filetype":"markdown"},"\/home\/archer\/hyprdots\/vim\/.config\/nvim\/lua\/plugins\/auto-pairs.lua":{"git_project_name":"hyprdots","visit_log":[{"keystrokes":34,"entry":1728148027,"elapsed_time_sec":19,"exit":1728148046}],"filetype":"lua"},"\/home\/archer\/.config\/wlogout\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/.config\/gitui\/theme.con":{"git_project_name":"","visit_log":[],"filetype":"cterm"},"\/home\/archer\/Downloads\/Chatbot\/nltk_utils.py":{"git_project_name":"","visit_log":[],"filetype":"python"},"\/home\/archer\/.config\/gitui\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/Projects\/GIT_THINGS\/.git\/hooks\/commit-msg.sample":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/Downloads\/dotfiles\/kitty\/kitty.conf":{"git_project_name":"dotfiles","visit_log":[],"filetype":"conf"},"\/home\/archer\/.config\/rofi\/launchers\/type-7\/style-3.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/Projects\/EdChat\/client\/src\/Pages\/pieChart.jsx":{"git_project_name":"EdChat","visit_log":[],"filetype":"javascriptreact"},"\/home\/archer\/hyprdots\/yazi\/.config\/yazi\/yazi\/catppuccin\/themes\/mocha.toml":{"git_project_name":"","visit_log":[],"filetype":"toml"},"\/home\/archer\/Projects\/hyprdots\/README.md":{"git_project_name":"hyprdots","visit_log":[],"filetype":"markdown"},"\/home\/archer\/.config\/rofi\/catppuccin.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/ayush\/Documents\/t3_tutorial\/first\/src\/pages\/_app.tsx":{"git_project_name":"","visit_log":[],"filetype":"typescriptreact"},"\/home\/archer\/.config\/wlogout\/style.css":{"git_project_name":"","visit_log":[],"filetype":"css"},"oil:\/\/\/home\/archer\/Downloads\/dotfiles\/alacritty\/":{"git_project_name":"dotfiles","visit_log":[],"filetype":"oil"},"\/home\/archer\/.local\/bin\/volume.sh":{"git_project_name":"","visit_log":[{"keystrokes":307,"entry":1728042193,"elapsed_time_sec":112,"exit":1728042305},{"keystrokes":0,"entry":1728042311,"elapsed_time_sec":0},{"keystrokes":27,"entry":1728134207,"elapsed_time_sec":12,"exit":1728134219},{"keystrokes":45,"entry":1728135795,"elapsed_time_sec":46,"exit":1728135841},{"keystrokes":61,"entry":1728135852,"elapsed_time_sec":2986,"exit":1728138838}],"filetype":"sh"},"\/home\/archer\/.config\/fastfetch\/config.jsonc":{"git_project_name":"","visit_log":[{"keystrokes":12,"entry":1728227867,"elapsed_time_sec":8,"exit":1728227875}],"filetype":"jsonc"},"\/home\/archer\/.config\/rofi\/power.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/X11\/xresources":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/hypr\/startup.conf":{"git_project_name":"","visit_log":[],"filetype":"conf"},"\/home\/archer\/.config\/rofi\/applets\/bin\/apps.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/ayush\/.themes\/Dracula\/README.md":{"git_project_name":"","visit_log":[],"filetype":"markdown"},"\/home\/archer\/hyprdots\/sortedPackages.txt":{"git_project_name":"hyprdots","visit_log":[],"filetype":"text"},"\/home\/archer\/.config\/X11\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/Projects\/deno\/index.ts":{"git_project_name":"","visit_log":[{"keystrokes":20,"entry":1727852780,"elapsed_time_sec":9,"exit":1727852789}],"filetype":"typescript"},"\/home\/archer\/.config\/gtk-3.0\/settings.ini":{"git_project_name":"","visit_log":[],"filetype":"dosini"},"\/home\/archer\/hyprdots\/rofi\/.config\/rofi\/colors\/adapta.rasi":{"git_project_name":"hyprdots","visit_log":[],"filetype":""},"\/home\/archer\/.config\/rofi\/launchers\/type-6\/style-2.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/dev\/nvme0n1p6":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/rofi\/images\/b.png":{"git_project_name":"","visit_log":[],"filetype":""},"\/tmp\/crontab.GvjatC":{"git_project_name":"","visit_log":[],"filetype":"crontab"},"\/home\/archer\/hyprdots\/vim\/.config\/nvim\/lua\/plugins\/cursorline.lua":{"git_project_name":"hyprdots","visit_log":[{"keystrokes":9,"entry":1728148093,"elapsed_time_sec":8,"exit":1728148101}],"filetype":"lua"},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/noice.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/home\/archer\/Projects\/hyprdots\/.config\/vlc\/vlc-qt-interface.conf":{"git_project_name":"hyprdots","visit_log":[],"filetype":"conf"},"\/home\/archer\/hyprdots\/waybar\/.config\/waybar\/scripts\/check-updates.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/rofi\/config.rasi":{"git_project_name":"","visit_log":[{"keystrokes":0,"entry":1727609476,"elapsed_time_sec":0}],"filetype":""},"\/home\/archer\/Projects\/hyprdots_legacy\/.config\/bat\/config":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/Downloads\/Chatbot\/app.py":{"git_project_name":"","visit_log":[],"filetype":"python"},"\/home\/archer\/.config\/waybar\/scripts\/change-wallpaper.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/bat\/config":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/X11\/xprofile":{"git_project_name":"","visit_log":[],"filetype":""},"oil:\/\/\/home\/archer\/.config\/tmux\/plugins\/tmux\/":{"git_project_name":"","visit_log":[],"filetype":"oil"},"\/home\/archer\/.config\/rofi\/themes":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/Downloads\/dotfiles\/readme.md":{"git_project_name":"dotfiles","visit_log":[{"keystrokes":153,"entry":1728284564,"elapsed_time_sec":31,"exit":1728284595}],"filetype":"markdown"},"\/home\/archer\/hyprdots\/waybar\/.config\/waybar\/config.jsonc":{"git_project_name":"hyprdots","visit_log":[{"keystrokes":60,"entry":1728285662,"elapsed_time_sec":803,"exit":1728286465},{"keystrokes":1,"entry":1728286721,"elapsed_time_sec":294,"exit":1728287015},{"keystrokes":29,"entry":1728299824,"elapsed_time_sec":34,"exit":1728299858},{"keystrokes":127,"entry":1728359698,"elapsed_time_sec":1110,"exit":1728360808}],"filetype":"jsonc"},"\/home\/archer\/.config\/nvim\/lua\/plugins\/treesj.lua":{"git_project_name":"","visit_log":[],"filetype":"lua"},"\/home\/archer\/.config\/hypr\/arc\/docs\/getting-started-open-source.md":{"git_project_name":"","visit_log":[],"filetype":"markdown"},"\/home\/archer\/.config\/rofi\/launcher\/style.rasi":{"git_project_name":"","visit_log":[{"keystrokes":309,"entry":1727953295,"elapsed_time_sec":62,"exit":1727953357},{"keystrokes":61,"entry":1727953361,"elapsed_time_sec":125,"exit":1727953486},{"keystrokes":1339,"entry":1728110985,"elapsed_time_sec":617,"exit":1728111602},{"keystrokes":227,"entry":1728111617,"elapsed_time_sec":62,"exit":1728111679}],"filetype":""},"\/home\/archer\/hyprdots\/starship\/.config\/starship\/starship\/starship.toml":{"git_project_name":"hyprdots","visit_log":[],"filetype":"toml"},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/completions.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/home\/archer\/Downloads\/Chatbot\/venv\/bin\/activate.fish":{"git_project_name":"","visit_log":[],"filetype":"fish"},"\/home\/archer\/.config\/dunst\/dunst-backup":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/ayush\/dotfiles\/README.md":{"git_project_name":"dotfiles","visit_log":[],"filetype":"markdown"},"\/home\/archer\/hyprdots\/.gitignore":{"git_project_name":"hyprdots","visit_log":[],"filetype":"gitignore"},"\/home\/archer\/Projects\/hyprdots\/neo-tree filesystem [1]":{"git_project_name":"hyprdots","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/Downloads\/dotfiles\/waybar\/colors-waybar.css":{"git_project_name":"dotfiles","visit_log":[],"filetype":"css"},"\/home\/ayush\/.ssh\/known_hosts":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/Downloads\/Chatbot\/venv\/bin\/pip":{"git_project_name":"","visit_log":[],"filetype":"python"},"oil:\/\/\/home\/ayush\/.themes\/Dracula\/":{"git_project_name":"","visit_log":[],"filetype":"oil"},"\/home\/archer\/hyprdots\/hyprland\/.config\/hypr\/exports.conf":{"git_project_name":"hyprdots","visit_log":[],"filetype":"conf"},"\/home\/archer\/.config\/hypr\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/Projects\/EdChat\/index.html":{"git_project_name":"","visit_log":[],"filetype":"html"},"\/home\/archer\/Downloads\/Chatbot\/standalone-frontend\/app.js":{"git_project_name":"","visit_log":[],"filetype":"javascript"},"\/home\/archer\/Obsidian Vault\/New Toy's.md":{"git_project_name":"Obsidian Vault","visit_log":[{"keystrokes":1,"entry":1726906486,"elapsed_time_sec":7,"exit":1726906493}],"filetype":"markdown"},"\/home\/archer\/Downloads\/Chatbot\/standalone-frontend\/images\/chatbox-icon.svg":{"git_project_name":"","visit_log":[],"filetype":"svg"},"\/home\/ayush\/dotfiles\/neo-tree filesystem [1]":{"git_project_name":"dotfiles","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/.config\/rofi\/scripts\/powermenu_t1":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/clipman\/clipman.conf":{"git_project_name":"","visit_log":[],"filetype":"conf"},"\/home\/archer\/hyprdots\/waybar\/neo-tree filesystem [1]":{"git_project_name":"hyprdots","visit_log":[],"filetype":"neo-tree"},"\/dev\/nvram":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/Projects\/pulumi\/quickstart\/index.ts":{"git_project_name":"","visit_log":[],"filetype":"typescript"},"\/home\/archer\/Projects\/pulumi\/quickstart\/Pulumi.yaml":{"git_project_name":"","visit_log":[{"keystrokes":1,"entry":1728038071,"elapsed_time_sec":681,"exit":1728038752}],"filetype":"yaml"},"\/home\/archer\/.config\/hypr\/hyprpaper.conf":{"git_project_name":"","visit_log":[],"filetype":"conf"},"\/home\/archer\/Downloads\/dotfiles\/gnome-extensions.txt":{"git_project_name":"dotfiles","visit_log":[],"filetype":"text"},"\/home\/archer\/.config\/rofi\/applets\/type-4\/style-2.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/QtProject.conf":{"git_project_name":"","visit_log":[],"filetype":"conf"},"\/home\/archer\/Projects\/GIT_THINGS\/.git\/logs\/refs\/heads\/foo":{"git_project_name":"","visit_log":[],"filetype":"git"},"\/dev\/tty11":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/rofi\/launchers\/type-7\/style-2.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/alpha.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/home\/archer\/Downloads\/dotfiles\/fish\/config.fish":{"git_project_name":"dotfiles","visit_log":[],"filetype":"fish"},"\/home\/archer\/.config\/rofi\/colors_ctp.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/rofi\/askpass.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/yazi\/theme.toml":{"git_project_name":"","visit_log":[],"filetype":"toml"},"\/usr\/share\/sddm\/themes\/catppuccin-mocha\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/Downloads\/Chatbot\/chat.py":{"git_project_name":"","visit_log":[],"filetype":"python"},"term:\/\/~\/Projects\/EdChat\/\/35654:\/usr\/bin\/zsh;#toggleterm#1":{"git_project_name":"EdChat","visit_log":[],"filetype":"toggleterm"},"\/home\/archer\/.config\/rofi\/powermenu\/type-5\/style-1.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/nvimtracker.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/usr\/local\/bin\/nitch":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/starship\/config.jsonc":{"git_project_name":"","visit_log":[],"filetype":"jsonc"},"\/home\/archer\/.config\/rofi\/colors.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/Obsidian Vault\/neo-tree filesystem [1]":{"git_project_name":"Obsidian Vault","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/.config\/rofi\/scripts\/launcher_t5":{"git_project_name":"","visit_log":[],"filetype":"sh"},"term:\/\/~\/Downloads\/Chatbot\/\/65801:\/usr\/bin\/zsh;#toggleterm#1":{"git_project_name":"","visit_log":[],"filetype":"toggleterm"},"\/home\/archer\/temp.sh":{"git_project_name":"","visit_log":[{"keystrokes":19,"entry":1727452680,"elapsed_time_sec":14,"exit":1727452694}],"filetype":"sh"},"\/tmp\/crontab.9S4eur":{"git_project_name":"","visit_log":[],"filetype":"crontab"},"\/home\/archer\/.config\/X11\/Xresources":{"git_project_name":"","visit_log":[],"filetype":"xdefaults"},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/telescope.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/home\/archer\/.config\/rofi\/themes\/onedark.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/kitty\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/.config\/rofi\/onedark.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/ayush\/.config\/hypr\/hyprland.conf":{"git_project_name":"","visit_log":[],"filetype":"conf"},"\/home\/archer\/.config\/hypridle\/hypridle.conf":{"git_project_name":"","visit_log":[],"filetype":"conf"},"\/home\/archer\/hyprdots\/vim\/.config\/nvim\/lua\/plugins\/bufferline.lua":{"git_project_name":"hyprdots","visit_log":[],"filetype":"lua"},"\/usr\/local\/bin\/dunst":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/rofi\/scripts\/launcher_t1":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/rofi\/wifi\/enable.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/ayush\/.ssh\/config":{"git_project_name":"","visit_log":[],"filetype":"sshconfig"},"\/home\/archer\/.config\/rofi\/scripts\/launcher_t6":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/X11\/xprofile.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/Projects\/GIT_THINGS\/neo-tree filesystem [1]":{"git_project_name":"GIT_THINGS","visit_log":[],"filetype":"neo-tree"},"\/etc\/sddm.conf":{"git_project_name":"","visit_log":[],"filetype":"conf"},"\/home\/archer\/.config\/dconf\/user":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/bin\/element-wayland.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.local\/bin\/backlight.sh":{"git_project_name":"","visit_log":[{"keystrokes":59,"entry":1728134041,"elapsed_time_sec":165,"exit":1728134206},{"keystrokes":138,"entry":1728134224,"elapsed_time_sec":24,"exit":1728134248},{"keystrokes":6,"entry":1728135599,"elapsed_time_sec":196,"exit":1728135795},{"keystrokes":14,"entry":1728135841,"elapsed_time_sec":11,"exit":1728135852},{"keystrokes":44,"entry":1728138840,"elapsed_time_sec":92,"exit":1728138932}],"filetype":"sh"},"\/home\/archer\/.config\/X11\/xinitrc.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"oil:\/\/\/home\/archer\/.config\/rofi\/bluetooth\/":{"git_project_name":"","visit_log":[],"filetype":"oil"},"\/home\/archer\/Downloads\/dotfiles\/assets\/preview1.png":{"git_project_name":"dotfiles","visit_log":[],"filetype":""},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/comment.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/home\/archer\/Projects\/GIT_THINGS\/.git\/refs\/heads\/master":{"git_project_name":"","visit_log":[],"filetype":"git"},"\/home\/ayush\/dotfiles\/synth-shell\/alias.sh":{"git_project_name":"dotfiles","visit_log":[],"filetype":"sh"},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/mason-lsconfig.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/home\/archer\/Projects\/EdChat\/neo-tree filesystem [1]":{"git_project_name":"EdChat","visit_log":[],"filetype":"neo-tree"},"\/home\/ayush\/dotfiles\/nvim\/usage_data.json":{"git_project_name":"dotfiles","visit_log":[],"filetype":"json"},"\/home\/ayush\/dotfiles\/nvim\/lua\/vim-options.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/home\/archer\/.config\/rofi\/scripts\/launcher_t2":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/waybar\/scripts\/toggle-brightness.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[{"keystrokes":43,"entry":1727452783,"elapsed_time_sec":11,"exit":1727452794},{"keystrokes":97,"entry":1727452815,"elapsed_time_sec":693701,"exit":1728146516}],"filetype":"neo-tree"},"\/dev\/rfkill":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/hypr\/themes\/mocha.conf":{"git_project_name":"","visit_log":[],"filetype":"conf"},"\/home\/archer\/hyprdots\/vim\/.config\/nvim\/lua\/plugins\/colorschemes.lua":{"git_project_name":"hyprdots","visit_log":[],"filetype":"lua"},"\/home\/archer\/.config\/nvim\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/.config\/rofi\/launchers\/type-6\/launcher.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/hyprdots\/yazi\/.config\/yazi\/yazi\/catppuccin\/yazi.tera":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/Projects\/EdChat\/README.md":{"git_project_name":"EdChat","visit_log":[],"filetype":"markdown"},"\/home\/ayush\/dotfiles\/kitty\/kitty.conf":{"git_project_name":"dotfiles","visit_log":[],"filetype":"conf"},"\/home\/archer\/.local\/bin\/volumectl\/volume-down.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/rofi\/powermenu\/type-3\/style-5.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/hyprdots\/mainPackages.txt":{"git_project_name":"hyprdots","visit_log":[],"filetype":"text"},"\/home\/archer\/hyprdots\/zsh\/.zshrc":{"git_project_name":"hyprdots","visit_log":[{"keystrokes":122,"entry":1727947057,"elapsed_time_sec":11,"exit":1727947068}],"filetype":"zsh"},"\/home\/archer\/.config\/hypr\/exports.conf":{"git_project_name":"","visit_log":[],"filetype":"conf"},"\/etc\/cron.d\/0hourly":{"git_project_name":"","visit_log":[],"filetype":"crontab"},"\/home\/archer\/.config\/rofi\/powermenu\/type-5\/style-5.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/code-flags.conf":{"git_project_name":"","visit_log":[],"filetype":"conf"},"\/home\/archer\/.config\/bat\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/ayush\/.ssh\/known_hosts.old":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/ayush\/.config\/i3\/config":{"git_project_name":"","visit_log":[],"filetype":"i3config"},"\/home\/archer\/.config\/rofi\/wifi\/password.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/atuin\/config.toml":{"git_project_name":"","visit_log":[],"filetype":"toml"},"\/home\/archer\/.config\/github-copilot\/versions.json":{"git_project_name":"","visit_log":[],"filetype":"json"},"\/home\/archer\/Downloads\/linux\/rofi\/launcher\/style.rasi":{"git_project_name":"linux","visit_log":[{"keystrokes":3,"entry":1727952589,"elapsed_time_sec":40,"exit":1727952629}],"filetype":""},"\/home\/archer\/Projects\/EdChat\/src\/Pages\/Chat.jsx":{"git_project_name":"","visit_log":[],"filetype":"javascriptreact"},"\/home\/archer\/Projects\/GIT_THINGS\/.git\/logs\/HEAD":{"git_project_name":"","visit_log":[{"keystrokes":30,"entry":1726936181,"elapsed_time_sec":8,"exit":1726936189}],"filetype":"git"},"\/home\/archer\/setup.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/hyprdots\/vim\/.config\/nvim\/lua\/plugins\/git-stuff.lua":{"git_project_name":"hyprdots","visit_log":[{"keystrokes":22,"entry":1728148102,"elapsed_time_sec":147,"exit":1728148249}],"filetype":"lua"},"\/home\/archer\/.config\/hypr\/mocha.config":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/rofi\/forest.rofi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/Downloads\/chatgpt.py":{"git_project_name":"","visit_log":[],"filetype":"python"},"\/home\/archer\/.config\/rofi\/launchers\/type-7\/launcher.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/nvim\/lua\/plugins\/toggle-term.lua":{"git_project_name":"","visit_log":[],"filetype":"lua"},"oil:\/\/\/home\/archer\/.config\/tmux\/plugins\/":{"git_project_name":"","visit_log":[],"filetype":"oil"},"\/home\/archer\/.config\/nvim\/lua\/plugins\/alpha.lua":{"git_project_name":"","visit_log":[],"filetype":"lua"},"\/home\/archer\/.config\/rofi\/clipboard\/launcher.sh":{"git_project_name":"","visit_log":[{"keystrokes":139,"entry":1728111757,"elapsed_time_sec":257,"exit":1728112014},{"keystrokes":1,"entry":1728112027,"elapsed_time_sec":36,"exit":1728112063},{"keystrokes":62,"entry":1728112100,"elapsed_time_sec":82,"exit":1728112182},{"keystrokes":53,"entry":1728124583,"elapsed_time_sec":37,"exit":1728124620},{"keystrokes":3,"entry":1728124642,"elapsed_time_sec":14,"exit":1728124656}],"filetype":"sh"},"\/home\/archer\/.config\/rofi\/scripts\/launcher_t3":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/Projects\/GIT_THINGS\/.git\/HEAD":{"git_project_name":"GIT_THINGS","visit_log":[],"filetype":"git"},"\/etc\/bluetooth\/main.conf":{"git_project_name":"","visit_log":[{"keystrokes":138,"entry":1727785547,"elapsed_time_sec":13,"exit":1727785560}],"filetype":"conf"},"\/home\/archer\/.config\/hypr\/hyprland.conf":{"git_project_name":"","visit_log":[{"keystrokes":162,"entry":1727076630,"elapsed_time_sec":85,"exit":1727076715},{"keystrokes":83,"entry":1727076742,"elapsed_time_sec":22,"exit":1727076764},{"keystrokes":360,"entry":1727450337,"elapsed_time_sec":340,"exit":1727450677},{"keystrokes":22,"entry":1727450681,"elapsed_time_sec":588,"exit":1727451269},{"keystrokes":187,"entry":1727519649,"elapsed_time_sec":156,"exit":1727519805},{"keystrokes":0,"entry":1727521014,"elapsed_time_sec":0},{"keystrokes":0,"entry":1727521112,"elapsed_time_sec":0},{"keystrokes":163,"entry":1727796423,"elapsed_time_sec":217,"exit":1727796640},{"keystrokes":0,"entry":1727952753,"elapsed_time_sec":0},{"keystrokes":78,"entry":1728042324,"elapsed_time_sec":53,"exit":1728042377},{"keystrokes":0,"entry":1728044001,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728210732,"elapsed_time_sec":0},{"keystrokes":0,"entry":1728303577,"elapsed_time_sec":0},{"keystrokes":252,"entry":1728317471,"elapsed_time_sec":40,"exit":1728317511}],"filetype":"conf"},"\/home\/archer\/Downloads\/3150703-Analysis and Design of Algorithms.docx":{"git_project_name":"","visit_log":[],"filetype":"zip"},"term:\/\/~\/Downloads\/Chatbot\/\/66793:\/usr\/bin\/zsh;#toggleterm#1":{"git_project_name":"","visit_log":[],"filetype":"toggleterm"},"oil:\/\/\/home\/archer\/.config\/rofi\/":{"git_project_name":"","visit_log":[],"filetype":"oil"},"\/home\/archer\/.config\/dunst\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/.config\/yazi\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/usr\/share\/grub\/themes\/catppuccin-mocha-grub-theme\/theme.txt":{"git_project_name":"","visit_log":[],"filetype":"text"},"\/tmp\/nvim.ayush\/AXansa\/2":{"git_project_name":"AyushDumasia","visit_log":[],"filetype":"git"},"\/home\/archer\/Downloads\/hyprdots\/.config\/rofi\/config\/neo-tree filesystem [1]":{"git_project_name":"hyprdots","visit_log":[],"filetype":"neo-tree"},"\/home\/archer\/.config\/rofi\/clipboard\/style.rasi":{"git_project_name":"","visit_log":[{"keystrokes":3,"entry":1728112194,"elapsed_time_sec":23,"exit":1728112217},{"keystrokes":324,"entry":1728112222,"elapsed_time_sec":263,"exit":1728112485},{"keystrokes":285,"entry":1728112494,"elapsed_time_sec":178,"exit":1728112672},{"keystrokes":0,"entry":1728112674,"elapsed_time_sec":0},{"keystrokes":308,"entry":1728124493,"elapsed_time_sec":89,"exit":1728124582},{"keystrokes":76,"entry":1728124622,"elapsed_time_sec":19,"exit":1728124641},{"keystrokes":416,"entry":1728124657,"elapsed_time_sec":164,"exit":1728124821}],"filetype":""},"\/home\/archer\/.config\/rofi\/powermenu\/type-4\/powermenu.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/rofi\/forest.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/waybar\/scripts\/network.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/rofi\/scripts\/launcher_t4":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/usr\/local\/bin\/dunstctl":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/rofi\/colors\/catppuccin.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/Projects\/GIT_THINGS\/.git\/objects\/62\/d29f1a2581df0d40df3cd75efbf828fe54afe2":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/Downloads\/linux\/rofi\/powermenu\/powermenu.sh":{"git_project_name":"linux","visit_log":[],"filetype":"sh"},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/neo-tree.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/home\/archer\/Downloads\/Chatbot\/__pycache__\/chat.cpython-310.pyc":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/.config\/swaync\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/ayush\/dotfiles\/nvim\/init.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/home\/archer\/.config\/fastfetch\/icons\/pikachu.txt":{"git_project_name":"","visit_log":[],"filetype":"text"},"\/home\/archer\/Downloads\/AI-docs.txt":{"git_project_name":"","visit_log":[],"filetype":"text"},"\/home\/archer\/.config\/yazi\/yazi.toml":{"git_project_name":"","visit_log":[{"keystrokes":0,"entry":1727610885,"elapsed_time_sec":0}],"filetype":"toml"},"\/home\/archer\/Projects\/EdChat\/server\/src\/utils\/ApiResponse.utils.js":{"git_project_name":"EdChat","visit_log":[],"filetype":"javascript"},"\/home\/archer\/Projects\/bun.lockb":{"git_project_name":"","visit_log":[],"filetype":"conf"},"\/home\/archer\/Downloads\/Chatbot\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"\/home\/ayush\/dotfiles\/nvim\/lua\/plugins\/smooth-scroll.lua":{"git_project_name":"dotfiles","visit_log":[],"filetype":"lua"},"\/tmp\/crontab.oSjrPO":{"git_project_name":"Obsidian Vault","visit_log":[],"filetype":"crontab"},"\/home\/archer\/Downloads\/Downloads\/Catppuccin-Dark\/gtk-4.0\/gtk.css":{"git_project_name":"","visit_log":[],"filetype":"css"},"\/usr\/bin\/rxfetch":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.zshrc":{"git_project_name":"","visit_log":[{"keystrokes":119,"entry":1727843514,"elapsed_time_sec":27,"exit":1727843541},{"keystrokes":104,"entry":1727843726,"elapsed_time_sec":7,"exit":1727843733},{"keystrokes":89,"entry":1727844203,"elapsed_time_sec":23,"exit":1727844226},{"keystrokes":0,"entry":1728035757,"elapsed_time_sec":0},{"keystrokes":113,"entry":1728227367,"elapsed_time_sec":23,"exit":1728227390}],"filetype":"zsh"},"\/home\/archer\/.config\/rofi\/themes\/oxide.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/archer\/Obsidian Vault\/.github\/workflow\/auto-commit.yml":{"git_project_name":"Obsidian Vault","visit_log":[],"filetype":"yaml"},"term:\/\/~\/Downloads\/Chatbot\/\/3422:\/usr\/bin\/zsh;#toggleterm#1":{"git_project_name":"","visit_log":[],"filetype":"toggleterm"},"\/home\/archer\/hyprdots\/waybar\/.config\/waybar\/style.css":{"git_project_name":"hyprdots","visit_log":[{"keystrokes":1,"entry":1728286468,"elapsed_time_sec":252,"exit":1728286720},{"keystrokes":25,"entry":1728297384,"elapsed_time_sec":2435,"exit":1728299819},{"keystrokes":0,"entry":1728299860,"elapsed_time_sec":0}],"filetype":"css"},"\/home\/archer\/.config\/rofi\/wifi\/list.rasi":{"git_project_name":"","visit_log":[],"filetype":""},"\/home\/ayush\/Documents\/DSA\/neo-tree filesystem [1]":{"git_project_name":"","visit_log":[],"filetype":"neo-tree"},"oil:\/\/\/etc\/cron.daily\/":{"git_project_name":"","visit_log":[],"filetype":"oil"},"\/home\/archer\/Downloads\/ChatModel\/data.txt":{"git_project_name":"","visit_log":[],"filetype":"text"},"\/home\/archer\/.config\/rofi\/scripts\/launcher_t7":{"git_project_name":"","visit_log":[],"filetype":"sh"},"\/home\/archer\/.config\/starship\/starship.toml":{"git_project_name":"","visit_log":[],"filetype":"toml"},"\/home\/archer\/Downloads\/ChatModel\/chatgpt.py":{"git_project_name":"","visit_log":[],"filetype":"python"},"\/home\/archer\/Downloads\/dotfiles\/dunst\/notification.png":{"git_project_name":"dotfiles","visit_log":[],"filetype":""},"\/home\/archer\/Downloads\/Chatbot\/venv\/lib\/python3.12\/site-packages\/pip\/__init__.py":{"git_project_name":"","visit_log":[],"filetype":"python"},"\/home\/archer\/.config\/rofi\/wifi.sh":{"git_project_name":"","visit_log":[],"filetype":"sh"}},"last_cleanup":1728110982}
\ No newline at end of file
diff --git a/waybar/.config/waybar/config.jsonc b/waybar/.config/waybar/config.jsonc
index 0237ba4..02ea0e2 100644
--- a/waybar/.config/waybar/config.jsonc
+++ b/waybar/.config/waybar/config.jsonc
@@ -2,45 +2,22 @@
"layer": "top",
"margin-left": 8,
"margin-right": 8,
- "margin-top": 4,
- "margin-bottom": 1,
- "modules-left": [
- "custom/launcher",
- "hyprland/workspaces",
- "cpu",
- "memory",
- "temperature"
- ],
- "modules-center": ["clock"],
+ "margin-top": 2,
+ "margin-bottom": 2,
+ "modules-left": ["hyprland/workspaces"],
+ "modules-center": ["cpu", "memory", "clock"],
"modules-right": [
- // "hyprland/window",
- "custom/update",
"custom/wallpaper",
- "pulseaudio",
+ "wireplumber",
"backlight",
"network",
"bluetooth",
"battery"
],
-
"custom/launcher": {
"format": "",
"tooltip": false,
- "on-click": "~/.config/rofi/launchers/type-4/launcher.sh"
- },
- "hyprland/workspaces": {
- "disable-scroll": false,
- "sort-by-name": true,
- "format": " {icon} ",
- "format-icons": {
- "active": "●",
- "default": "○"
- },
- "persistent-workspaces": {
- "*": 6
- },
- "on-scroll-up": "hyprctl dispatch workspace e+1",
- "on-scroll-down": "hyprctl dispatch workspace e-1"
+ "on-click": "~/.config/rofi/launcher/launcher.sh"
},
"cpu": {
"interval": 1,
@@ -53,123 +30,87 @@
"on-click": "kitty btop",
"tooltip-format": "{used}/{total} GiB"
},
- "custom/update": {
- "interval": 86000,
- "format": "{}",
- "exec": "~/.config/waybar/scripts/check-updates.sh",
- "on-click": "kitty yay",
- "tooltip": false
- },
- "keyboard-state": {
- "numlock": true,
- "capslock": true,
- "scrolllock": false,
- "format": "{name} {icon}",
+ "hyprland/workspaces": {
+ "format": "{icon}",
+ "on-click": "activate",
+ "sort-by-name": true,
+ "on-scroll-up": "hyprctl dispatch workspace e-1",
+ "on-scroll-down": "hyprctl dispatch workspace e+1",
"format-icons": {
- "locked": "\uf023",
- "unlocked": "\uf3c1"
+ "active": "",
+ "urgent": "",
+ "default": ""
+ },
+ "persistent-workspaces": {
+ "*": 5
}
},
"clock": {
- "timezone": "Asia/Kolkata",
- "tooltip": false,
- "format": "{:%a, %d/%m | %H:%M}"
+ "format": "{:%I:%M %p • %a %d/%m}",
+ "tooltip": true,
+ "tooltip-format": "{calendar}"
},
- "custom/weather": {
- "format": "{}°C",
- "tooltip": false,
- "interval": 3600,
- "exec": "wttrbar --location 'Surat'",
- "return-type": "json"
+ "backlight": {
+ "scroll-step": 5,
+ "format": "{icon}",
+ "format-icons": [" ", " ", " ", " "]
},
"custom/wallpaper": {
"format": "\uf03e",
"on-click": "~/.config/waybar/scripts/change-wallpaper.sh && hyprpaper",
"tooltip": false
},
- "temperature": {
- "interval": 1,
- "thermal-zone": 6,
- "critical-threshold": 80,
- "format-critical": "{temperatureC}°C ",
- "format": "{temperatureC}°C ",
- "tooltip": false
- },
- "pulseaudio": {
- "format": "{icon}",
- "format-muted": "\uf6a9",
- "format-icons": {
- "headphone": "\uf025",
- "default": "\uf028"
- },
- "tooltip": true,
- "tooltip-format": "{volume%} | {desc}",
- "on-click": "pamixer -t"
- },
- "backlight": {
- "device": "intel_backlight",
- "format": "{icon}",
- "format-icons": ["☼"],
- "tooltip-format": "{percent}%",
- "tooltip": true
- },
+
"network": {
- "format-wifi": "{icon}",
- "format-icons": ["", "", "", ""],
- "format-ethernet": "",
- "format-linked": "",
+ "format-wifi": " {icon}",
+ "format-ethernet": "",
+ "format-icons": [" ", " ", " ", " ", " "],
"format-disconnected": "",
- "tooltip-format-wifi": "{essid}\n{signalStrength}\n{ifname}\n{gwaddr}",
- "tooltip-format-ethernet": " {ifname}",
- "tooltip-disconnected": "Disconnected",
- "on-click": "~/.config/rofi/wifi.sh"
- },
- "bluetooth": {
- "format": "",
- "format-disabled": "",
- "format-off": "",
- "format-connected": "",
- "format-connected-battery": " {device_battery_percentage}",
- "tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
- "tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
- "tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
- "tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%"
+ "interval": 5,
+ "tooltip-format-wifi": " {bandwidthDownBytes} | {bandwidthUpBytes} | {essid}",
+ "tooltip-format-disconnected": "Disconnected",
+ "on-click": "exec ~/.config/rofi/wifi/wifi.sh",
+ "on-click-right": "alacritty -e nmtui"
},
"battery": {
"states": {
- "good": 100,
- "warning": 40,
- "low": 20,
- "critical": 7
+ "good": 95,
+ "warning": 30,
+ "critical": 15
},
- "interval": 1,
- "format": "{capacity}% {icon}",
- "format-charging": "{capacity}% \uf0e7",
- "format-icons": ["\uf244", "\uf243", "\uf242", "\uf241", "\uf240"]
+ "format": " {capacity}% {icon} ",
+ "format-full": "{icon}",
+ "format-plugged": " {capacity}% \uf0e7 ",
+ "format-alt": "{icon} {time}",
+ "tooltip-format": "{capacity}%, about {time} left",
+ "format-icons": [" ", " ", " ", " "]
},
- "hyprland/window": {
- "format": "{class}",
- "rewrite": {
- "(.*) - Mozilla Firefox": " $1", // Firefox icon from Nerd Fonts
- "(.*) - zsh": " [$1]", // Terminal icon from Nerd Fonts
- "(.*) - Visual Studio Code": " $1", // VS Code icon
- "(.*) - LibreOffice Writer": " $1", // Document icon
- "(.*) - LibreOffice Calc": " $1", // Spreadsheet icon
- "(.*) - VLC media player": " $1", // Music icon
- "(.*) - GIMP": " $1", // GIMP icon
- "(.*) - Inkscape": " $1", // Drawing icon
- "(.*) - Spotify": " $1", // Spotify icon
- "(.*) - Discord": "ﭮ $1", // Discord icon
- "(.*) - Telegram": " $1", // Telegram icon
- "(.*) - Evince": " $1", // PDF document icon
- "(.*) - Nautilus": " $1" // File manager icon
- },
- "icon": true,
- "icon-size": 20
+
+ "wireplumber": {
+ "max-volume": 200,
+ "scroll-step": 5,
+ "format": "{icon}",
+ "format-bluetooth": "{icon}",
+ "format-icons": [" ", " ", " "],
+ "format-muted": " ",
+ "on-click-middle": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
+ "on-click": "pamixer -t",
+ "tooltip-format": "{volume}% | {desc}"
},
- "custom/powerctl": {
- "tooltip": false,
- "format": "\uf011",
- "on-click": "~/.config/rofi/powermenu/type-5/powermenu.sh"
+
+ "bluetooth": {
+ "format": "{icon}",
+ "format-icons": ["", "", "", "", ""],
+
+ "tooltip-format-off": "Bluetooth is off",
+ "tooltip-format-on": "Bluetooth is on",
+
+ "format-connected": "{icon} {num_connections}",
+ "format-connected-battery": "{icon} {device_battery_percentage}%",
+
+ "tooltip-format-connected": "{device_enumerate}",
+ "tooltip-format-enumerate-connected": "{device_alias}\t{device_battery_percentage}%",
+
+ "on-click": "blueman-manager"
}
}
diff --git a/waybar/.config/waybar/mocha.css b/waybar/.config/waybar/mocha.css
index cdbd501..f001cc4 100644
--- a/waybar/.config/waybar/mocha.css
+++ b/waybar/.config/waybar/mocha.css
@@ -1,13 +1,29 @@
-:root {
- --base: #3c3836; /* Base background color */
- --text: #ebdbb2; /* Text color */
- --green: #b8bb26; /* Green */
- --red: #fb4934; /* Red */
- --lavender: #d5c4a1; /* Lavender */
- --flamingo: #ea6a6a; /* Flamingo */
- --mauve: #c79dff; /* Mauve */
- --blue: #83a598; /* Blue */
- --rosewater: #f5e0dc; /* Rosewater */
- --yellow: #fabd2f; /* Yellow */
- --peach: #f2b5d4; /* Peach */
-}
+/* find more on https://coolors.co */
+
+/* white */
+@define-color white #fcfcfc;
+@define-color beige #EEF5DB;
+@define-color antiflash #F1F2F6;
+/* black */
+@define-color onyx #313638;
+@define-color raisin-black #1e1e2e;
+@define-color gunmetal #333745;
+@define-color charcoal #424651;
+/* blue */
+@define-color vista-blue #89a6fb;
+@define-color glaucous #577399;
+@define-color periwinkle #AEADF0;
+/* green */
+@define-color mint #52B788;
+@define-color celadon #ADF7B6;
+@define-color carribean-current #0D5D56;
+@define-color dark-cyan #368F8B;
+/* red */
+@define-color cerise #E63462;
+@define-color crayola #EF476F;
+@define-color bittersweet #EB5E55;
+/* yellow */
+@define-color arylide-yellow #E3C567;
+@define-color amber #FFBD00;
+@define-color sunglow #FFC857;
+
diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css
index 96d27c3..4339d2a 100644
--- a/waybar/.config/waybar/style.css
+++ b/waybar/.config/waybar/style.css
@@ -1,82 +1,63 @@
+@import 'mocha.css';
+
+/* reset all styles */
* {
- border: none;
- border-radius: 5px;
- font-family: 'JetbrainsMono Nerd Font Mono';
+ font-family: JetBrains Mono Nerd Font;
+ min-height: 18px;
font-size: 14px;
-}
-
-window#waybar {
- background: rgba(30, 30, 46, 0.9);
- padding: 6px;
-}
-
-#window {
- color: white;
- margin-right: 10px;
-}
-
-#custom-launcher {
- font-size: 30px;
- margin-right: 4px;
- padding: 0px 16px;
- transition: none;
- color: rgba(137, 220, 235, 1);
-}
-
-button:hover {
- box-shadow: inherit;
- text-shadow: inherit;
- background: inherit;
-}
-
-#workspaces {
- padding: 2px 10px;
- margin-right: 2px;
- background: rgba(203, 166, 247, 0.1);
-}
-
-#workspaces button {
- padding: 0px;
- color: #a6e3a1;
-}
-
-#workspaces button:hover {
- color: #f38ba8;
- background: transparent;
+ border: none;
+ border-radius: 6px;
+ padding: 0;
+ margin: 0;
+ box-shadow: none;
+ text-shadow: none;
+ background-color: transparent;
+ color: @beige;
}
#cpu {
- padding: 0px 16px;
- color: #cdd6f4;
+ padding: 0px 8px 0px 15px;
+ border-radius: 0px;
+ border-top-left-radius: 6px;
+ border-bottom-left-radius: 6px;
+ background: @raisin-black;
}
#memory {
- padding: 0px 16px;
- color: #cdd6f4; /* Text */
+ padding: 0px 15px 0px 8px;
+ border-radius: 0px;
+ border-top-right-radius: 6px;
+ border-bottom-right-radius: 6px;
+ background: @raisin-black;
+ margin-right: 2px;
}
-#custom-update {
- font-family: 'Font Awesome 5 Free';
- padding: 0px 8px;
- color: #b4befe; /* Lavender */
+/* general */
+
+tooltip,
+menu,
+#workspaces,
+#clock,
+#wireplumber,
+#backlight,
+#bluetooth,
+#network,
+#battery,
+#custom-power {
+ background: @raisin-black;
+ padding-bottom: 7px;
+ padding-top: 7px;
+ margin: 0;
}
-#keyboard-state {
- font-family: 'Font Awesome 5 Free';
- padding: 0px 16px;
- margin-right: 8px;
- color: #f38ba8; /* Flamingo */
+tooltip {
+ border: 1px solid @beige;
}
-#clock {
- padding: 0px 16px;
- margin-right: 4px;
- color: #eff1f5; /* Text */
-}
-
-#custom-weather {
- padding: 0px 8px;
- color: #eff1f5; /* Text */
+.modules-right,
+.modules-center,
+.modules-left {
+ padding: 0 5px;
}
#custom-wallpaper {
@@ -84,72 +65,73 @@ button:hover {
font-family: 'Font Awesome 5 Free';
padding: 0px 8px;
margin-right: 4px;
- color: #f38ba8; /* Mauve */
+ color: #f38ba8;
+ background: @raisin-black;
}
-#temperature {
+#workspaces {
+ padding: 0 8px 0 3px;
+ border-radius: 6px;
+ color: transparent;
+ font-weight: bold;
+ opacity: 1;
+}
+#workspaces button {
+ background: transparent;
+ min-width: 30px;
+ transition: all 0.3s ease-in-out;
+ opacity: 1;
+ color: #f38ba8;
+}
+#workspaces button.active {
+ color: #f38ba8;
+ opacity: 1;
+}
+#workspaces button.active box label {
+ color: #94e2d5;
+}
+
+#clock {
+ padding: 0 15px;
+}
+
+#custom-launcher {
+ font-size: 16px;
padding: 0px 16px;
- margin-right: 8px;
- color: #89b4fa; /* Blue */
-}
-
-#temperature.gpu {
- border-radius: 0px 8px 8px 0px;
- padding: 0px 16px;
- padding-left: 0px;
- margin-right: 8px;
- color: #89b4fa; /* Blue */
-}
-
-#temperature.critical,
-#temperature.gpu.critical {
- color: #d20f39; /* Red */
-}
-
-#pulseaudio {
- font-size: 18px;
- padding: 0px 8px;
- color: #a6e3a1; /* Rosewater */
-}
-
-#pulseaudio.muted {
- padding: 0px 8px;
- padding-right: 8px;
+ transition: none;
+ background: @raisin-black;
+ color: rgba(137, 220, 235, 1);
}
+#wireplumber,
#backlight {
- font-size: 22px;
- padding: 0px 8px;
- padding-left: 2px;
- color: #a6e3a1; /* Rosewater */
+ padding: 0 8px;
+ margin: 0 2px;
}
+#bluetooth,
#network {
- font-family: 'Font Awesome 5 Free';
- font-size: 18px;
- padding: 0px 16px;
- color: #f9e2af; /* Yellow */
+ color: #cba6f7;
}
-
#bluetooth {
- font-family: 'Font Awesome 5 Free';
- padding: 0px 16px;
- margin-right: 8px;
- color: #f9e2af; /* Yellow */
+ min-width: 20px;
+ padding: 0 10px;
+ margin: 0 2px;
+}
+#network {
+ min-width: 30px;
+ padding: 0 7px 0 2px;
+ margin: 0 2px;
}
-
#battery {
- padding: 0px 6px;
- padding-right: 16px;
- color: #fab387; /* Peach */
-}
-
-#battery:hover {
- background: white;
+ color: @mint;
+ min-width: 30px;
+ padding-left: 5px;
+ margin: 0 2px;
+ padding-right: 5px;
}
#battery.charging {
- padding: 0px 16px;
color: #eff1f5; /* Text */
background: #40a02b; /* Green */
}
@@ -185,30 +167,3 @@ button:hover {
background: #eff1f5; /* Text */
}
}
-
-#custom-powerctl {
- font-family: 'Font Awesome 5 Free';
- padding: 0px 16px;
- color: #40a02b; /* Green */
- background: #1e1e2e; /* Base */
-}
-
-button:hover,
-#cpu:hover,
-#memory:hover,
-#custom-update:hover,
-#keyboard-state:hover,
-#clock:hover,
-#custom-weather:hover,
-#custom-wallpaper:hover,
-#temperature:hover,
-#pulseaudio:hover,
-#backlight:hover,
-#network:hover,
-#bluetooth:hover,
-#battery:hover,
-#custom-powerctl:hover {
- background: #313244; /* Slightly lighter shade for hover */
- box-shadow: 0 0 10px rgba(50, 50, 93, 0.25), 0 0 20px rgba(0, 0, 0, 0.25);
- color: #eff1f5; /* Brighten text color on hover */
-}
diff --git a/zsh/.zshrc b/zsh/.zshrc
index b8e5a67..f6ed855 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -83,7 +83,7 @@ eval "$(zoxide init --cmd cd zsh)"
alias cls='clear'
alias tkill='tmux kill-server'
alias isc='nvim $(fzf -m --preview="bat --color=always {}")'
-alias ls='eza --tree --level=1 --icons --all --sort=Name'
+alias ls='eza -l --tree --level=1 --icons --all --sort=Name'
alias search='eval "~/.local/bin/search.sh"'
alias pacman='sudo pacman'
# # eval "$(oh-my-posh init zsh)"
@@ -94,9 +94,9 @@ eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
-#fastfetch
+fastfetch
#nerdfetch
-nitch
+#nitch
#wl-paste --watch cliphist store &
eval $(thefuck --alias)
@@ -125,3 +125,13 @@ export PATH=$HOME/.config/rofi/scripts:$PATH
export HYPRSHOT_DIR=$HOME/Downloads/Screenshot:$HYPRSHOT_DIR
export STARSHIP_CONFIG=~/.config/starship/starship.toml
export EDITOR=/bin/nvim
+. "/home/archer/.deno/env"
+# bun completions
+[ -s "/home/archer/.bun/_bun" ] && source "/home/archer/.bun/_bun"
+
+# bun
+export BUN_INSTALL="$HOME/.bun"
+export PATH="$BUN_INSTALL/bin:$PATH"
+
+# add Pulumi to the PATH
+export PATH=$PATH:/home/archer/.pulumi/bin