Updated launcher and theme.

This commit is contained in:
Luc Bijl 2023-12-25 16:48:44 +01:00
parent a34e06cf1d
commit 3010523cbb
8 changed files with 63 additions and 32 deletions

View file

@ -0,0 +1,25 @@
layer=overlay
dpi-aware=no
icons-enabled=yes
icon-theme=Tela-circle-black-dark
font=Roboto:size=16
prompt="Launch: "
fuzzy=yes
width=30
lines=10
horizontal-pad=20
vertical-pad=10
inner-pad=20
[colors]
background=00000088
text=ffffffff
selection=6272a422
selection-text=6272a4ff
match=8be9fdff
selection-match=8be9fdff
[border]
width=0
radius=15

View file

@ -1,9 +1,9 @@
font=Roboto 12
background-color=#1515157F
border-size=6
border-radius=20
border-color=#1515157F
progress-color=#3949A0FF
background-color=#00000088
border-size=5
border-radius=15
border-color=#00000088
progress-color=#6272a4FF
icons=1
icon-path=/usr/share/icons/Papirus-Dark
default-timeout=6000
icon-path=/usr/share/icons/Tela-circle-black-dark
default-timeout=6000

View file

@ -18,7 +18,7 @@
{
"tooltip": false,
"format": "",
"on-click": "wofi --show drun"
"on-click": "fuzzel"
},
"clock":
{
@ -42,10 +42,11 @@
"icon-size": 20,
"tooltip-format": "{title}",
"on-click": "activate",
"on-click-right": "minimize-raise",
"on-click-middle": "close",
"ignore-list": [
"wlogout"
]
"ignore-list": [
"wlogout"
]
}
},
{
@ -67,7 +68,7 @@
{
"tooltip": false,
"format": "",
"on-click": "wofi --show drun"
"on-click": "fuzzel"
},
"clock":
{
@ -86,10 +87,11 @@
"icon-size": 20,
"tooltip-format": "{title}",
"on-click": "activate",
"on-click-right": "minimize-raise",
"on-click-middle": "close",
"ignore-list": [
"wlogout"
]
"ignore-list": [
"wlogout"
]
}
}
]

View file

@ -20,7 +20,7 @@ tooltip
{
background: rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 0.5);
border-radius: 20;
border-radius: 10;
}
tooltip label
@ -40,6 +40,6 @@ tooltip label
#taskbar button
{
padding-left: 15px;
padding-right: 5px;
padding-left: 10px;
padding-right: 10px;
}

View file

@ -4,7 +4,7 @@
export XDG_SESSION_TYPE=wayland
export XDG_SESSION_DESKTOP=wayfire
export XDG_DESKTOP=wayfire
export GTK_THEME=Plata-Noir-Compact
export GTK_THEME=Orchis-Dark-Compact-Dracula
# Wayland compatibility
export GDK_BACKEND=wayland

View file

@ -4,7 +4,7 @@
export XDG_SESSION_TYPE=wayland
export XDG_SESSION_DESKTOP=wayfire
export XDG_DESKTOP=wayfire
export GTK_THEME=Plata-Noir-Compact
export GTK_THEME=Orchis-Dark-Compact-Dracula
# Wayland compatibility
export MOZ_ENABLE_WAYLAND=1

View file

@ -29,6 +29,7 @@ gamma = wlsunset -l 52.0 -L 5.9 -t 3000
network = sleep 1; nm-applet --indicator
notifications = mako
outputs = kanshi
portal = /usr/libexec/xdg-desktop-portal-wlr
[blur]
blur_by_default = all
@ -49,29 +50,31 @@ saturation = 1.000000
toggle = none
[command]
binding_audio = <super> KEY_P
binding_filer = <super> KEY_F
binding_firefox = <super> KEY_B
binding_gamma = <super> KEY_G
binding_kanshi = <super> KEY_K
binding_launcher = <super> KEY_SPACE
binding_matrix = <super> KEY_E
binding_mute = KEY_MUTE
binding_next = KEY_NEXTSONG
binding_playpause = KEY_PLAYPAUSE
binding_previous = KEY_PREVIOUSSONG
binding_mute = <shift> <super> KEY_LEFTBRACE
binding_next = <super> KEY_APOSTROPHE
binding_playpause = <super> KEY_SEMICOLON
binding_previous = <shift> <super> KEY_APOSTROPHE
binding_screenshot = <shift> KEY_SYSRQ
binding_screenshot_interactive = KEY_SYSRQ
binding_terminal = <super> KEY_ENTER
binding_volumedown = KEY_VOLUMEDOWN
binding_volumeup = KEY_VOLUMEUP
binding_volumedown = <super> KEY_LEFTBRACE
binding_volumeup = <super> KEY_RIGHTBRACE
binding_vscode = <super> KEY_V
binding_waybar = <super> KEY_W
binding_wlogout = <super> KEY_P
binding_wlogout = <super> KEY_SLASH
command_audio = pavucontrol
command_filer = Thunar
command_firefox = firefox
command_gamma = wlsunset -l 52.0 -L 5.9 -t 3000
command_kanshi = kanshi
command_launcher = wofi --show drun
command_launcher = fuzzel
command_matrix = element-desktop
command_mute = pamixer -t
command_next = playerctl next
@ -93,7 +96,7 @@ focus_button_with_modifiers = false
focus_buttons = BTN_LEFT | BTN_MIDDLE | BTN_RIGHT
focus_buttons_passthrough = true
max_render_time = -1
plugins = alpha animate autostart command cube expo grid idle move oswitch place resize vswitch window-rules wm-actions zoom blur fast-switcher wobbly wrot preserve-output
plugins = alpha animate autostart command cube expo grid idle oswitch place vswitch window-rules wm-actions zoom blur fast-switcher wobbly wrot preserve-output move resize
preferred_decoration_mode = server
vheight = 3
vwidth = 3

View file

@ -4,19 +4,20 @@
font-family: "Roboto";
font-size: 20px;
}
window
{
background-color: rgba(15, 15, 15, 0.8);
background-color: rgba(0, 0, 0, 0.9);
}
button
{
color: #ffffff;
background-color: #000000;
border-style: solid;
border-width: 2px;
background-repeat: no-repeat;
background-position: center;
background-size: 25%;
border-radius: 0px;
}
button:focus, button:active, button:hover