Remove .config/cava/config

Remove .config/hypr/component/waybar/config
Remove .config/hypr/component/waybar/style.css
Remove .config/hypr/autostart
Remove .config/hypr/hyprland.conf
Remove .config/hypr/scripts/expand_toolbar
Remove .config/hypr/scripts/launch_waybar
Remove .config/hypr/scripts/lock
Remove .config/hypr/scripts/rgb
Remove .config/hypr/scripts/rgb_borders
Remove .config/hypr/scripts/screenshot
Remove .config/hypr/scripts/toolbar_state
Remove .config/hypr/scripts/wall
Remove .config/hypr/scripts/workspaces
Remove .config/hypr/scripts/tools/dynamic
Remove .config/hypr/scripts/tools/expand
Remove .config/hypr/scripts/tools/notif
Remove .config/hypr/scripts/tools/start_dyn
Remove .config/hypr/wallpapers/cloud.png
Remove .config/hypr/wallpapers/clouds_realism.jpg
Remove .config/hypr/wallpapers/evening-sky.png
Remove .config/hypr/wallpapers/flower.jpg
Remove .config/hypr/wallpapers/mountain.png
Remove .config/hypr/wallpapers/totoro.png
Remove .config/hypr/wallpapers/train.jpg
Update .config/packages/archgirlie
Remove .config/wofi/config
Remove .config/wofi/menu
Remove .config/wofi/menu.css
Remove .config/wofi/style.css
This commit is contained in:
punkfairie 2024-05-26 12:02:23 -07:00
parent bb405b2ceb
commit d443866e7d
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
30 changed files with 2 additions and 1292 deletions

View file

@ -1,163 +0,0 @@
## Configuration file for CAVA. Default values are commented out. Use either ';' or '#' for commenting.
[general]
# Smoothing mode. Can be 'normal', 'scientific' or 'waves'.
mode = normal
# Accepts only non-negative values.
framerate = 60
# 'autosens' will attempt to decrease sensitivity if the bars peak. 1 = on, 0 = off
# 'overshoot' allows bars to overshoot (in % of terminal height) without initiating autosens.
; autosens = 1
; overshoot = 20
# Manual sensitivity in %. Autosens must be turned off for this to take effect.
# 200 means double height. Accepts only non-negative values.
; sensitivity = 100
# The number of bars (0-200). 0 sets it to auto (fill up console).
# Bars' width and space between bars in number of characters.
bars = 0
bar_width = 4
bar_spacing = 1
# Lower and higher cutoff frequencies for lowest and highest bars
# the bandwidth of the visualizer.
# Note: there is a minimum total bandwidth of 43Mhz x number of bars.
# Cava will automatically increase the higher cutoff if a too low band is specified.
; lower_cutoff_freq = 50
; higher_cutoff_freq = 10000
[input]
# Audio capturing method. Possible methods are: 'pulse', 'alsa' or 'fifo'.
# Defaults to 'pulse', 'alsa' or 'fifo', in that order, dependent on what support cava was built with.
#
# All input methods uses the same config variable 'source'
# to define where it should get the audio.
#
# For pulseaudio 'source' will be the source. Default: 'auto', which uses the monitor source of the default sink
# (all pulseaudio sinks(outputs) have 'monitor' sources(inputs) associated with them).
#
# For alsa 'source' will be the capture device.
# For fifo 'source' will be the path to fifo-file.
method = pulse
source = auto
; method = alsa
; source = hw:Loopback,1
; method = fifo
; source = /tmp/mpd.fifo
[output]
# Ouput method. Can be 'ncurses', 'noncurses' or 'raw'.
# 'noncurses' is for systems that does not suport ncurses.
# 'raw' is a 16 bit data stream of the bar heights that can be used to send to other applications.
# 'raw' defaults to 200 bars, which can be adjusted in the 'bars' option above.
method = ncurses
# Visual styles. Can be 'stereo' or 'mono'.
# 'stereo' mirrors both channels with low frequencies in center.
# 'mono' averages both channels and outputs left to right lowest to highest frequencies.
style = mono
# Raw output target. A fifo will be created if target does not exist.
; raw_target = /dev/stdout
# Raw data format. Can be 'binary' or 'ascii'.
; data_format = binary
# Binary bit format, can be '8bit' (0-255) or '16bit' (0-65530).
; bit_format = 16bit
# Ascii max value. In 'ascii' mode range will run from 0 to value specified here
; ascii_max_range = 1000
# Ascii delimiters. In ascii format each bar and frame is separated by a delimiters.
# Use decimal value in ascii table (i.e. 59 = ';' and 10 = '\n' (line feed)).
; bar_delimiter = 59
; frame_delimiter = 10
# [color]
# # Colors can be one of seven predefined: black, blue, cyan, green, magenta, red, white, yellow.
# # Or defined by hex code '#xxxxxx' (hex code must be within ''). User defined colors requires a
# # terminal that can change color definitions such as Gnome-terminal or rxvt.
# ; background = black
# ; foreground = cyan
# # Gradient mode, only hex defined colors are supported, background must also be defined in hex
# # or remain commented out. 1 = on, 0 = off. Warning: for certain terminal emulators cava will
# # not able to restore color definitions on exit, simply restart your terminal to restore colors.
# gradient = 1
# gradient_color_1 = '#0099ff'
# gradient_color_2 = '#ff3399'
[smoothing]
# Multiplier for the integral smoothing calculations. Takes values from 0-0.99.
# Higher values means smoother, but less precise. Set to 0 to disable.
; integral = 0.7
# Disables or enables the so-called "Monstercat smoothing". Set to 0 to disable.
; monstercat = 1
; waves = 1
# Set gravity multiplier for "drop off". Higher values means bars will drop faster.
# Accepts only non-negative values. 0.5 means half gravity, 2 means double. Set to 0 to disable "drop off".
; gravity = 1
# In bar height, bars that would have been lower that this will not be drawn.
; ignore = 0
[eq]
# This one is tricky. You can have as much keys as you want.
# Remember to uncomment more then one key! More keys = more precision.
# Look at readme.md on github for further explanations and examples.
; 1 = 1 # bass
; 2 = 1
; 3 = 1 # midtone
; 4 = 1
; 5 = 1 # treble
[color]
background = '#191724'
gradient = 1
gradient_count = 6
gradient_color_1 = '#31748f'
gradient_color_2 = '#9ccfd8'
gradient_color_3 = '#c4a7e7'
gradient_color_4 = '#ebbcba'
gradient_color_5 = '#f6c177'
gradient_color_6 = '#eb6f92'
[color]
gradient = 1
gradient_color_1 = '#94e2d5'
gradient_color_2 = '#89dceb'
gradient_color_3 = '#74c7ec'
gradient_color_4 = '#89b4fa'
gradient_color_5 = '#cba6f7'
gradient_color_6 = '#f5c2e7'
gradient_color_7 = '#eba0ac'
gradient_color_8 = '#f38ba8'

