65 changed files with 2010 additions and 864 deletions
@ -1,194 +0,0 @@ |
|||||||
# -*- conf -*- |
|
||||||
|
|
||||||
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) |
|
||||||
# term=foot (or xterm-256color if built with -Dterminfo=disabled) |
|
||||||
# login-shell=no |
|
||||||
|
|
||||||
# app-id=foot |
|
||||||
# title=foot |
|
||||||
# locked-title=no |
|
||||||
|
|
||||||
font=Fira Code:weight=SemiBold:size=12 |
|
||||||
#font=Fantasque Sans Mono:weight=SemiBold:size=13 |
|
||||||
# font-bold=<bold variant of regular font> |
|
||||||
# font-italic=<italic variant of regular font> |
|
||||||
# font-bold-italic=<bold+italic variant of regular font> |
|
||||||
# line-height=<font metrics> |
|
||||||
# letter-spacing=0 |
|
||||||
# horizontal-letter-offset=0 |
|
||||||
# vertical-letter-offset=0 |
|
||||||
# underline-offset=<font metrics> |
|
||||||
# box-drawings-uses-font-glyphs=no |
|
||||||
dpi-aware=no |
|
||||||
|
|
||||||
# initial-window-size-pixels=700x500 # Or, |
|
||||||
# initial-window-size-chars=<COLSxROWS> |
|
||||||
# initial-window-mode=windowed |
|
||||||
# pad=2x2 # optionally append 'center' |
|
||||||
# resize-delay-ms=100 |
|
||||||
|
|
||||||
# notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} |
|
||||||
|
|
||||||
bold-text-in-bright=yes |
|
||||||
# word-delimiters=,│`|:"'()[]{}<> |
|
||||||
# selection-target=primary |
|
||||||
# workers=<number of logical CPUs> |
|
||||||
|
|
||||||
#[environment] |
|
||||||
# name=value |
|
||||||
|
|
||||||
[bell] |
|
||||||
# urgent=no |
|
||||||
# notify=no |
|
||||||
# command= |
|
||||||
# command-focused=no |
|
||||||
|
|
||||||
[scrollback] |
|
||||||
# lines=1000 |
|
||||||
# multiplier=3.0 |
|
||||||
# indicator-position=relative |
|
||||||
# indicator-format= |
|
||||||
|
|
||||||
[url] |
|
||||||
# launch=xdg-open ${url} |
|
||||||
# label-letters=sadfjklewcmpgh |
|
||||||
# osc8-underline=url-mode |
|
||||||
# protocols=http, https, ftp, ftps, file, gemini, gopher |
|
||||||
# uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[] |
|
||||||
|
|
||||||
[cursor] |
|
||||||
# style=block |
|
||||||
# color=<inverse foreground/background> |
|
||||||
# blink=no |
|
||||||
# beam-thickness=1.5 |
|
||||||
# underline-thickness=<font underline thickness> |
|
||||||
|
|
||||||
[mouse] |
|
||||||
# hide-when-typing=no |
|
||||||
# alternate-scroll-mode=yes |
|
||||||
|
|
||||||
[colors] |
|
||||||
alpha=0.6 |
|
||||||
foreground=dddddd |
|
||||||
background=000000 |
|
||||||
|
|
||||||
## kitty themes ## |
|
||||||
regular0=000000 # black |
|
||||||
regular1=cc0403 # red |
|
||||||
regular2=19cb00 # green |
|
||||||
regular3=cecb00 # yellow |
|
||||||
regular4=0d73cc # blue |
|
||||||
regular5=cb1ed1 # magenta |
|
||||||
regular6=0dcdcd # cyan |
|
||||||
regular7=dddddd # white |
|
||||||
bright0=767676 # bright black |
|
||||||
bright1=f2201f # bright red |
|
||||||
bright2=23fd00 # bright green |
|
||||||
bright3=fffd00 # bright yellow |
|
||||||
bright4=1a8fff # bright blue |
|
||||||
bright5=fd28ff # bright magenta |
|
||||||
bright6=14ffff # bright cyan |
|
||||||
bright7=ffffff # bright white |
|
||||||
|
|
||||||
## dimmed colors (see foot.ini(5) man page) |
|
||||||
# dim0=<not set> |
|
||||||
# ... |
|
||||||
# dim7=<not-set> |
|
||||||
|
|
||||||
## The remaining 256-color palette |
|
||||||
# 16 = <256-color palette #16> |
|
||||||
# ... |
|
||||||
# 255 = <256-color palette #255> |
|
||||||
|
|
||||||
## Misc colors |
|
||||||
# selection-foreground=<inverse foreground/background> |
|
||||||
# selection-background=<inverse foreground/background> |
|
||||||
# jump-labels=<regular0> <regular3> # black-on-yellow |
|
||||||
# scrollback-indicator=<regular0> <bright4> # black-on-bright-blue |
|
||||||
# search-box-no-match=<regular0> <regular1> # black-on-red |
|
||||||
# search-box-match=<regular0> <regular3> # black-on-yellow |
|
||||||
# urls=<regular3> |
|
||||||
|
|
||||||
[csd] |
|
||||||
# preferred=server |
|
||||||
# size=26 |
|
||||||
# font=<primary font> |
|
||||||
# color=<foreground color> |
|
||||||
# hide-when-typing=no |
|
||||||
# border-width=0 |
|
||||||
# border-color=<csd.color> |
|
||||||
# button-width=26 |
|
||||||
# button-color=<background color> |
|
||||||
# button-minimize-color=<regular4> |
|
||||||
# button-maximize-color=<regular2> |
|
||||||
# button-close-color=<regular1> |
|
||||||
|
|
||||||
[key-bindings] |
|
||||||
# scrollback-up-page=Shift+Page_Up |
|
||||||
# scrollback-up-half-page=none |
|
||||||
# scrollback-up-line=none |
|
||||||
# scrollback-down-page=Shift+Page_Down |
|
||||||
# scrollback-down-half-page=none |
|
||||||
# scrollback-down-line=none |
|
||||||
# clipboard-copy=Control+Shift+c XF86Copy |
|
||||||
# clipboard-paste=Control+Shift+v XF86Paste |
|
||||||
# primary-paste=Shift+Insert |
|
||||||
# search-start=Control+Shift+r |
|
||||||
# font-increase=Control+plus Control+equal Control+KP_Add |
|
||||||
# font-decrease=Control+minus Control+KP_Subtract |
|
||||||
# font-reset=Control+0 Control+KP_0 |
|
||||||
# spawn-terminal=Control+Shift+n |
|
||||||
# minimize=none |
|
||||||
# maximize=none |
|
||||||
# fullscreen=none |
|
||||||
# pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none |
|
||||||
# pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none |
|
||||||
# pipe-selected=[xargs -r firefox] none |
|
||||||
# show-urls-launch=Control+Shift+u |
|
||||||
# show-urls-copy=none |
|
||||||
# show-urls-persistent=none |
|
||||||
# prompt-prev=Control+Shift+z |
|
||||||
# prompt-next=Control+Shift+x |
|
||||||
# unicode-input=none |
|
||||||
# noop=none |
|
||||||
|
|
||||||
[search-bindings] |
|
||||||
# cancel=Control+g Control+c Escape |
|
||||||
# commit=Return |
|
||||||
# find-prev=Control+r |
|
||||||
# find-next=Control+s |
|
||||||
# cursor-left=Left Control+b |
|
||||||
# cursor-left-word=Control+Left Mod1+b |
|
||||||
# cursor-right=Right Control+f |
|
||||||
# cursor-right-word=Control+Right Mod1+f |
|
||||||
# cursor-home=Home Control+a |
|
||||||
# cursor-end=End Control+e |
|
||||||
# delete-prev=BackSpace |
|
||||||
# delete-prev-word=Mod1+BackSpace Control+BackSpace |
|
||||||
# delete-next=Delete |
|
||||||
# delete-next-word=Mod1+d Control+Delete |
|
||||||
# extend-to-word-boundary=Control+w |
|
||||||
# extend-to-next-whitespace=Control+Shift+w |
|
||||||
# clipboard-paste=Control+v Control+Shift+v Control+y XF86Paste |
|
||||||
# primary-paste=Shift+Insert |
|
||||||
# unicode-input=none |
|
||||||
|
|
||||||
[url-bindings] |
|
||||||
# cancel=Control+g Control+c Control+d Escape |
|
||||||
# toggle-url-visible=t |
|
||||||
|
|
||||||
[text-bindings] |
|
||||||
# \x03=Mod4+c # Map Super+c -> Ctrl+c |
|
||||||
|
|
||||||
[mouse-bindings] |
|
||||||
# selection-override-modifiers=Shift |
|
||||||
# primary-paste=BTN_MIDDLE |
|
||||||
# select-begin=BTN_LEFT |
|
||||||
# select-begin-block=Control+BTN_LEFT |
|
||||||
# select-extend=BTN_RIGHT |
|
||||||
# select-extend-character-wise=Control+BTN_RIGHT |
|
||||||
# select-word=BTN_LEFT-2 |
|
||||||
# select-word-whitespace=Control+BTN_LEFT-2 |
|
||||||
# select-row=BTN_LEFT-3 |
|
||||||
|
|
||||||
# vim: ft=dosini |
|
||||||
@ -0,0 +1,17 @@ |
|||||||
|
[Settings] |
||||||
|
gtk-theme-name=Tokyonight-Dark-B |
||||||
|
gtk-icon-theme-name=TokyoNight-SE |
||||||
|
gtk-font-name=Fira Code Medium 12 |
||||||
|
gtk-cursor-theme-name= |
||||||
|
gtk-cursor-theme-size= |
||||||
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH |
||||||
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR |
||||||
|
gtk-button-images=1 |
||||||
|
gtk-menu-images=1 |
||||||
|
gtk-enable-event-sounds=1 |
||||||
|
gtk-enable-input-feedback-sounds=0 |
||||||
|
gtk-xft-antialias=1 |
||||||
|
gtk-xft-hinting=1 |
||||||
|
gtk-xft-hintstyle=hintslight |
||||||
|
gtk-xft-rgba=rgb |
||||||
|
gtk-application-prefer-dark-theme=1 |
||||||
@ -0,0 +1,30 @@ |
|||||||
|
#!/bin/bash |
||||||
|
|
||||||
|
# THIS SCRIPT CAN BE DELETED ONCE BOOTED!! |
||||||
|
|
||||||
|
# A bash script designed to ran it only once dotfiles installed |
||||||
|
# Check if a marker file exists. |
||||||
|
if [ ! -f ~/.config/hypr/.initial_startup_done ]; then |
||||||
|
|
||||||
|
# Check if the ~/.cache/wal directory exists |
||||||
|
if [ ! -d ~/.cache/wal ]; then |
||||||
|
printf " Initializing pywal........\n\n" |
||||||
|
# Check if the ~/Pictures/wallpapers directory exists |
||||||
|
if [ -d ~/Pictures/wallpapers ]; then |
||||||
|
# Run wal with random wallpapers from ~/Pictures/wallpapers |
||||||
|
wal -i ~/Pictures/wallpapers/mecha-nostalgia.png |
||||||
|
echo "Pywal initialized" |
||||||
|
fi |
||||||
|
fi |
||||||
|
|
||||||
|
#initial symlink for Pywal Dark and Light for Rofi Themes |
||||||
|
ln -sf "$HOME/.cache/wal/colors-rofi-dark.rasi" "$HOME/.config/rofi/pywal-color/pywal-theme.rasi" |
||||||
|
|
||||||
|
# Initial scripts to load inorder to have a proper wallpaper waybar and pywal themes |
||||||
|
exec $HOME/.config/hypr/scripts/Wallpaper.sh & |
||||||
|
|
||||||
|
# Create a marker file to indicate that the script has been executed. |
||||||
|
touch ~/.config/hypr/.initial_startup_done |
||||||
|
fi |
||||||
|
|
||||||
|
|
||||||
@ -1,14 +1,9 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
|
# |
||||||
|
# Clipboard Manager |
||||||
|
|
||||||
# WOFI STYLES |
if [[ ! $(pidof rofi) ]]; then |
||||||
CONFIG="$HOME/.config/wofi/WofiBig/config" |
cliphist list | rofi -dmenu -config ~/.config/rofi/config-long.rasi | cliphist decode | wl-copy |
||||||
STYLE="$HOME/.config/wofi/style.css" |
|
||||||
COLORS="$HOME/.config/wofi/colors" |
|
||||||
|
|
||||||
if [[ ! $(pidof wofi) ]]; then |
|
||||||
cliphist list | wofi --show dmenu --prompt 'Search...' \ |
|
||||||
--conf ${CONFIG} --style ${STYLE} --color ${COLORS} \ |
|
||||||
--width=600 --height=400 | cliphist decode | wl-copy |
|
||||||
else |
else |
||||||
pkill wofi |
pkill rofi |
||||||
fi |
fi |
||||||
@ -1,57 +0,0 @@ |
|||||||
#!/bin/bash |
|
||||||
set -x |
|
||||||
# Define the path |
|
||||||
wallpaper_path="$HOME/Pictures/wallpapers/Dynamic-Wallpapers" |
|
||||||
hypr_config_path="$HOME/.config/hypr" |
|
||||||
waybar_config="$HOME/.config/waybar" |
|
||||||
dunst_config="$HOME/.config/dunst" |
|
||||||
wofi_config="$HOME/.config/wofi" |
|
||||||
|
|
||||||
# Tokyo Night |
|
||||||
light_gtk_theme="Tokyonight-Light-B" |
|
||||||
dark_gtk_theme="Tokyonight-Dark-B" |
|
||||||
light_icon_theme="TokyoNight-SE" |
|
||||||
dark_icon_theme="TokyoNight-SE" |
|
||||||
|
|
||||||
# Define functions for notifying user and updating symlinks |
|
||||||
notify_user() { |
|
||||||
notify-send -h string:x-canonical-private-synchronous:sys-notify -u normal "Switching to $1 mode" |
|
||||||
} |
|
||||||
|
|
||||||
# Determine the current wallpaper mode by checking a configuration file |
|
||||||
if [ "$(cat ~/.wallpaper_mode)" = "light" ]; then |
|
||||||
current_mode="light" |
|
||||||
next_mode="dark" |
|
||||||
else |
|
||||||
current_mode="dark" |
|
||||||
next_mode="light" |
|
||||||
fi |
|
||||||
path_param=$(echo $next_mode | sed 's/.*/\u&/') |
|
||||||
|
|
||||||
notify_user "$next_mode" |
|
||||||
ln -sf "${waybar_config}/style/style-${next_mode}.css" "${waybar_config}/style.css" |
|
||||||
ln -sf "${dunst_config}/styles/dunstrc-${next_mode}" "${dunst_config}/styles/dunstrc" |
|
||||||
ln -sf "${wofi_config}/styles/style-${next_mode}.css" "${wofi_config}/style.css" |
|
||||||
|
|
||||||
gtk_theme="${next_mode}_gtk_theme" |
|
||||||
icon_theme="${next_mode}_icon_theme" |
|
||||||
|
|
||||||
gsettings set org.gnome.desktop.interface gtk-theme "${!gtk_theme}" |
|
||||||
gsettings set org.gnome.desktop.interface icon-theme "${!icon_theme}" |
|
||||||
|
|
||||||
# Find the next wallpaper if one exists |
|
||||||
current_wallpaper="$(cat ~/.current_wallpaper)" |
|
||||||
next_wallpaper="${current_wallpaper/_"$current_mode"/_"$next_mode"}" |
|
||||||
|
|
||||||
if ! [ -f "$next_wallpaper" ]; then |
|
||||||
next_wallpaper="$(find "${wallpaper_path/"${path_param}"}" -type f -iname "*_"${next_mode}".jpg" -print0 | shuf -n1 -z | xargs -0)" |
|
||||||
fi |
|
||||||
|
|
||||||
swaybg -m fill -i "${next_wallpaper}" & |
|
||||||
|
|
||||||
# Update the configuration file to reflect the new wallpaper mode and current wallpaper |
|
||||||
echo "$next_mode" > ~/.wallpaper_mode |
|
||||||
echo "$next_wallpaper" > ~/.current_wallpaper |
|
||||||
|
|
||||||
sleep 2 |
|
||||||
exec ~/.config/hypr/scripts/Refresh.sh & |
|
||||||
@ -1,2 +1,3 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
foot -e vim ~/.config/hypr/HelpFile.md |
|
||||||
|
mousepad ~/.config/hypr/HelpFile.md |
||||||
|
|||||||
@ -0,0 +1,19 @@ |
|||||||
|
#!/bin/bash |
||||||
|
|
||||||
|
# Find all polkit-gnome executables in the Nix store |
||||||
|
polkit_gnome_paths=$(find /nix/store -name 'polkit-gnome-authentication-agent-1' -type f 2>/dev/null) |
||||||
|
|
||||||
|
for polkit_gnome_path in $polkit_gnome_paths; do |
||||||
|
# Extract the directory containing the executable |
||||||
|
polkit_gnome_dir=$(dirname "$polkit_gnome_path") |
||||||
|
|
||||||
|
# Check if the executable is valid and exists |
||||||
|
if [ -x "$polkit_gnome_dir/polkit-gnome-authentication-agent-1" ]; then |
||||||
|
# Start the Polkit-GNOME Authentication Agent |
||||||
|
"$polkit_gnome_dir/polkit-gnome-authentication-agent-1" & |
||||||
|
exit 0 |
||||||
|
fi |
||||||
|
done |
||||||
|
|
||||||
|
# If no valid executable is found, report an error |
||||||
|
echo "No valid Polkit-GNOME Authentication Agent executable found." |
||||||
@ -0,0 +1,29 @@ |
|||||||
|
#!/bin/bash |
||||||
|
|
||||||
|
# Define the path to the swww cache directory |
||||||
|
cache_dir="$HOME/.cache/swww/" |
||||||
|
|
||||||
|
# Get a list of monitor outputs |
||||||
|
monitor_outputs=($(ls "$cache_dir")) |
||||||
|
|
||||||
|
# Loop through monitor outputs |
||||||
|
for output in "${monitor_outputs[@]}"; do |
||||||
|
# Construct the full path to the cache file |
||||||
|
cache_file="$cache_dir$output" |
||||||
|
|
||||||
|
# Check if the cache file exists for the current monitor output |
||||||
|
if [ -f "$cache_file" ]; then |
||||||
|
# Get the wallpaper path from the cache file |
||||||
|
wallpaper_path=$(cat "$cache_file") |
||||||
|
|
||||||
|
# Copy the wallpaper to the location Rofi can access |
||||||
|
cp "$wallpaper_path" "$HOME/.config/rofi/.current_wallpaper" |
||||||
|
|
||||||
|
break # Exit the loop after processing the first found monitor output |
||||||
|
fi |
||||||
|
done |
||||||
|
|
||||||
|
|
||||||
|
# execute pywal |
||||||
|
|
||||||
|
wal -i $wallpaper_path |
||||||
@ -1,16 +1,7 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
|
|
||||||
# WOFI STYLES |
|
||||||
CONFIG="$HOME/.config/wofi/WofiBig/config" |
|
||||||
STYLE="$HOME/.config/wofi/style.css" |
|
||||||
COLORS="$HOME/.config/wofi/colors" |
|
||||||
|
|
||||||
# wofi window config (in %) |
|
||||||
WIDTH=40 |
|
||||||
HEIGHT=40 |
|
||||||
|
|
||||||
sed '1,/^### DATA ###$/d' $0 | |
sed '1,/^### DATA ###$/d' $0 | |
||||||
wofi --show dmenu -i --conf ${CONFIG} --style ${STYLE} --color ${COLORS} --width=$WIDTH% --height=$HEIGHT% | |
rofi -dmenu | |
||||||
cut -d ' ' -f 1 | tr -d '\n' | wl-copy |
cut -d ' ' -f 1 | tr -d '\n' | wl-copy |
||||||
|
|
||||||
exit |
exit |
||||||
@ -1,11 +0,0 @@ |
|||||||
#!/bin/bash |
|
||||||
|
|
||||||
CONFIG="$HOME/.config/wofi/config" |
|
||||||
STYLE="$HOME/.config/wofi/style.css" |
|
||||||
COLORS="$HOME/.config/wofi/colors" |
|
||||||
|
|
||||||
if [[ ! $(pidof wofi) ]]; then |
|
||||||
wofi --show drun --prompt 'Search...' --conf ${CONFIG} --style ${STYLE} --color ${COLORS} |
|
||||||
else |
|
||||||
pkill wofi |
|
||||||
fi |
|
||||||
@ -1,11 +0,0 @@ |
|||||||
#!/bin/bash |
|
||||||
|
|
||||||
CONFIG="$HOME/.config/wofi/WofiBig/config" |
|
||||||
STYLE="$HOME/.config/wofi/style.css" |
|
||||||
COLORS="$HOME/.config/wofi/colors" |
|
||||||
|
|
||||||
if [[ ! $(pidof wofi) ]]; then |
|
||||||
wofi --show drun --prompt 'Search...' --conf ${CONFIG} --style ${STYLE} --color ${COLORS} |
|
||||||
else |
|
||||||
pkill wofi |
|
||||||
fi |
|
||||||
@ -0,0 +1,13 @@ |
|||||||
|
include ~/.cache/wal/colors-kitty.conf |
||||||
|
|
||||||
|
font_family Fira Code SemiBold |
||||||
|
font_size 12.0 |
||||||
|
bold_font auto |
||||||
|
italic_font auto |
||||||
|
bold_italic_font auto |
||||||
|
|
||||||
|
background_opacity 0.7 |
||||||
|
|
||||||
|
confirm_os_window_close 0 |
||||||
|
|
||||||
|
enable_audio_bell no |
||||||
|
After Width: | Height: | Size: 2.1 MiB |
@ -0,0 +1,3 @@ |
|||||||
|
# NOTE!! |
||||||
|
|
||||||
|
This is symlink from ~/.cache/wal/colors-rofi-dark.rasi or ~/.cache/wal/colors-rofi-dark.rasi. Do not delete this folder and files else rofi theme wont be loaded. |
||||||
@ -0,0 +1 @@ |
|||||||
|
For symlink. DO NOT DELETE |
||||||
@ -0,0 +1,185 @@ |
|||||||
|
*{ |
||||||
|
font-family: "JetBrainsMono Nerd Font"; |
||||||
|
font-weight: bold; |
||||||
|
min-height: 0; |
||||||
|
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ |
||||||
|
font-size: 98%; |
||||||
|
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; |
||||||
|
padding: 1px; |
||||||
|
margin-top: 1px; |
||||||
|
margin-bottom: 1px; |
||||||
|
} |
||||||
|
|
||||||
|
@import '../../.cache/wal/colors-waybar.css'; |
||||||
|
|
||||||
|
window#waybar { |
||||||
|
background: transparent; |
||||||
|
} |
||||||
|
|
||||||
|
window#waybar.empty { |
||||||
|
background-color: transparent; |
||||||
|
} |
||||||
|
|
||||||
|
window#waybar.empty #window { |
||||||
|
padding: 0px; |
||||||
|
margin: 0px; |
||||||
|
border: 0px; |
||||||
|
background-color: transparent; |
||||||
|
} |
||||||
|
|
||||||
|
window > box { |
||||||
|
background: rgba(0, 0, 0, 0); |
||||||
|
border-bottom: 1px solid rgba(0, 0, 0, 0); |
||||||
|
color: @foreground; |
||||||
|
} |
||||||
|
|
||||||
|
window { |
||||||
|
/*font-weight: bold;*/ |
||||||
|
} |
||||||
|
|
||||||
|
tooltip { |
||||||
|
background: rgba(0, 0, 0, 0.4); |
||||||
|
opacity: 0.8; |
||||||
|
border-radius: 10px; |
||||||
|
border-width: 2px; |
||||||
|
border-style: solid; |
||||||
|
border-color: @color15; |
||||||
|
} |
||||||
|
|
||||||
|
tooltip label{ |
||||||
|
color: @foreground; |
||||||
|
} |
||||||
|
/*-----module groups----*/ |
||||||
|
.modules-right { |
||||||
|
background-color: rgba(0, 0, 0, 0.4); |
||||||
|
border: 0.5px solid @color15; |
||||||
|
border-radius: 10px; |
||||||
|
} |
||||||
|
.modules-center { |
||||||
|
background-color: rgba(0, 0, 0, 0.4); |
||||||
|
border: 0.5px solid @color15; |
||||||
|
border-radius: 10px; |
||||||
|
} |
||||||
|
.modules-left { |
||||||
|
background-color: rgba(0, 0, 0, 0.4); |
||||||
|
border: 0.5px solid @color15; |
||||||
|
border-radius: 10px; |
||||||
|
} |
||||||
|
/*-----modules indv----*/ |
||||||
|
|
||||||
|
#workspaces button { |
||||||
|
color: @color1; |
||||||
|
padding: 0px 0px; |
||||||
|
background-color: rgba(0, 0, 0, 0); |
||||||
|
transition: all 0.3s ease-in-out; |
||||||
|
} |
||||||
|
#workspaces button:hover { |
||||||
|
box-shadow: inherit; |
||||||
|
background-color: @color2; |
||||||
|
} |
||||||
|
|
||||||
|
#workspaces button.focused { |
||||||
|
background-color: rgba(0,85,102,0); |
||||||
|
} |
||||||
|
#workspaces button.active { |
||||||
|
color: @foreground; |
||||||
|
/*background-color: rgba(0,85,102,0.3);*/ |
||||||
|
transition: all 0.3s ease-in-out; |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
#backlight, |
||||||
|
#battery, |
||||||
|
#bluetooth, |
||||||
|
#cava, |
||||||
|
#clock, |
||||||
|
#cpu, |
||||||
|
#disk, |
||||||
|
#idle_inhibitor, |
||||||
|
#keyboard-state label, |
||||||
|
#keyboard-state label.locked, |
||||||
|
#keyboard-state, |
||||||
|
#memory, |
||||||
|
#mode, |
||||||
|
#mpd, |
||||||
|
#network, |
||||||
|
#pulseaudio, |
||||||
|
#taskbar button, |
||||||
|
#taskbar, |
||||||
|
#temperature, |
||||||
|
#tray, |
||||||
|
#window, |
||||||
|
#wireplumber, |
||||||
|
#workspaces, |
||||||
|
#custom-cycle_wall, |
||||||
|
#custom-keybinds, |
||||||
|
#custom-light_dark, |
||||||
|
#custom-lock, |
||||||
|
#custom-menu, |
||||||
|
#custom-power_vertical, |
||||||
|
#custom-power, |
||||||
|
#custom-spotify, |
||||||
|
#custom-updater, |
||||||
|
#custom-weather, |
||||||
|
#custom-weather.clearNight, |
||||||
|
#custom-weather.cloudyFoggyDay, |
||||||
|
#custom-weather.cloudyFoggyNight, |
||||||
|
#custom-weather.default |
||||||
|
#custom-weather.rainyDay, |
||||||
|
#custom-weather.rainyNight, |
||||||
|
#custom-weather.severe, |
||||||
|
#custom-weather.showyIcyDay, |
||||||
|
#custom-weather.snowyIcyNight, |
||||||
|
#custom-weather.sunnyDay { |
||||||
|
padding: 0px 6px; |
||||||
|
} |
||||||
|
#mode { |
||||||
|
color: #cc3436; |
||||||
|
font-weight: bold; |
||||||
|
} |
||||||
|
#custom-power { |
||||||
|
/*background-color: rgba(0,119,179,0.6);*/ |
||||||
|
/*border-radius: 50px;*/ |
||||||
|
margin: 5px 5px; |
||||||
|
padding: 1px 3px; |
||||||
|
} |
||||||
|
/*-----Indicators----*/ |
||||||
|
#idle_inhibitor.activated { |
||||||
|
color: #2dcc36; |
||||||
|
} |
||||||
|
#pulseaudio.muted { |
||||||
|
color: #cc3436; |
||||||
|
} |
||||||
|
#pulseaudio-microphone.muted { |
||||||
|
color: #cc3436; |
||||||
|
} |
||||||
|
#temperature.critical { |
||||||
|
color: #cc3436; |
||||||
|
} |
||||||
|
|
||||||
|
#waybar { |
||||||
|
background-color: @color14; |
||||||
|
color: @color3; |
||||||
|
} |
||||||
|
|
||||||
|
@keyframes blink { |
||||||
|
to { |
||||||
|
color: #000000; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
#battery.critical:not(.charging) { |
||||||
|
color: #f53c3c; |
||||||
|
animation-name: blink; |
||||||
|
animation-duration: 0.5s; |
||||||
|
animation-timing-function: linear; |
||||||
|
animation-iteration-count: infinite; |
||||||
|
animation-direction: alternate; |
||||||
|
} |
||||||
|
|
||||||
|
#taskbar button.active { |
||||||
|
background-color: #7f849c; |
||||||
|
} |
||||||
|
#waybar.empty, #waybar.tiled, #waybar.floating { |
||||||
|
background-color: transparent; |
||||||
|
} |
||||||
@ -1,40 +0,0 @@ |
|||||||
## Wofi Config |
|
||||||
|
|
||||||
## General |
|
||||||
show=drun |
|
||||||
prompt=Apps |
|
||||||
normal_window=true |
|
||||||
layer=overlay |
|
||||||
term=foot |
|
||||||
columns=5 |
|
||||||
|
|
||||||
## Geometry |
|
||||||
width=60% |
|
||||||
height=40% |
|
||||||
location=bottom_left |
|
||||||
orientation=vertical |
|
||||||
halign=fill |
|
||||||
line_wrap=off |
|
||||||
dynamic_lines=false |
|
||||||
|
|
||||||
## Images |
|
||||||
allow_markup=true |
|
||||||
allow_images=true |
|
||||||
image_size=24 |
|
||||||
|
|
||||||
## Search |
|
||||||
exec_search=false |
|
||||||
hide_search=false |
|
||||||
parse_search=false |
|
||||||
insensitive=false |
|
||||||
|
|
||||||
## Other |
|
||||||
hide_scroll=true |
|
||||||
no_actions=true |
|
||||||
sort_order=default |
|
||||||
gtk_dark=true |
|
||||||
filter_rate=100 |
|
||||||
|
|
||||||
## Keys |
|
||||||
key_expand=Tab |
|
||||||
key_exit=Escape |
|
||||||
@ -1,6 +0,0 @@ |
|||||||
#2F3741 |
|
||||||
#2F3741 |
|
||||||
#d9e0ee |
|
||||||
#4B87CD |
|
||||||
#f38ba8 |
|
||||||
#cba6f7 |
|
||||||
@ -1,40 +0,0 @@ |
|||||||
T## Wofi Config |
|
||||||
|
|
||||||
## General |
|
||||||
show=drun |
|
||||||
prompt=Apps |
|
||||||
normal_window=true |
|
||||||
layer=overlay |
|
||||||
term=foot |
|
||||||
columns=2 |
|
||||||
|
|
||||||
## Geometry |
|
||||||
width=30% |
|
||||||
height=30% |
|
||||||
location=top_left |
|
||||||
orientation=vertical |
|
||||||
halign=fill |
|
||||||
line_wrap=off |
|
||||||
dynamic_lines=false |
|
||||||
|
|
||||||
## Images |
|
||||||
allow_markup=true |
|
||||||
allow_images=true |
|
||||||
image_size=24 |
|
||||||
|
|
||||||
## Search |
|
||||||
exec_search=false |
|
||||||
hide_search=false |
|
||||||
parse_search=false |
|
||||||
insensitive=false |
|
||||||
|
|
||||||
## Other |
|
||||||
hide_scroll=true |
|
||||||
no_actions=true |
|
||||||
sort_order=default |
|
||||||
gtk_dark=true |
|
||||||
filter_rate=100 |
|
||||||
|
|
||||||
## Keys |
|
||||||
key_expand=Tab |
|
||||||
key_exit=Escape |
|
||||||
@ -1,46 +0,0 @@ |
|||||||
## Wofi Config |
|
||||||
|
|
||||||
## General |
|
||||||
mode=drun,run |
|
||||||
run-always_parse_args=true |
|
||||||
show=drun |
|
||||||
prompt=Apps |
|
||||||
#normal_window=true |
|
||||||
layer=overlay |
|
||||||
term=foot |
|
||||||
columns=1 |
|
||||||
lines=15 |
|
||||||
|
|
||||||
## Geometry |
|
||||||
height=20% |
|
||||||
width=12% |
|
||||||
location=top_left |
|
||||||
xoffset=4 |
|
||||||
yoffset=10 |
|
||||||
orientation=vertical |
|
||||||
halign=fill |
|
||||||
line_wrap=off |
|
||||||
dynamic_lines=false |
|
||||||
|
|
||||||
## Images |
|
||||||
allow_markup=true |
|
||||||
allow_images=true |
|
||||||
image_size=24 |
|
||||||
|
|
||||||
## Search |
|
||||||
exec_search=false |
|
||||||
hide_search=false |
|
||||||
parse_search=false |
|
||||||
insensitive=false |
|
||||||
|
|
||||||
## Other |
|
||||||
hide_scroll=false |
|
||||||
no_actions=true |
|
||||||
sort_order=default |
|
||||||
gtk_dark=true |
|
||||||
filter_rate=100 |
|
||||||
|
|
||||||
## Keys |
|
||||||
key_expand=Tab |
|
||||||
key_exit=Escape |
|
||||||
|
|
||||||
@ -1,46 +0,0 @@ |
|||||||
## Wofi Config |
|
||||||
|
|
||||||
## General |
|
||||||
mode=drun,run |
|
||||||
run-always_parse_args=true |
|
||||||
show=drun |
|
||||||
prompt=Apps |
|
||||||
#normal_window=true |
|
||||||
#layer=overlay |
|
||||||
term=foot |
|
||||||
columns=1 |
|
||||||
lines=15 |
|
||||||
|
|
||||||
## Geometry |
|
||||||
height=20% |
|
||||||
width=14% |
|
||||||
xoffset=10 |
|
||||||
yoffset=-40 |
|
||||||
location=bottom_left |
|
||||||
orientation=vertical |
|
||||||
halign=fill |
|
||||||
line_wrap=off |
|
||||||
dynamic_lines=false |
|
||||||
|
|
||||||
## Images |
|
||||||
allow_markup=true |
|
||||||
allow_images=true |
|
||||||
image_size=24 |
|
||||||
|
|
||||||
## Search |
|
||||||
exec_search=false |
|
||||||
hide_search=false |
|
||||||
parse_search=false |
|
||||||
insensitive=false |
|
||||||
|
|
||||||
## Other |
|
||||||
hide_scroll=false |
|
||||||
no_actions=true |
|
||||||
sort_order=default |
|
||||||
gtk_dark=true |
|
||||||
filter_rate=100 |
|
||||||
|
|
||||||
## Keys |
|
||||||
key_expand=Tab |
|
||||||
key_exit=Escape |
|
||||||
|
|
||||||
@ -1,69 +0,0 @@ |
|||||||
*{ |
|
||||||
font-family: "JetBrainsMono Nerd Font"; |
|
||||||
min-height: 0; |
|
||||||
font-size: 100%; |
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; |
|
||||||
padding: 0px; |
|
||||||
margin-top: 1px; |
|
||||||
margin-bottom: 1px; |
|
||||||
} |
|
||||||
|
|
||||||
|
|
||||||
#window { |
|
||||||
/*background-color: --wofi-color0;*/ |
|
||||||
background-color: rgba(50, 50, 50, 0.6); |
|
||||||
color: --wofi-color2; |
|
||||||
/*border: 2px solid --wofi-color1;*/ |
|
||||||
border-radius: 0px; |
|
||||||
} |
|
||||||
|
|
||||||
#outer-box { |
|
||||||
padding: 10px; |
|
||||||
} |
|
||||||
|
|
||||||
#input { |
|
||||||
background-color: --wofi-color1; |
|
||||||
/*border: 1px solid --wofi-color3;*/ |
|
||||||
padding: 4px 6px; |
|
||||||
} |
|
||||||
|
|
||||||
#scroll { |
|
||||||
margin-top: 10px; |
|
||||||
margin-bottom: 10px; |
|
||||||
} |
|
||||||
|
|
||||||
#inner-box { |
|
||||||
} |
|
||||||
|
|
||||||
#img { |
|
||||||
padding-right: 5px; |
|
||||||
} |
|
||||||
|
|
||||||
#text { |
|
||||||
color: --wofi-color2; |
|
||||||
} |
|
||||||
|
|
||||||
#text:selected { |
|
||||||
color: --wofi-color0; |
|
||||||
} |
|
||||||
|
|
||||||
#entry { |
|
||||||
padding: 3px; |
|
||||||
} |
|
||||||
|
|
||||||
#entry:selected { |
|
||||||
background-color: --wofi-color3; |
|
||||||
background: linear-gradient(90deg, #89b4fa, #b4befe, #89b4fa); |
|
||||||
color: --wofi-color0; |
|
||||||
} |
|
||||||
|
|
||||||
#unselected { |
|
||||||
} |
|
||||||
|
|
||||||
#selected { |
|
||||||
} |
|
||||||
|
|
||||||
#input, #entry:selected { |
|
||||||
border-radius: 10px; |
|
||||||
border: 1px solid #b4befe; |
|
||||||
} |
|
||||||
@ -1,71 +0,0 @@ |
|||||||
*{ |
|
||||||
font-family: "JetBrainsMono Nerd Font"; |
|
||||||
min-height: 0; |
|
||||||
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ |
|
||||||
font-size: 100%; |
|
||||||
dfont-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; |
|
||||||
padding: 0px; |
|
||||||
margin-top: 1px; |
|
||||||
margin-bottom: 1px; |
|
||||||
} |
|
||||||
|
|
||||||
#window { |
|
||||||
/*background-color: --wofi-color0;*/ |
|
||||||
background: rgba(230, 230, 250, 0.8); |
|
||||||
color: #1e1e2e; |
|
||||||
/*border: 2px solid #1e1e2e;*/ |
|
||||||
border-radius: 8px; |
|
||||||
} |
|
||||||
|
|
||||||
#outer-box { |
|
||||||
padding: 10px; |
|
||||||
} |
|
||||||
|
|
||||||
#input { |
|
||||||
background-color: #e7e7ec; |
|
||||||
/*border: 1px solid #1e1e2e;*/ |
|
||||||
padding: 4px 6px; |
|
||||||
color: #585b70 |
|
||||||
} |
|
||||||
|
|
||||||
#scroll { |
|
||||||
margin-top: 10px; |
|
||||||
margin-bottom: 10px; |
|
||||||
} |
|
||||||
|
|
||||||
#inner-box { |
|
||||||
color: #585b70 |
|
||||||
} |
|
||||||
|
|
||||||
#img { |
|
||||||
padding-right: 5px; |
|
||||||
} |
|
||||||
|
|
||||||
#text { |
|
||||||
color: #585b70; |
|
||||||
} |
|
||||||
|
|
||||||
#text:selected { |
|
||||||
color: #1e1e2e; |
|
||||||
} |
|
||||||
|
|
||||||
#entry { |
|
||||||
padding: 3px; |
|
||||||
} |
|
||||||
|
|
||||||
#entry:selected { |
|
||||||
background-color: --wofi-color3; |
|
||||||
background: linear-gradient(90deg, #89b4fa, #b4befe, #89b4fa); |
|
||||||
color: --wofi-color0; |
|
||||||
} |
|
||||||
|
|
||||||
#unselected { |
|
||||||
} |
|
||||||
|
|
||||||
#selected { |
|
||||||
} |
|
||||||
|
|
||||||
#input, #entry:selected { |
|
||||||
border-radius: 10px; |
|
||||||
border: 1px solid #b4befe; |
|
||||||
} |
|
||||||
|
After Width: | Height: | Size: 99 KiB |
|
After Width: | Height: | Size: 2.3 MiB |
Loading…
Reference in new issue