Merge branch 'master' of codeberg.org:opalvaults/opalfiles
This commit is contained in:
BIN
.config/sway/.config.swp
Normal file
BIN
.config/sway/.config.swp
Normal file
Binary file not shown.
@@ -195,6 +195,7 @@ client.focused "#6400b0" "#7607e6" "#ffffff" "#6400b0"
|
|||||||
|
|
||||||
set $opacity 0.90
|
set $opacity 0.90
|
||||||
for_window [class="Emacs"] opacity $opacity
|
for_window [class="Emacs"] opacity $opacity
|
||||||
|
for_window [app_id="dolphin"] opacity $opacity
|
||||||
|
|
||||||
# Gaps
|
# Gaps
|
||||||
smart_gaps on
|
smart_gaps on
|
||||||
@@ -202,12 +203,11 @@ gaps inner 5
|
|||||||
gaps outer 2
|
gaps outer 2
|
||||||
|
|
||||||
# Idle configuration
|
# Idle configuration
|
||||||
# exec swayidle -w \
|
exec swayidle -w \
|
||||||
# timeout 1 'swaylock -f' \
|
timeout 3200 'swaymsg "output * dpms off"' \
|
||||||
# timeout 1 'swaymsg "output * dpms off"' \
|
timeout 15 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \
|
||||||
# timeout 15 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \
|
resume 'swaymsg "output * dpms on"' \
|
||||||
# resume 'swaymsg "output * dpms on"' \
|
before-sleep 'swaylock -f'
|
||||||
# before-sleep 'swaylock -f'
|
|
||||||
|
|
||||||
### Input configuration
|
### Input configuration
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,47 +0,0 @@
|
|||||||
style=/home/opal/.config/wofi/style.css
|
|
||||||
show=drun
|
|
||||||
width=1000
|
|
||||||
height=300
|
|
||||||
always_parse_args=true
|
|
||||||
show_all=true
|
|
||||||
print_command=true
|
|
||||||
layer=overlay
|
|
||||||
insensitive=true
|
|
||||||
prompt=Search...
|
|
||||||
term=alacritty
|
|
||||||
|
|
||||||
window {
|
|
||||||
margin: 5px;
|
|
||||||
border: 2px solid red;
|
|
||||||
background-color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#input {
|
|
||||||
margin: 5px;
|
|
||||||
border: 2px solid blue;
|
|
||||||
background-color: blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
#inner-box {
|
|
||||||
margin: 5px;
|
|
||||||
border: 2px solid yellow;
|
|
||||||
background-color: yellow;
|
|
||||||
}
|
|
||||||
|
|
||||||
#outer-box {
|
|
||||||
margin: 5px;
|
|
||||||
border: 2px solid green;
|
|
||||||
background-color: green;
|
|
||||||
}
|
|
||||||
|
|
||||||
#scroll {
|
|
||||||
margin: 5px;
|
|
||||||
border: 2px solid orange;
|
|
||||||
background-color: orange;
|
|
||||||
}
|
|
||||||
|
|
||||||
#text {
|
|
||||||
margin: 5px;
|
|
||||||
border: 2px solid cyan;
|
|
||||||
background-color: cyan;
|
|
||||||
}
|
|
||||||
@@ -1,46 +0,0 @@
|
|||||||
*{
|
|
||||||
font-family: Iosevka Regular;
|
|
||||||
}
|
|
||||||
|
|
||||||
window {
|
|
||||||
background-color: #7C818C;
|
|
||||||
}
|
|
||||||
|
|
||||||
#input {
|
|
||||||
margin: 5px;
|
|
||||||
border-radius: 0px;
|
|
||||||
border: none;
|
|
||||||
border-bottom: 3px solid black;
|
|
||||||
background-color: #383C4A;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
#inner-box {
|
|
||||||
background-color: #383C4A;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#outer-box {
|
|
||||||
margin: 5px;
|
|
||||||
padding:20px;
|
|
||||||
background-color: #383C4A;
|
|
||||||
}
|
|
||||||
|
|
||||||
#scroll {
|
|
||||||
}
|
|
||||||
|
|
||||||
#text {
|
|
||||||
padding: 5px;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry:nth-child(even){
|
|
||||||
background-color: #404552;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry:selected {
|
|
||||||
background-color: #5291e2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#text:selected {
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user