View file

@ -1,193 +0,0 @@
{
"layer": "bottom", // Waybar at top layer
"position": "top", // Waybar position (top|bottom|left|right)
"height": 50, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
"spacing": 5, // Gaps between modules (4px)
// Choose the order of the modules
// "margin-left":25,
// "margin-right":25,
"margin-bottom":-11,
//"margin-top":5,
"modules-left": ["hyprland/workspaces"],
"modules-right": ["tray","temperature","network","battery","custom/ss","custom/cycle_wall","custom/expand","cpu","clock"],
"modules-center": ["custom/dynamic_pill"],
// Modules configuration
// custom modules ////////////////
"custom/dynamic_pill": {
"return-type": "json",
// "format":"{}",
"exec": "~/.config/hypr/scripts/tools/start_dyn",
"escape":true
},
"custom/ss":{
"format":"{}",
"exec":"~/.config/hypr/scripts/tools/expand ss-icon",
"on-click": "~/.config/hypr/scripts/screenshot"
},
"custom/cycle_wall":{
"format":"{}",
"exec": "~/.config/hypr/scripts/tools/expand wall",
// "interval": 1,
"on-click": "~/.config/hypr/scripts/tools/expand cycle"
},
"custom/expand":{
"on-click":"~/.config/hypr/scripts/expand_toolbar",
"format":"{}",
"exec":"~/.config/hypr/scripts/tools/expand arrow-icon"
},
// "custom/waybar-mpris": {
// "return-type": "json",
// "exec": "echo ' '",
// "on-click": "waybar-mpris --send toggle",
// // This option will switch between players on right click.
// "on-click-right": "waybar-mpris --send player-next",
// // The options below will switch the selected player on scroll
// // "on-scroll-up": "waybar-mpris --send player-next",
// // "on-scroll-down": "waybar-mpris --send player-prev",
// // The options below will go to next/previous track on scroll
// // "on-scroll-up": "waybar-mpris --send next",
// // "on-scroll-down": "waybar-mpris --send prev",
// "escape": true
// },
//////////////////////////////////
"keyboard-state": {
"numlock": true,
"capslock": true,
"format": "{name} {icon}",
"format-icons": {
"locked": "",
"unlocked": ""
}
},
"hyprland/workspaces": {
"format": "{icon}",
"format-active": " {icon} ",
"on-click": "activate"
// "format-icons":{
// "10":"10"
// }
},
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},
"mpd": {
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩ {volume}% ",
"format-disconnected": "Disconnected ",
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
"unknown-tag": "N/A",
"interval": 2,
"consume-icons": {
"on": " "
},
"random-icons": {
"off": "<span color=\"#f53c3c\"></span> ",
"on": " "
},
"repeat-icons": {
"on": " "
},
"single-icons": {
"on": "1 "
},
"state-icons": {
"paused": "",
"playing": ""
},
"tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
}
},
"tray": {
// "icon-size": 21,
"spacing": 10
},
"clock": {
// "timezone": "America/New_York",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"interval": 60,
"format": "{:%I:%M}",
"max-length": 25
},
"cpu": {
"interval":1,
"format": "{icon0} {icon1} {icon2} {icon3}",
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"]
},
"memory": {
"format": "{}% "
},
"temperature": {
// "thermal-zone": 2,
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
"critical-threshold": 80,
"format-critical": "{temperatureC}°C",
"format": ""
},
"backlight": {
// "device": "acpi_video1",
"format": "{percent}% {icon}",
"format-icons": ["", "", "", "", "", "", "", "", ""]
},
"battery": {
"states": {
"warning": 50,
"critical": 20
},
"format": "{icon}",
"format-charging": "",
"format-plugged": "",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": ["", "", "", "", ""]
},
"battery#bat2": {
"bat": "BAT2"
},
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "",
"format-ethernet": "",
"tooltip-format": "via {gwaddr} {ifname}",
"format-linked": "",
"format-disconnected": "wifi",
"format-alt": " "
},
"pulseaudio": {
// "scroll-step": 1, // %, can be a float
"format": "{format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click": "pavucontrol"
},
"custom/media": {
"format": "{icon} {}",
"return-type": "json",
"max-length": 40,
"format-icons": {
"spotify": "",
"default": "🎜"
},
"escape": true
// "exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
}
}

