Updated wayfire.ini and laptop section.
This commit is contained in:
parent
ab336c15f2
commit
a0247ef2c8
4 changed files with 21 additions and 20 deletions
|
@ -1,9 +1,9 @@
|
||||||
font=Roboto 8
|
font=Roboto 8
|
||||||
background-color=#1515157F
|
background-color=#00000088
|
||||||
border-size=6
|
border-size=5
|
||||||
border-radius=20
|
border-radius=15
|
||||||
border-color=#1515157F
|
border-color=#00000088
|
||||||
progress-color=#3949A0FF
|
progress-color=#6272a4FF
|
||||||
icons=1
|
icons=1
|
||||||
icon-path=/usr/share/icons/Papirus-Dark
|
icon-path=/usr/share/icons/Tela-circle-black-dark
|
||||||
default-timeout=6000
|
default-timeout=6000
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
{
|
{
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"format": "",
|
"format": "",
|
||||||
"on-click": "wofi --show drun"
|
"on-click": "fuzzel"
|
||||||
},
|
},
|
||||||
"clock":
|
"clock":
|
||||||
{
|
{
|
||||||
|
@ -44,6 +44,7 @@
|
||||||
"icon-size": 16,
|
"icon-size": 16,
|
||||||
"tooltip-format": "{title}",
|
"tooltip-format": "{title}",
|
||||||
"on-click": "activate",
|
"on-click": "activate",
|
||||||
|
"on-click-right": "minimize-raise",
|
||||||
"on-click-middle": "close",
|
"on-click-middle": "close",
|
||||||
"ignore-list": [
|
"ignore-list": [
|
||||||
"wlogout"
|
"wlogout"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
font-family: "Roboto","FontAwesome";
|
font-family: "Roboto","FontAwesome";
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
padding-top: 0px;
|
padding-top: 1px;
|
||||||
padding-bottom: 1px;
|
padding-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -40,6 +40,6 @@ tooltip label
|
||||||
|
|
||||||
#taskbar button
|
#taskbar button
|
||||||
{
|
{
|
||||||
padding-left: 15px;
|
padding-left: 10px;
|
||||||
padding-right: 0px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,11 +52,11 @@ toggle = none
|
||||||
[command]
|
[command]
|
||||||
binding_audio = <super> KEY_P
|
binding_audio = <super> KEY_P
|
||||||
binding_filer = <super> KEY_F
|
binding_filer = <super> KEY_F
|
||||||
binding_firefox = <super> KEY_B
|
binding_browser = <super> KEY_B
|
||||||
binding_gamma = <super> KEY_G
|
binding_gamma = <super> KEY_G
|
||||||
binding_kanshi = <super> KEY_K
|
binding_display = <super> KEY_K
|
||||||
binding_launcher = <super> KEY_SPACE
|
binding_launcher = <super> KEY_SPACE
|
||||||
binding_matrix = <super> KEY_E
|
binding_messaging = <super> KEY_E
|
||||||
binding_mute = <shift> <super> KEY_LEFTBRACE
|
binding_mute = <shift> <super> KEY_LEFTBRACE
|
||||||
binding_next = <super> KEY_APOSTROPHE
|
binding_next = <super> KEY_APOSTROPHE
|
||||||
binding_playpause = <super> KEY_SEMICOLON
|
binding_playpause = <super> KEY_SEMICOLON
|
||||||
|
@ -66,16 +66,16 @@ binding_screenshot_interactive = KEY_SYSRQ
|
||||||
binding_terminal = <super> KEY_ENTER
|
binding_terminal = <super> KEY_ENTER
|
||||||
binding_volumedown = <super> KEY_LEFTBRACE
|
binding_volumedown = <super> KEY_LEFTBRACE
|
||||||
binding_volumeup = <super> KEY_RIGHTBRACE
|
binding_volumeup = <super> KEY_RIGHTBRACE
|
||||||
binding_vscode = <super> KEY_V
|
binding_editor = <super> KEY_V
|
||||||
binding_waybar = <super> KEY_W
|
binding_waybar = <super> KEY_W
|
||||||
binding_wlogout = <super> KEY_SLASH
|
binding_wlogout = <super> KEY_SLASH
|
||||||
command_audio = pavucontrol
|
command_audio = pavucontrol
|
||||||
command_filer = Thunar
|
command_filer = Thunar
|
||||||
command_firefox = firefox
|
command_browser = firefox
|
||||||
command_gamma = wlsunset -l 52.0 -L 5.9 -t 3000
|
command_gamma = wlsunset -l 52.0 -L 5.9 -t 3000
|
||||||
command_kanshi = kanshi
|
command_display = kanshi
|
||||||
command_launcher = fuzzel
|
command_launcher = fuzzel
|
||||||
command_matrix = element-desktop
|
command_messaging = element-desktop
|
||||||
command_mute = pamixer -t
|
command_mute = pamixer -t
|
||||||
command_next = playerctl next
|
command_next = playerctl next
|
||||||
command_playpause = playerctl play-pause
|
command_playpause = playerctl play-pause
|
||||||
|
|
Loading…
Reference in a new issue