From d004c496b7f6a7425af1c3bd8fd85277bbd293d7 Mon Sep 17 00:00:00 2001
From: Trianta <56975502+Trimutex@users.noreply.github.com>
Date: Fri, 19 Jan 2024 15:36:46 -0600
Subject: [PATCH] Removed branch-specific pieces from main
---
alacritty/alacritty.toml | 13 --
alacritty/catppuccin/catppuccin-frappe.toml | 75 ----------
alacritty/catppuccin/catppuccin-latte.toml | 75 ----------
.../catppuccin/catppuccin-macchiato.toml | 75 ----------
alacritty/catppuccin/catppuccin-mocha.toml | 75 ----------
deploy.sh | 15 --
hypr/hyprland.conf | 137 -----------------
hypr/hyprpaper.conf | 5 -
hypr/mocha.conf | 61 --------
update.sh | 13 --
waybar/config.json | 141 ------------------
waybar/frappe.css | 37 -----
waybar/mocha.css | 37 -----
waybar/scripts/get_weather.sh | 19 ---
waybar/scripts/poweroff.sh | 27 ----
waybar/scripts/spotify.sh | 18 ---
waybar/style.css | 61 --------
17 files changed, 884 deletions(-)
delete mode 100644 alacritty/alacritty.toml
delete mode 100644 alacritty/catppuccin/catppuccin-frappe.toml
delete mode 100644 alacritty/catppuccin/catppuccin-latte.toml
delete mode 100644 alacritty/catppuccin/catppuccin-macchiato.toml
delete mode 100644 alacritty/catppuccin/catppuccin-mocha.toml
delete mode 100755 deploy.sh
delete mode 100755 hypr/hyprland.conf
delete mode 100755 hypr/hyprpaper.conf
delete mode 100755 hypr/mocha.conf
delete mode 100755 update.sh
delete mode 100755 waybar/config.json
delete mode 100644 waybar/frappe.css
delete mode 100755 waybar/mocha.css
delete mode 100755 waybar/scripts/get_weather.sh
delete mode 100755 waybar/scripts/poweroff.sh
delete mode 100755 waybar/scripts/spotify.sh
delete mode 100755 waybar/style.css
diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml
deleted file mode 100644
index b5fbd2f..0000000
--- a/alacritty/alacritty.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-import = ["~/.config/alacritty/catppuccin/catppuccin-frappe.toml"]
-
-[cursor.style]
-shape = "Underline"
-
-[font]
-size = 23
-
-[font.normal]
-family = "Hack Nerd Font"
-
-[window]
-opacity = 0.2
diff --git a/alacritty/catppuccin/catppuccin-frappe.toml b/alacritty/catppuccin/catppuccin-frappe.toml
deleted file mode 100644
index a3f6663..0000000
--- a/alacritty/catppuccin/catppuccin-frappe.toml
+++ /dev/null
@@ -1,75 +0,0 @@
-[colors.primary]
-background = "#303446"
-foreground = "#C6D0F5"
-dim_foreground = "#C6D0F5"
-bright_foreground = "#C6D0F5"
-
-[colors.cursor]
-text = "#303446"
-cursor = "#F2D5CF"
-
-[colors.vi_mode_cursor]
-text = "#303446"
-cursor = "#BABBF1"
-
-[colors.search.matches]
-foreground = "#303446"
-background = "#A5ADCE"
-
-[colors.search.focused_match]
-foreground = "#303446"
-background = "#A6D189"
-
-[colors.footer_bar]
-foreground = "#303446"
-background = "#A5ADCE"
-
-[colors.hints.start]
-foreground = "#303446"
-background = "#E5C890"
-
-[colors.hints.end]
-foreground = "#303446"
-background = "#A5ADCE"
-
-[colors.selection]
-text = "#303446"
-background = "#F2D5CF"
-
-[colors.normal]
-black = "#51576D"
-red = "#E78284"
-green = "#A6D189"
-yellow = "#E5C890"
-blue = "#8CAAEE"
-magenta = "#F4B8E4"
-cyan = "#81C8BE"
-white = "#B5BFE2"
-
-[colors.bright]
-black = "#626880"
-red = "#E78284"
-green = "#A6D189"
-yellow = "#E5C890"
-blue = "#8CAAEE"
-magenta = "#F4B8E4"
-cyan = "#81C8BE"
-white = "#A5ADCE"
-
-[colors.dim]
-black = "#51576D"
-red = "#E78284"
-green = "#A6D189"
-yellow = "#E5C890"
-blue = "#8CAAEE"
-magenta = "#F4B8E4"
-cyan = "#81C8BE"
-white = "#B5BFE2"
-
-[[colors.indexed_colors]]
-index = 16
-color = "#EF9F76"
-
-[[colors.indexed_colors]]
-index = 17
-color = "#F2D5CF"
diff --git a/alacritty/catppuccin/catppuccin-latte.toml b/alacritty/catppuccin/catppuccin-latte.toml
deleted file mode 100644
index 2255dfd..0000000
--- a/alacritty/catppuccin/catppuccin-latte.toml
+++ /dev/null
@@ -1,75 +0,0 @@
-[colors.primary]
-background = "#EFF1F5"
-foreground = "#4C4F69"
-dim_foreground = "#4C4F69"
-bright_foreground = "#4C4F69"
-
-[colors.cursor]
-text = "#EFF1F5"
-cursor = "#DC8A78"
-
-[colors.vi_mode_cursor]
-text = "#EFF1F5"
-cursor = "#7287FD"
-
-[colors.search.matches]
-foreground = "#EFF1F5"
-background = "#6C6F85"
-
-[colors.search.focused_match]
-foreground = "#EFF1F5"
-background = "#40A02B"
-
-[colors.footer_bar]
-foreground = "#EFF1F5"
-background = "#6C6F85"
-
-[colors.hints.start]
-foreground = "#EFF1F5"
-background = "#DF8E1D"
-
-[colors.hints.end]
-foreground = "#EFF1F5"
-background = "#6C6F85"
-
-[colors.selection]
-text = "#EFF1F5"
-background = "#DC8A78"
-
-[colors.normal]
-black = "#5C5F77"
-red = "#D20F39"
-green = "#40A02B"
-yellow = "#DF8E1D"
-blue = "#1E66F5"
-magenta = "#EA76CB"
-cyan = "#179299"
-white = "#ACB0BE"
-
-[colors.bright]
-black = "#6C6F85"
-red = "#D20F39"
-green = "#40A02B"
-yellow = "#DF8E1D"
-blue = "#1E66F5"
-magenta = "#EA76CB"
-cyan = "#179299"
-white = "#BCC0CC"
-
-[colors.dim]
-black = "#5C5F77"
-red = "#D20F39"
-green = "#40A02B"
-yellow = "#DF8E1D"
-blue = "#1E66F5"
-magenta = "#EA76CB"
-cyan = "#179299"
-white = "#ACB0BE"
-
-[[colors.indexed_colors]]
-index = 16
-color = "#FE640B"
-
-[[colors.indexed_colors]]
-index = 17
-color = "#DC8A78"
diff --git a/alacritty/catppuccin/catppuccin-macchiato.toml b/alacritty/catppuccin/catppuccin-macchiato.toml
deleted file mode 100644
index 0e643eb..0000000
--- a/alacritty/catppuccin/catppuccin-macchiato.toml
+++ /dev/null
@@ -1,75 +0,0 @@
-[colors.primary]
-background = "#24273A"
-foreground = "#CAD3F5"
-dim_foreground = "#CAD3F5"
-bright_foreground = "#CAD3F5"
-
-[colors.cursor]
-text = "#24273A"
-cursor = "#F4DBD6"
-
-[colors.vi_mode_cursor]
-text = "#24273A"
-cursor = "#B7BDF8"
-
-[colors.search.matches]
-foreground = "#24273A"
-background = "#A5ADCB"
-
-[colors.search.focused_match]
-foreground = "#24273A"
-background = "#A6DA95"
-
-[colors.footer_bar]
-foreground = "#24273A"
-background = "#A5ADCB"
-
-[colors.hints.start]
-foreground = "#24273A"
-background = "#EED49F"
-
-[colors.hints.end]
-foreground = "#24273A"
-background = "#A5ADCB"
-
-[colors.selection]
-text = "#24273A"
-background = "#F4DBD6"
-
-[colors.normal]
-black = "#494D64"
-red = "#ED8796"
-green = "#A6DA95"
-yellow = "#EED49F"
-blue = "#8AADF4"
-magenta = "#F5BDE6"
-cyan = "#8BD5CA"
-white = "#B8C0E0"
-
-[colors.bright]
-black = "#5B6078"
-red = "#ED8796"
-green = "#A6DA95"
-yellow = "#EED49F"
-blue = "#8AADF4"
-magenta = "#F5BDE6"
-cyan = "#8BD5CA"
-white = "#A5ADCB"
-
-[colors.dim]
-black = "#494D64"
-red = "#ED8796"
-green = "#A6DA95"
-yellow = "#EED49F"
-blue = "#8AADF4"
-magenta = "#F5BDE6"
-cyan = "#8BD5CA"
-white = "#B8C0E0"
-
-[[colors.indexed_colors]]
-index = 16
-color = "#F5A97F"
-
-[[colors.indexed_colors]]
-index = 17
-color = "#F4DBD6"
diff --git a/alacritty/catppuccin/catppuccin-mocha.toml b/alacritty/catppuccin/catppuccin-mocha.toml
deleted file mode 100644
index 1dfe857..0000000
--- a/alacritty/catppuccin/catppuccin-mocha.toml
+++ /dev/null
@@ -1,75 +0,0 @@
-[colors.primary]
-background = "#1E1E2E"
-foreground = "#CDD6F4"
-dim_foreground = "#CDD6F4"
-bright_foreground = "#CDD6F4"
-
-[colors.cursor]
-text = "#1E1E2E"
-cursor = "#F5E0DC"
-
-[colors.vi_mode_cursor]
-text = "#1E1E2E"
-cursor = "#B4BEFE"
-
-[colors.search.matches]
-foreground = "#1E1E2E"
-background = "#A6ADC8"
-
-[colors.search.focused_match]
-foreground = "#1E1E2E"
-background = "#A6E3A1"
-
-[colors.footer_bar]
-foreground = "#1E1E2E"
-background = "#A6ADC8"
-
-[colors.hints.start]
-foreground = "#1E1E2E"
-background = "#F9E2AF"
-
-[colors.hints.end]
-foreground = "#1E1E2E"
-background = "#A6ADC8"
-
-[colors.selection]
-text = "#1E1E2E"
-background = "#F5E0DC"
-
-[colors.normal]
-black = "#45475A"
-red = "#F38BA8"
-green = "#A6E3A1"
-yellow = "#F9E2AF"
-blue = "#89B4FA"
-magenta = "#F5C2E7"
-cyan = "#94E2D5"
-white = "#BAC2DE"
-
-[colors.bright]
-black = "#585B70"
-red = "#F38BA8"
-green = "#A6E3A1"
-yellow = "#F9E2AF"
-blue = "#89B4FA"
-magenta = "#F5C2E7"
-cyan = "#94E2D5"
-white = "#A6ADC8"
-
-[colors.dim]
-black = "#45475A"
-red = "#F38BA8"
-green = "#A6E3A1"
-yellow = "#F9E2AF"
-blue = "#89B4FA"
-magenta = "#F5C2E7"
-cyan = "#94E2D5"
-white = "#BAC2DE"
-
-[[colors.indexed_colors]]
-index = 16
-color = "#FAB387"
-
-[[colors.indexed_colors]]
-index = 17
-color = "#F5E0DC"
diff --git a/deploy.sh b/deploy.sh
deleted file mode 100755
index 5c8a3d0..0000000
--- a/deploy.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-echo "Syncing user with alacritty..."
-rsync --recursive $(dirname "$0")/alacritty/ ~/.config/alacritty
-echo "Syncing user with hypr..."
-rsync --recursive $(dirname "$0")/hypr/ ~/.config/hypr
-echo "Syncing user with nvim..."
-rsync --recursive $(dirname "$0")/nvim/ ~/.config/nvim
-echo "Syncing user with tmux..."
-echo " Note: prefix + I for tmux setup"
-mkdir -p ~/tmux
-rsync --recursive $(dirname "$0")/tmux/tmux.conf ~/.config/tmux/tmux.conf
-echo "Syncing user with waybar..."
-rsync --recursive $(dirname "$0")/waybar/ ~/.config/waybar
-echo "Syncing complete!"
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
deleted file mode 100755
index 1aa01b0..0000000
--- a/hypr/hyprland.conf
+++ /dev/null
@@ -1,137 +0,0 @@
-# Monitor
-monitor=,highrr,auto,1.00
-
-# Startup
-exec-once = hyprpaper
-exec-once = waybar -c ~/.config/waybar/config.json
-exec-once = pulseaudio
-exec-once = linux-discord-rich-presence --config ~/.config/linux-discord-rich-presencerc
-exec-once = syncthing --no-browser
-
-# Settings
-input {
- kb_layout = us
- kb_variant =
- kb_model =
- kb_options =
- kb_rules =
-
- follow_mouse = 2
-
- touchpad {
- natural_scroll = no
- }
-
- sensitivity = 0
-}
-
-general {
- gaps_in = 5
- gaps_out = 10
- border_size = 0
- layout = dwindle
-}
-
-decoration {
- rounding = 10
- blur {
- enabled = false
- size = 3
- passes = 1
- }
- drop_shadow = false
- shadow_range = 4
- shadow_render_power = 3
- col.shadow = rgba(1a1a1aee)
- active_opacity = 0.75
- inactive_opacity = 0.75
-}
-
-animations {
- enabled = yes
- animation = windows, 1, 8, default
- animation = windowsOut, 1, 8, default
- animation = border, 1, 8, default
- animation = borderangle, 1, 8, default
- animation = fade, 1, 8, default
- animation = workspaces, 1, 8, default, slidefade 80%
-}
-
-dwindle {
- pseudotile = yes
- preserve_split = yes
-}
-
-master {
- new_is_master = true
-}
-
-gestures {
- workspace_swipe = off
-}
-
-misc {
- vfr = true
- disable_hyprland_logo = true
- disable_splash_rendering = true
- force_default_wallpaper = 0
-}
-
-device:epic-mouse-v1 {
- sensitivity = -0.5
-}
-
-# Window rules
-windowrule = float, ^(SnakePlusPlus)$
-windowrule = center, ^(SnakePlusPlus)$
-
-# General binds
-$mainMod = SUPER
-bind = $mainMod, RETURN, exec, alacritty
-bind = $mainMod SHIFT, P, pseudo
-bind = $mainMod SHIFT, Q, killactive
-bind = $mainMod SHIFT, L, exec, swaylock -e -c 000000
-bind = $mainMod, M, exit,
-bind = $mainMod, F, fullscreen
-bind = $mainMod, SPACE, togglefloating
-bind = $mainMod, S, exec, wofi --show drun
-bind = $mainMod SHIFT, S, exec, hyprshot -m region --clipboard-only
-
-# Laptop binds
-binde = , XF86MonBrightnessDown, exec, brightnessctl set 5%-
-binde = , XF86MonBrightnessUp, exec, brightnessctl set 5%+
-binde = , XF86AudioMute, exec, pulseaudio-ctl mute
-binde = , XF86AudioLowerVolume, exec, pulseaudio-ctl down
-binde = , XF86AudioRaiseVolume, exec, pulseaudio-ctl up
-
-
-# Move focus
-bind = $mainMod, h, movefocus, l
-bind = $mainMod, l, movefocus, r
-bind = $mainMod, k, movefocus, u
-bind = $mainMod, j, movefocus, d
-
-# Switch workspaces with mainMod + [0-9]
-bind = $mainMod, 1, workspace, 1
-bind = $mainMod, 2, workspace, 2
-bind = $mainMod, 3, workspace, 3
-bind = $mainMod, 4, workspace, 4
-bind = $mainMod, 5, workspace, 5
-
-# Move active window to a workspace with mainMod + SHIFT + [0-9]
-bind = $mainMod SHIFT, 1, movetoworkspace, 1
-bind = $mainMod SHIFT, 2, movetoworkspace, 2
-bind = $mainMod SHIFT, 3, movetoworkspace, 3
-bind = $mainMod SHIFT, 4, movetoworkspace, 4
-bind = $mainMod SHIFT, 5, movetoworkspace, 5
-
-# Move/resize windows with mainMod + LMB/RMB and dragging
-bindm = $mainMod, mouse:272, movewindow
-bindm = $mainMod, mouse:273, resizewindow
-
-# sets repeatable binds for resizing the active window
-binde = $mainMod, right, resizeactive, 10 0
-binde = $mainMod, left, resizeactive, -10 0
-binde = $mainMod, up, resizeactive, 0 -10
-binde = $mainMod, down, resizeactive, 0 10
-
diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf
deleted file mode 100755
index 8b7cbe9..0000000
--- a/hypr/hyprpaper.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-splash = false
-# Single monitor setup
-preload=~/pics/dharmx/nord/holy-arch-nordic.png
-wallpaper=eDP-1,~/pics/dharmx/nord/holy-arch-nordic.png
-ipc = off
diff --git a/hypr/mocha.conf b/hypr/mocha.conf
deleted file mode 100755
index e07e4d3..0000000
--- a/hypr/mocha.conf
+++ /dev/null
@@ -1,61 +0,0 @@
-$rosewaterAlpha = fff5e0dc
-$flamingoAlpha = fff2cdcd
-$pinkAlpha = fff5c2e7
-$mauveAlpha = ffcba6f7
-$redAlpha = fff38ba8
-$maroonAlpha = ffeba0ac
-$peachAlpha = fffab387
-$yellowAlpha = fff9e2af
-$greenAlpha = ffa6e3a1
-$tealAlpha = ff94e2d5
-$skyAlpha = ff89dceb
-$sapphireAlpha = ff74c7ec
-$blueAlpha = ff89b4fa
-$lavenderAlpha = ffb4befe
-
-$textAlpha = ffcdd6f4
-$subtext1Alpha = ffbac2de
-$subtext0Alpha = ffa6adc8
-
-$overlay2Alpha = ff9399b2
-$overlay1Alpha = ff7f849c
-$overlay0Alpha = ff6c7086
-
-$surface2Alpha = ff585b70
-$surface1Alpha = ff45475a
-$surface0Alpha = ff313244
-
-$baseAlpha = ff1e1e2e
-$mantleAlpha = ff181825
-$crustAlpha = ff11111b
-
-$rosewater = 0xfff5e0dc
-$flamingo = 0xfff2cdcd
-$pink = 0xfff5c2e7
-$mauve = 0xffcba6f7
-$red = 0xfff38ba8
-$maroon = 0xffeba0ac
-$peach = 0xfffab387
-$yellow = 0xfff9e2af
-$green = 0xffa6e3a1
-$teal = 0xff94e2d5
-$sky = 0xff89dceb
-$sapphire = 0xff74c7ec
-$blue = 0xff89b4fa
-$lavender = 0xffb4befe
-
-$text = 0xffcdd6f4
-$subtext1 = 0xffbac2de
-$subtext0 = 0xffa6adc8
-
-$overlay2 = 0xff9399b2
-$overlay1 = 0xff7f849c
-$overlay0 = 0xff6c7086
-
-$surface2 = 0xff585b70
-$surface1 = 0xff45475a
-$surface0 = 0xff313244
-
-$base = 0xff1e1e2e
-$mantle = 0xff181825
-$crust = 0xff11111b
diff --git a/update.sh b/update.sh
deleted file mode 100755
index 5ee2119..0000000
--- a/update.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-echo "Syncing dotfiles with alacritty..."
-rsync --recursive ~/.config/alacritty $(dirname "$0")
-echo "Syncing dotfiles with hypr..."
-rsync --recursive ~/.config/hypr $(dirname "$0")
-echo "Syncing dotfiles with nvim..."
-rsync --recursive ~/.config/nvim $(dirname "$0")
-echo "Syncing dotfiles with tmux..."
-rsync ~/.config/tmux/tmux.conf $(dirname "$0")/tmux/tmux.conf
-echo "Syncing dotfiles with waybar..."
-rsync --recursive ~/.config/waybar $(dirname "$0")
-echo "Syncing complete!"
diff --git a/waybar/config.json b/waybar/config.json
deleted file mode 100755
index 3496026..0000000
--- a/waybar/config.json
+++ /dev/null
@@ -1,141 +0,0 @@
-[
- {
- "name": "main",
- "layer": "top",
- "position": "top",
- "height": 38,
- "spacing": 4,
- "margin-top": 4,
- "margin-bottom": 0,
- "output": "eDP-1",
- "modules-left": [
- "disk",
- "memory",
- "cpu",
- "temperature",
- "pulseaudio"
- ],
- "modules-center": ["hyprland/workspaces"],
- "modules-right": [
- "tray",
- "network#wifi",
- "custom/weather",
- "battery",
- "clock",
- "custom/poweroff"
- ],
- "battery": {
- "interval": 60,
- "states": {
- "warning": 30,
- "critical": 15
- },
- "format": "{icon} {capacity}%",
- "format-icons": ["", "", "", "", "", ""],
- "max-length": 25
- },
- "clock": {
- "interval": 1,
- "format": "{:%H:%M:%S}",
- "format-alt": "{:%Y-%m-%d}",
- "tooltip-format": "{:%Y %B}\n{calendar}"
- },
- "cpu": {
- "format": " {usage}%",
- "tooltip": false
- },
- "disk": {
- "format": " {}%",
- "tooltip-format": "{used} / {total} used"
- },
- "idle_inhibitor": {
- "format": "{icon}",
- "format-icons": {
- "activated": "",
- "deactivated": ""
- }
- },
- "memory": {
- "format": " {}%",
- "tooltip-format": "{used:0.1f}G / {total:0.1f}G used"
- },
- "temperature": {
- "critical-threshold": 80,
- "format": "{icon} {temperatureC}°C",
- "format-icons": ["", "", "", "", ""],
- "hwmon-path": "/sys/class/thermal/thermal_zone2/temp"
- },
- "network#wifi": {
- "interface": "wlo1",
- "format-wifi": " {essid} ({signalStrength})%",
- "format-disconnected": "",
- "tooltip-format": "{ifname}: {ipaddr}/{cidr}"
- },
- "hyprland/workspaces": {
- "format": "{icon}",
- "sort-by-number": true,
- "all-outputs": true,
- "disable-scroll": true,
- "active-only": false,
- "format-icons": {
- "default": "",
- "persistent": "",
- "active": ""
- },
- "persistent-workspaces": {
- "1": [ ],
- "2": [ ],
- "3": [ ],
- "4": [ ],
- "5": [ ]
- }
- },
- "wlr/taskbar": {
- "format": "{name}",
- "icon-size": 32,
- "tooltip": false,
- "on-click": "activate",
- "on-click-right": "close",
- "all-outputs": true,
- "ignore-list": [
- "xwaylandvideobridge"
- ],
- "rewrite": {
- "(.*)Firefox Web Browser": "",
- "(.*)Discord": "",
- "(.*)Alacritty": "",
- "Steam(.*)": "",
- "(.*)Spotify": ""
- }
- },
- "pulseaudio": {
- "format": " {volume}%",
- "format-muted": " 0%",
- "max-volume": 100,
- "scroll-step": 0
- },
- "tray": {
- "icon-size": 21,
- "spacing": 10
- },
- "custom/spotify": {
- "interval": 1,
- "return-type": "json",
- "exec": "~/.config/waybar/scripts/spotify.sh",
- "exec-if": "pgrep spotify",
- "escape": true
- },
- "custom/poweroff": {
- "tooltip": false,
- "format": " ",
- "on-click": "bash ~/.config/waybar/scripts/poweroff.sh"
- },
- "custom/weather": {
- "exec": "~/.config/waybar/scripts/get_weather.sh Belleville+Illinois",
- "return-type": "json",
- "format": "{}",
- "tooltip": true,
- "interval": 3600
- }
- }
-]
diff --git a/waybar/frappe.css b/waybar/frappe.css
deleted file mode 100644
index 18520fb..0000000
--- a/waybar/frappe.css
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
-*
-* Catppuccin Frappe palette
-* Maintainer: rubyowo
-*
-*/
-
-@define-color base #303446;
-@define-color mantle #292c3c;
-@define-color crust #232634;
-
-@define-color text #c6d0f5;
-@define-color subtext0 #a5adce;
-@define-color subtext1 #b5bfe2;
-
-@define-color surface0 #414559;
-@define-color surface1 #51576d;
-@define-color surface2 #626880;
-
-@define-color overlay0 #737994;
-@define-color overlay1 #838ba7;
-@define-color overlay2 #949cbb;
-
-@define-color blue #8caaee;
-@define-color lavender #babbf1;
-@define-color sapphire #85c1dc;
-@define-color sky #99d1db;
-@define-color teal #81c8be;
-@define-color green #a6d189;
-@define-color yellow #e5c890;
-@define-color peach #ef9f76;
-@define-color maroon #ea999c;
-@define-color red #e78284;
-@define-color mauve #ca9ee6;
-@define-color pink #f4b8e4;
-@define-color flamingo #eebebe;
-@define-color rosewater #f2d5cf;
diff --git a/waybar/mocha.css b/waybar/mocha.css
deleted file mode 100755
index 98e218a..0000000
--- a/waybar/mocha.css
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
-*
-* Catppuccin Mocha palette
-* Maintainer: rubyowo
-*
-*/
-
-@define-color base #1e1e2e;
-@define-color mantle #181825;
-@define-color crust #11111b;
-
-@define-color text #cdd6f4;
-@define-color subtext0 #a6adc8;
-@define-color subtext1 #bac2de;
-
-@define-color surface0 #313244;
-@define-color surface1 #45475a;
-@define-color surface2 #585b70;
-
-@define-color overlay0 #6c7086;
-@define-color overlay1 #7f849c;
-@define-color overlay2 #9399b2;
-
-@define-color blue #89b4fa;
-@define-color lavender #b4befe;
-@define-color sapphire #74c7ec;
-@define-color sky #89dceb;
-@define-color teal #94e2d5;
-@define-color green #a6e3a1;
-@define-color yellow #f9e2af;
-@define-color peach #fab387;
-@define-color maroon #eba0ac;
-@define-color red #f38ba8;
-@define-color mauve #cba6f7;
-@define-color pink #f5c2e7;
-@define-color flamingo #f2cdcd;
-@define-color rosewater #f5e0dc;
diff --git a/waybar/scripts/get_weather.sh b/waybar/scripts/get_weather.sh
deleted file mode 100755
index 7278b23..0000000
--- a/waybar/scripts/get_weather.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env bash
-# get_weather.sh
-for i in {1..5}
-do
- text=$(curl -s "https://wttr.in/$1?format=1")
- if [[ $? == 0 ]]
- then
- text=$(echo "$text" | sed -E "s/\s+/ /g")
- tooltip=$(curl -s "https://wttr.in/$1?format=4")
- if [[ $? == 0 ]]
- then
- tooltip=$(echo "$tooltip" | sed -E "s/\s+/ /g")
- echo "{\"text\":\"$text\", \"tooltip\":\"$tooltip\"}"
- exit
- fi
- fi
- sleep 2
-done
-echo "{\"text\":\"error\", \"tooltip\":\"error\"}"
diff --git a/waybar/scripts/poweroff.sh b/waybar/scripts/poweroff.sh
deleted file mode 100755
index 3f5d4c7..0000000
--- a/waybar/scripts/poweroff.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/bash
-case $(wofi -d -L 6 -l 3 -W 100 -x -100 -y 10 \
- -D dynamic_lines=true << EOF | sed 's/^ *//'
- Shutdown
- Reboot
- Log off
- Sleep
- Lock
- Cancel
-EOF
-) in
- "Shutdown")
- systemctl poweroff
- ;;
- "Reboot")
- systemctl reboot
- ;;
- "Sleep")
- systemctl suspend
- ;;
- "Lock")
- loginctl lock-session
- ;;
- "Log off")
- hyprctl dispatch exit
- ;;
-esac
diff --git a/waybar/scripts/spotify.sh b/waybar/scripts/spotify.sh
deleted file mode 100755
index c00622b..0000000
--- a/waybar/scripts/spotify.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-class=$(playerctl metadata --player=spotify --format '{{lc(status)}}')
-icon=""
-
-if [[ $class == "playing" ]]; then
- info=$(playerctl metadata --player=spotify --format '{{artist}} - {{title}}')
- if [[ ${#info} > 40 ]]; then
- info=$(echo $info | cut -c1-40)"..."
- fi
- text=$info" "$icon
-elif [[ $class == "paused" ]]; then
- text=$icon
-elif [[ $class == "stopped" ]]; then
- text=""
-fi
-
-echo -e "{\"text\":\""$text"\", \"class\":\""$class"\"}"
diff --git a/waybar/style.css b/waybar/style.css
deleted file mode 100755
index e29a7bf..0000000
--- a/waybar/style.css
+++ /dev/null
@@ -1,61 +0,0 @@
-@import "frappe.css";
-
-* {
- border: none;
- border-radius: 0px;
- min-height: 0;
- font-size: 14px;
- font-family: "Hack Nerd Font";
-}
-
-window#waybar {
- background-color: transparent;
- color: @text;
-}
-
-#workspaces {
- margin: 4px 0;
- border-radius: 5px;
- background: transparent;
-}
-
-#workspaces button {
- color: @overlay0;
- background: transparent;
- transition: all 0.1s ease;
-}
-
-#workspaces button.active {
- color: @lavender;
- border-top: 2px solid @lavender;
- transition: all 0.1s ease;
-}
-
-#clock,
-#cpu,
-#disk,
-#memory,
-#network,
-#temperature,
-#tray,
-#pulseaudio,
-#custom-poweroff,
-#custom-weather {
- padding: 0 10px;
-}
-
-#pulseaudio {
- color: @sapphire;
-}
-#disk {
- color: @peach;
-}
-#memory {
- color: @teal;
-}
-#cpu {
- color: @lavender;
-}
-#temperature {
- color: @sky;
-}