View file

@ -1,340 +0,0 @@
* {
font-family: CartographCF Nerd Font,FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 13px;
}
window#waybar {
background-color: transparent;
}
#workspaces{
background-color: transparent;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 25px;
}
#workspaces button{
box-shadow: rgba(0, 0, 0, 0.116) 2 2 5 2px;
background-color: #fff ;
border-radius: 15px;
margin-right: 10px;
padding-top: 4px;
padding-bottom: 2px;
padding-right: 10px;
font-weight: bolder;
color: #cba6f7 ;
}
#workspaces button.active{
padding-right: 20px;
box-shadow: rgba(0, 0, 0, 0.288) 2 2 5 2px;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.377);
padding-left: 20px;
padding-bottom: 3px;
background: rgb(202,158,230);
background: linear-gradient(45deg, rgba(202,158,230,1) 0%, rgba(245,194,231,1) 43%, rgba(180,190,254,1) 80%, rgba(137,180,250,1) 100%);
background-size: 300% 300%;
animation: gradient 10s ease infinite;
color: #fff;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
#clock,
#battery,
#cpu,
#memory,
#disk,
#temperature,
#backlight,
#network,
#pulseaudio,
#custom-media,
#tray,
#mode,
#idle_inhibitor,
#custom-expand,
#custom-cycle_wall,
#custom-ss,
#custom-dynamic_pill,
#mpd {
padding: 0 10px;
border-radius: 15px;
background-color: #cdd6f4;
color: #516079;
box-shadow: rgba(0, 0, 0, 0.116) 2 2 5 2px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
#custom-dynamic_pill.low{
background: rgb(148,226,213);
background: linear-gradient(52deg, rgba(148,226,213,1) 0%, rgba(137,220,235,1) 19%, rgba(116,199,236,1) 43%, rgba(137,180,250,1) 56%, rgba(180,190,254,1) 80%, rgba(186,187,241,1) 100%);
background-size: 300% 300%;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.377);
animation: gradient 15s ease infinite;
font-weight: bolder;
color: #fff;
}
#custom-dynamic_pill.normal{
background: rgb(166,209,137);
background: linear-gradient(52deg, rgba(166,209,137,1) 0%, rgba(166,227,161,1) 26%, rgba(148,226,213,1) 65%, rgba(129,200,190,1) 100%);
background-size: 300% 300%;
animation: gradient 15s ease infinite;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.377);
font-weight: bolder;
color: #fff;
}
#custom-dynamic_pill.critical{
background: rgb(235,160,172);
background: linear-gradient(52deg, rgba(235,160,172,1) 0%, rgba(243,139,168,1) 30%, rgba(231,130,132,1) 48%, rgba(250,179,135,1) 77%, rgba(249,226,175,1) 100%);
background-size: 300% 300%;
animation: gradient 15s ease infinite;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.377);
font-weight: bolder;
color: #fff;
}
#custom-dynamic_pill.playing{
background: rgb(249,226,175);
background: linear-gradient(45deg, rgba(249,226,175,1) 0%, rgba(245,194,231,1) 20%, rgba(180,190,254,1) 100%);
background-size: 300% 300%;
animation: gradient 15s ease infinite;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.377);
font-weight: 900;
color: #fff ;
}
#custom-dynamic_pill.paused{
background: #fff ;
font-weight: bolder;
color: #b4befe;
}
#custom-ss{
background: #fff;
color: rgba(203,166,247,1);
font-weight: bolder;
padding: 5px;
padding-left: 20px;
padding-right: 20px;
border-radius: 15px;
}
#custom-cycle_wall{
background: rgb(245,194,231);
background: linear-gradient(45deg, rgba(245,194,231,1) 0%, rgba(203,166,247,1) 0%, rgba(243,139,168,1) 13%, rgba(235,160,172,1) 26%, rgba(250,179,135,1) 34%, rgba(249,226,175,1) 49%, rgba(166,227,161,1) 65%, rgba(148,226,213,1) 77%, rgba(137,220,235,1) 82%, rgba(116,199,236,1) 88%, rgba(137,180,250,1) 95%);
color: #fff;
background-size: 500% 500%;
animation: gradient 7s linear infinite;
font-weight: bolder;
padding: 5px;
border-radius: 15px;
}
#clock {
background: rgb(245,194,231);
background: linear-gradient(45deg, rgba(245,194,231,1) 0%, rgba(203,166,247,1) 64%, rgba(202,158,230,1) 100%);
margin-right: 25px;
color: #fff ;
background-size: 300% 300%;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.377);
animation: gradient 20s ease infinite;
font-size: 15px;
padding-top: 5px;
padding-right: 21px;
font-weight: bolder;
padding-left: 20px
}
#battery.charging, #battery.plugged {
background-color: #94e2d5 ;
}
#battery {
background-color: #fff;
color:#a6e3a1;
font-weight: bolder;
font-size: 20px;
padding-left: 15px;
padding-right: 15px;
}
@keyframes blink {
to {
background-color: #f9e2af;
color:#96804e;
}
}
#battery.critical:not(.charging) {
background-color: #f38ba8;
color:#bf5673;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
label:focus {
}
#cpu {
background: rgb(180,190,254);
background: linear-gradient(52deg, rgba(180,190,254,1) 0%, rgba(137,220,235,1) 32%, rgba(137,180,250,1) 72%, rgba(166,227,161,1) 100%);
background-size: 300% 300%;
animation: gradient 20s ease infinite;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.377);
/* background-color: #b4befe; */
color: #fff;
}
#memory {
background-color: #cba6f7;
color: #9a75c7;
font-weight: bolder;
}
#disk {
color: #964B00;
}
#backlight {
color: #90b1b1;
}
#network{
color:#000;
}
#network.disabled{
background-color: #45475a;
}
#network.disconnected{
background: rgb(243,139,168);
background: linear-gradient(45deg, rgba(243,139,168,1) 0%, rgba(250,179,135,1) 100%);
color: #fff;
font-weight: bolder;
padding-top: 3px;
padding-right: 11px;
}
#network.linked, #network.wifi{
background-color: #a6e3a1 ;
}
#network.ethernet{
background-color:#f9e2af ;
}
#pulseaudio {
background-color: #fab387;
color: #bf7d54;
font-weight: bolder;
}
#pulseaudio.muted {
background-color: #90b1b1;
}
#custom-media {
color: #66cc99;
}
#custom-media.custom-spotify {
background-color: #66cc99;
}
#custom-media.custom-vlc {
background-color: #ffa000;
}
#temperature {
background-color: #f9e2af;
color:#96804e;
}
#temperature.critical {
background-color: #f38ba8 ;
color:#bf5673;
}
#tray {
background-color: #2980b9;
}
#tray > .passive {
-gtk-icon-effect: dim;
}
#tray > .needs-attention {
-gtk-icon-effect: highlight;
background-color: #eb4d4b;
}
#idle_inhibitor {
background-color: #2d3436;
}
#idle_inhibitor.activated {
background-color: #ecf0f1;
color: #2d3436;
}
#mpd {
background-color: #66cc99;
color: #2a5c45;
}
#mpd.disconnected {
background-color: #f53c3c;
}
#mpd.stopped {
background-color: #90b1b1;
}
#mpd.paused {
background-color: #51a37a;
}
#language {
background: #00b093;
color: #740864;
padding: 0 5px;
margin: 0 5px;
min-width: 16px;
}
#keyboard-state {
background: #97e1ad;
color: #000000;
padding: 0 0px;
margin: 0 5px;
min-width: 16px;
}
#keyboard-state > label {
padding: 0 5px;
}
#keyboard-state > label.locked {
background: rgba(0, 0, 0, 0.2);
}

