orange launcher, moved it around a bit

This commit is contained in:
kirreen 2025-03-06 16:26:28 +01:00
parent 40dd13becc
commit 21b908f244
3 changed files with 53 additions and 17 deletions
home

View file

@ -23,7 +23,7 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
#monitor=,preferred,auto,auto
monitor=DP-3, highrr, 1920x0, 1 #, bitdepth, 10
monitor=DP-3, highrr, 1920x0, 1 #, transform, 1 #, bitdepth, 10
monitor=DP-4, 1920x1080, 0x0, 1
monitor=Unknown-1, disable
@ -53,7 +53,7 @@ xwayland {
# Set programs that you use
$terminal = kitty
$fileManager = GTK_THEME="Adwaita:dark" nautilus
$menu = wofi --show drun --theme /home/kirreen/.local/share/rofi/themes/tokyonight/tokyonight.rasi
$menu = wofi --show drun -H 75% -W 20% -y 10 -x 1024
#################
@ -365,27 +365,33 @@ windowrulev2 = workspace 3 silent, title:^(tollyx)
# steam chat lol
windowrulev2 = workspace 3 silent, title:^(Nalleball)
windowrulev2 = workspace 3 silent, title:(\+ . Chat)
windowrulev2 = workspace 3 silent, title:(Special Offers)
windowrulev2 = size 576 499, title:^(tollyx)
windowrulev2 = move 1612 57, title:^(tollyx)
windowrulev2 = size 576 499, title:^(Nalleball)
windowrulev2 = move 1612 57, title:^(Nalleball)
windowrulev2 = size 576 499, title:(\+ . Chat)
windowrulev2 = move 1612 57, title:(\+ . Chat)
windowrulev2 = size 559 500, title:(\+ . Chat)
windowrulev2 = move 1621 36, title:(\+ . Chat)
windowrulev2 = float, title:^(Steam Big Picture Mode)
windowrulev2 = workspace 4, title:^(Steam Big Picture Mode)
# windowrulev2 = fullscreen, title:^(Steam Big Picture Mode)
windowrulev2 = size 1579 1363, title:^(Steam)$
windowrulev2 = move 10 53, title:^(Steam)$
windowrulev2 = size 1606 1396, title:^(Steam)$
windowrulev2 = move 6 36, title:^(Steam)$
windowrulev2 = size 1280 900, title:^(Steam Settings)
windowrulev2 = center, title:^(Steam Settings)
windowrulev2 = size 353 1363, title:^(Friends List)
windowrulev2 = move 2189 56, title:^(Friends List)
windowrulev2 = size 364 1396, title:^(Friends List)
windowrulev2 = move 2188 35, title:^(Friends List)
windowrulev2 = noinitialfocus, title:^(notificationtoasts_)
# windowrulev2 = float, title:^(notificationtoasts_)
windowrulev2 = workspace unset, title:^(notificationtoasts_)
windowrule = animation popin, title:^(notificationtoasts_)
# FFXIV util
windowrulev2 = workspace 6 silent, title:^(Ember)$
windowrulev2 = size 600 400, title:^(Ember)$
windowrulev2 = move 1308 42, title:^(Ember)$
# Chats
windowrulev2 = noinitialfocus, class:^(nheko)
windowrulev2 = workspace 7 silent, class:^(nheko)
@ -402,3 +408,9 @@ windowrulev2 = noblur, class:^(xwaylandvideobridge)$
# Style
windowrule = noblur, ^(firefox)$
#windowrule = opacity 0.95 override 0.95 override 0.95 override, ^(kitty)$
# Layers
layerrule = ignorezero, wofi
# layerrule = ignorealpha 0.1, wofi
layerrule = blur, wofi
layerrule = animation slide top, wofi

View file

@ -1,31 +1,41 @@
window {
margin: 0px;
border: 1px solid #bd93f9;
background-color: #282a36;
border: 2px;
border-style: solid;
border-color: #d65d0e;
border-radius: 15px;
/* background-color: #282a36; */
background: rgba(29,32,33,0.6);
/*background-color: --wofi-color0;*/
}
#input {
margin: 5px;
border: none;
border: 1px solid #2d4041;
color: #f8f8f2;
background-color: #44475a;
background-color: #1d2021;
}
#inner-box {
margin: 5px;
border: none;
background-color: #282a36;
background-color: #1d2021;
/*border-radius: 15px;*/
}
#outer-box {
margin: 5px;
border: none;
background-color: #282a36;
background-color: #1d2021;
border-radius: 10px;
opacity: 0.74;
}
#scroll {
margin: 0px;
border: none;
color: #d65d0e;
}
#text {
@ -35,17 +45,30 @@ color: #f8f8f2;
}
#entry.activatable #text {
color: #282a36;
color: #f8f8f2;
}
#entry > * {
color: #f8f8f2;
background-color: #1d2021;
border: 3px #2d4041;
border-radius: 0px;
border-style: hidden hidden solid hidden;
}
#entry:selected {
background-color: #44475a;
background-color: #4f2f1e;
border: 0px;
border-radius: 5px;
outline: none;
}
#entry:selected #text {
font-weight: bold;
color: #ffffff;
/* color: #d65d0e; */
}
expander > list {
background-color: #1d2021;
color: #f8f8f2;
}

View file

@ -1,5 +1,5 @@
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/.bin:$HOME/.local/bin:/usr/local/bin:$PATH
export PATH=$HOME/.bin:$HOME/.local/bin:/usr/local/bin:$PATH:$HOME/.ghcup/bin/
# Path to your Oh My Zsh installation.
ZSH=/usr/share/oh-my-zsh/
@ -115,6 +115,7 @@ export SUDO_EDITOR=/usr/bin/nvim
alias ls='ls --color=auto -l'
alias vim='nvim'
unsetopt share_history
HISTFILE=~/.histfile
HISTSIZE=10000
SAVEHIST=1000