View file

@ -1,25 +0,0 @@
#!/usr/bin/bash
# variables
config=$HOME/.config/hypr
scripts=$config/scripts
# notification daemon
dunst &
# waybar
"$scripts/launch_waybar" &
"$scripts/tools/dynamic" &
# wallpaper
"$scripts/wall" "$config/wallpapers/cloud.png" &
# effects
"$scripts/rgb" &
# clipboard
copyq --start-server &
clipboard-sync &
# other
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &

View file

@ -1,152 +0,0 @@
monitor=,preferred,auto,1
exec-once=$HOME/.config/hypr/autostart
input {
kb_layout=
kb_variant=ffffff
kb_model=
kb_options=
kb_rules=
numlock_by_default=true
follow_mouse=1
touchpad {
natural_scroll=no
}
}
misc{
}
general {
sensitivity=1.0 # for mouse cursor
gaps_in=8
gaps_out=15
border_size=5
col.active_border=0xfff5c2e7
col.inactive_border=0xff45475a
apply_sens_to_raw=0 # whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
col.inactive_border=0xff89dceb
col.active_border=0xfff9e2af
}
decoration {
drop_shadow = true
shadow_range=100
shadow_render_power=5
col.shadow= 0x33000000
col.shadow_inactive=0x22000000
rounding=15
blur {
enabled=false
new_optimizations=true
size=1 # minimum 1
passes=1 # minimum 1, more passes = more resource intensive.
# Your blur "amount" is blur_size * blur_passes, but high blur_size (over around 5-ish) will produce artifacts.
# if you want heavy blur, you need to up the blur_passes.
# the more passes, the more you can up the blur_size without noticing artifacts.
}
}
animations {
enabled=1
# bezier=overshot,0.05,0.9,0.1,1.1
bezier=overshot,0.13,0.99,0.29,1.1
animation=windows,1,4,overshot,slide
animation=border,1,10,default
animation=fade,1,10,default
animation=workspaces,1,6,overshot,slidevert
}
dwindle {
pseudotile=1 # enable pseudotiling on dwindle
force_split=0
}
master{
}
gestures {
workspace_swipe=yes
workspace_swipe_fingers=4
}
# example window rules
# for windows named/classed as abc and xyz
#windowrule=move 69 420,abc
windowrule=move center,title:^(fly_is_kitty)$
windowrule=size 800 500,title:^(fly_is_kitty)$
windowrule=animation slide,title:^(all_is_kitty)$
windowrule=float,title:^(all_is_kitty)$
#windowrule=tile,xy
windowrule=tile,title:^(kitty)$
windowrule=float,title:^(fly_is_kitty)$
windowrule=float,title:^(clock_is_kitty)$
windowrule=size 418 234,title:^(clock_is_kitty)$
#windowrule=pseudo,abc
#windowrule=monitor 0,xyz
# example binds
bindm=SUPER,mouse:272,movewindow
bindm=SUPER,mouse:273,resizewindow
bind=SUPER,RETURN,exec,wezterm
bind=,Print,exec,~/.config/hypr/scripts/screenshot
bind=SUPER,W,killactive,
bind=SUPER,M,exit,
bind=SUPER,E,exec,nautilus
bind=SUPER,S,togglefloating,
bind=SUPER,R,exec,wofi --show drun -o DP-3
bind=SUPER,P,pseudo,
bind=SUPER,Q,exec,~/.config/hypr/scripts/lock
bind=SUPER,left,movefocus,l
bind=SUPER,right,movefocus,r
bind=SUPER,up,movefocus,u
bind=SUPER,down,movefocus,d
# bind=CTRL,1,workspace,1
# bind=CTRL,2,workspace,2
# bind=CTRL,3,workspace,3
# bind=CTRL,4,workspace,4
# bind=CTRL,5,workspace,5
# bind=CTRL,6,workspace,6
bind=SUPER,1,workspace,1
bind=SUPER,2,workspace,2
bind=SUPER,3,workspace,3
bind=SUPER,4,workspace,4
bind=SUPER,5,workspace,5
bind=SUPER,6,workspace,6
bind=SUPER,7,workspace,7
bind=SUPER,8,workspace,8
bind=SUPER,9,workspace,9
bind=SUPER,0,workspace,10
bind=ALT,1,movetoworkspace,1
bind=ALT,2,movetoworkspace,2
bind=ALT,3,movetoworkspace,3
bind=ALT,4,movetoworkspace,4
bind=ALT,5,movetoworkspace,5
bind=ALT,6,movetoworkspace,6
bind=ALT,7,movetoworkspace,7
bind=ALT,8,movetoworkspace,8
bind=ALT,9,movetoworkspace,9
bind=ALT,0,movetoworkspace,10
bind=SUPER,mouse_down,workspace,e+1
bind=SUPER,mouse_up,workspace,e-1
bind=SUPER,g,togglegroup
bind=SUPER,tab,changegroupactive
# rec
bind=CTRL,1,exec,kitty --title fly_is_kitty --hold cava
bind=CTRL,2,exec,code-insiders
bind=CTRL,3,exec,kitty --single-instance --hold donut.c
bind=CTRL,4,exec,kitty --title clock_is_kitty --hold tty-clock -C5

View file

@ -1,11 +0,0 @@
#!/bin/bash
LOCK=/tmp/expand_toolbar.lock
if [ -f "$LOCK" ]; then
echo expand
rm -f "$LOCK"
else
echo collapse
touch "$LOCK"
fi

View file

@ -1,2 +0,0 @@
#!/usr/bin/bash
waybar -c $HOME/.config/hypr/component/waybar/config -s $HOME/.config/hypr/component/waybar/style.css &

View file

@ -1,22 +0,0 @@
#!/usr/bin/bash
swaylockd \
--screenshots \
--indicator \
--clock \
--inside-wrong-color f38ba8 \
--ring-wrong-color 11111b \
--inside-clear-color a6e3a1 \
--ring-clear-color 11111b \
--inside-ver-color 89b4fa \
--ring-ver-color 11111b \
--text-color f5c2e7 \
--indicator-radius 80 \
--indicator-thickness 5 \
--effect-blur 10x7 \
--effect-vignette 0.2:0.2 \
--ring-color 11111b \
--key-hl-color f5c2e7 \
--line-color 313244 \
--inside-color 0011111b \
--separator-color 00000000 \
--fade-in 0.1 &

View file

@ -1,37 +0,0 @@
#!/usr/bin/python
import subprocess
import time
from colour import Color
gradient = [
"#ff0000",
"#00ff00",
"#0000ff",
]
def color_range(*args):
l = []
for i,color in enumerate(args):
if i == len(args)-1:
break
l.extend(color.range_to(args[i+1], 25))
return l
def rgb_to_hex(r,g,b):
return '%02x%02x%02x' % (r,g,b)
def set_color(r,g,b):
print(rgb_to_hex(r,g,b))
subprocess.run(f"hyprctl keyword dwindle:col.group_border_active 0xff{rgb_to_hex(r,g,b)}".split())
subprocess.run(f"hyprctl keyword dwindle:col.group_border 0x66{rgb_to_hex(r,g,b)}".split())
colors = color_range(*[Color(i) for i in gradient])
while 1:
for col in colors:
set_color(int(col.red*255), int(col.green*255), int(col.blue*255))
time.sleep(0.05)
for col in colors[::-1]:
set_color(int(col.red*255), int(col.green*255), int(col.blue*255))
time.sleep(0.05)

View file

@ -1,3 +0,0 @@
#!/usr/bin/bash
grim -g "$(slurp)" - | wl-copy

View file

@ -1,9 +0,0 @@
#!/bin/bash
LOCK=/tmp/expand_toolbar.lock
if [ -f "$LOCK" ]; then
exit 0
else
exit 1
fi

View file

@ -1,4 +0,0 @@
#!/usr/bin/bash
swww init
swww img $1 --transition-type grow --transition-pos "$(hyprctl cursorpos)" --transition-duration 3

View file

@ -1,34 +0,0 @@
#!/usr/bin/python
import subprocess
import time
def current_workspace():
active = subprocess.run("hyprctl activewindow".split(), stdout=subprocess.PIPE).stdout.decode("utf-8").strip()
return int(active.split(":")[4].split()[0].strip())
def gen_map(e):
current = current_workspace()
print(f"{current=}")
if e < current:
return [i for i in range(e+1, current, -1)]
elif e > current:
return [i for i in range(current,e+1)]
else:
return [current]
def go_to(e):
print(f"change to {e}")
_map = gen_map(e)
print(f"{_map=}")
t = 0.03*len(_map)
for i in _map:
subprocess.run(f"hyprctl dispatch workspace {i}".split())
time.sleep(t)
if t != 0.01:
t -= 0.03
else:
t -= 0.02
go_to(10)

View file

@ -1,83 +0,0 @@
#!/usr/bin/python
import subprocess
from pathlib import Path
import json
import pickle
import time
import threading
OUT = f"{Path.home()}/.config/hypr/store/dynamic_out.txt"
# PREV_PATH = f"{Path.home()}/.config/hypr/store/prev.txt"
prev = None
def print(ar):
with open(OUT,"w") as f:
f.write(json.dumps(ar))
# with open(f"{Path.home()}/.config/hypr/im_here","w") as f:
# f.write("")
global PAUSE_MEDIA
PAUSE_MEDIA = False
def notif_watcher():
with open(f"{Path.home()}/.config/hypr/store/latest_notif","rb") as f:
new = pickle.load(f)
global prev
if new != prev:
print(json.dumps({"class":"none","text":""}))
global PAUSE_MEDIA
PAUSE_MEDIA = True
urgency = "low"
if new["urgency"] == "CRITICAL":
urgency = "critical"
elif new["urgency"] == "NORMAL":
urgency = "normal"
doc = {
"class":urgency,
"text":f'[{new["app_name"]}] {new["summary"]}',
"tooltip":"notification"
}
print(doc)
time.sleep(3)
print({"class":"none","text":""})
PAUSE_MEDIA = False
prev = new
def start_watcher():
while 1:
notif_watcher()
time.sleep(0.5)
def debug():
while 1:
print(PAUSE_MEDIA)
time.sleep(0.5)
t = threading.Thread(target=start_watcher)
d = threading.Thread(target=debug)
t.start()
# d.start()
with open("test.log", "wb") as f:
process = subprocess.Popen(
"waybar-mpris --position --autofocus".split(),
stdout=subprocess.PIPE
)
print(json.dumps({"class":"none","text":""}))
for line in iter(lambda: process.stdout.readline().decode("utf-8"), b""):
dat = json.loads(line)
if not PAUSE_MEDIA:
if "text" in dat:
dat["text"] = dat["text"].replace(" ", "").replace("", "")
print(dat)
else:
print({"class":"none","text":""})
t.join()
# d.join()

View file

@ -1,50 +0,0 @@
#!/usr/bin/bash
TEMP=/tmp/current_wall
files=(~/.config/hypr/wallpapers/*)
hypr=~/.config/hypr
scripts=$hypr/scripts
cooldown=0.1
while true
do
case "$1" in
"cycle")
index=$(cat $TEMP)
index=$((index+1))
if [ $index -ge ${#files[@]} ]; then
index=0
fi
echo $index > $TEMP
$scripts/wall "${files[$index]}"
exit 0
;;
"arrow-icon")
if $scripts/toolbar_state; then
echo ""
else
echo ""
fi
;;
"ss-icon")
if $scripts/toolbar_state; then
echo ""
else
echo ""
fi
;;
# "media")
*)
if $scripts/toolbar_state; then
echo " "
else
echo ""
fi
;;
esac
sleep $cooldown
done

View file

@ -1,22 +0,0 @@
#!/usr/bin/python
import pickle
import os
from pathlib import Path
dat = {
"app_name":os.getenv("DUNST_APP_NAME"),
"summary":os.getenv("DUNST_SUMMARY"),
"body":os.getenv("DUNST_BODY"),
"icon":os.getenv("DUNST_ICON_path"),
"urgency":os.getenv("DUNST_URGENCY"),
"id":os.getenv("DUNST_ID"),
"progress":os.getenv("DUNST_PROGRESS"),
"category":os.getenv("DUNST_CATEGORY"),
"stack_tag":os.getenv("DUNST_STACK_TAG"),
"urls":os.getenv("DUNST_URLS"),
"timeout":os.getenv("DUNST_TIMEOUT"),
"timestamp":os.getenv("DUNST_TIMESTAMP"),
"desktop-entry":os.getenv("DUNST_DESKTOP_ENTRY"),
"stack-tag":os.getenv("DUNST_STACK_TAG"),
}
with open(f"{Path.home()}/.config/hypr/store/latest_notif", "wb") as f:
pickle.dump(dat, f)

View file

@ -1,10 +0,0 @@
#!/usr/bin/bash
while true
do
# echo ""
out=$(cat ~/.config/hypr/store/dynamic_out.txt)
echo "$out" | jq --unbuffered --compact-output
# cat ~/.config/hypr/scripts/tools/dynamic_out.txt
sleep 0.5
done

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 756 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 429 KiB

View file

@ -1,3 +1,4 @@
 -> Avoid running yay as root/sudo.
aic94xx-firmware
alsa-utils
arandr
@ -22,7 +23,6 @@ catppuccin-gtk-theme-macchiato
catppuccin-latte-grub-theme-git
catppuccin-macchiato-grub-theme-git
catppuccin-mocha-grub-theme-git
cava
chaotic-keyring
chaotic-mirrorlist
cheat-bin
@ -61,14 +61,12 @@ goland
goland-jre
google-chrome
gparted
grim
grub
gum
gvfs-smb
hunspell-en_us
hyfetch
hyphen-en
hyprland-git
imagemagick
inotify-tools
iptables-nft
@ -132,6 +130,7 @@ playerctl
plocate
polkit-kde-agent
postgresql
protontricks-git
protonup-qt
python-catppuccin
python-html2text
@ -146,14 +145,12 @@ qt5-svg
qt5ct
qt6-wayland
razercommander
rbw
re2c
redis
reflector
ripgrep
rofi
rofi-calc
rofi-rbw
rsync
rust
sddm
@ -161,12 +158,9 @@ sddm-catppuccin-git
sddm-theme-catppuccin-git
sdl2-gamepad-mapper
shfmt
slurp
smbclient
starship
steam
swaylock-effects-git
swww-git
termux-language-server
thefuck
thunar
@ -196,20 +190,15 @@ vesktop
vkd3d
volta
vulkan-tools
waybar
waybar-mpris-git
wd719x-firmware
wezterm
wget
wine
wireshark-gtk2
wishlist-bin
wl-clipboard
wofi
xclip
xdg-desktop-portal
xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland-git
xf86-video-nouveau
xfce4-settings
xorg-server

View file

@ -1,15 +0,0 @@
width=400
height=250
location=center
show=drun
prompt=Search...
filter_rate=100
allow_markup=true
no_actions=true
halign=fill
orientation=vertical
content_halign=fill
insensitive=true
allow_images=true
image_size=40
gtk_dark=true

View file

@ -1,16 +0,0 @@
# Config for wofi-wifi-menu
# position values:
# 1 2 3
# 8 0 4
# 7 6 5
POSITION=3
#y-offset
YOFF=15
#x-offset
XOFF=-30
#fields to be displayed
FIELDS=SSID,IN-USE,BARS,SECURITY

View file

@ -1,5 +0,0 @@
@import ".config/wofi/style.css";
window {
font-family: "FiraCode Nerd Font Mono";
font-size: 13px;
}

View file

@ -1,83 +0,0 @@
window {
margin: 0px;
border: 5px solid #f5c2e7;
background-color: #f5c2e7;
border-radius: 15px;
}
#input {
padding: 4px;
margin: 4px;
padding-left: 20px;
border: none;
color: #fff !important;
font-weight: bold;
background-color: #fff;
background: linear-gradient(
90deg,
rgba(203, 166, 247, 1) 0%,
rgba(245, 194, 231, 1) 100%
);
outline: none;
border-radius: 15px;
margin: 10px;
margin-bottom: 2px;
}
#input:focus {
border: 0px solid #fff;
margin-bottom: 0px;
}
#inner-box {
margin: 4px;
border: 10px solid #fff;
color: #cba6f7;
font-weight: bold;
background-color: #fff;
border-radius: 15px;
}
#outer-box {
margin: 0px;
border: none;
border-radius: 15px;
background-color: #fff;
}
#scroll {
margin-top: 5px;
border: none;
border-radius: 15px;
margin-bottom: 5px;
/* background: rgb(255,255,255); */
}
#text {
color: #cba6f7;
}
#text:selected {
color: #fff;
margin: 0px 0px;
border: none;
border-radius: 15px;
}
#entry {
margin: 0px 0px;
border: none;
border-radius: 15px;
background-color: transparent;
}
#entry:selected {
margin: 0px 0px;
border: none;
border-radius: 15px;
background: linear-gradient(
45deg,
rgba(203, 166, 247, 1) 30%,
rgba(245, 194, 231, 1) 100%
);
}