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
|
||||
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
|
||||
icon-path=/usr/share/icons/Tela-circle-black-dark
|
||||
default-timeout=6000
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{
|
||||
"tooltip": false,
|
||||
"format": "",
|
||||
"on-click": "wofi --show drun"
|
||||
"on-click": "fuzzel"
|
||||
},
|
||||
"clock":
|
||||
{
|
||||
|
@ -44,10 +44,11 @@
|
|||
"icon-size": 16,
|
||||
"tooltip-format": "{title}",
|
||||
"on-click": "activate",
|
||||
"on-click-right": "minimize-raise",
|
||||
"on-click-middle": "close",
|
||||
"ignore-list": [
|
||||
"wlogout"
|
||||
]
|
||||
"ignore-list": [
|
||||
"wlogout"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
font-family: "Roboto","FontAwesome";
|
||||
font-size: 16px;
|
||||
min-height: 0;
|
||||
padding-top: 0px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
|
@ -40,6 +40,6 @@ tooltip label
|
|||
|
||||
#taskbar button
|
||||
{
|
||||
padding-left: 15px;
|
||||
padding-right: 0px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
|
|
@ -52,11 +52,11 @@ toggle = none
|
|||
[command]
|
||||
binding_audio = <super> KEY_P
|
||||
binding_filer = <super> KEY_F
|
||||
binding_firefox = <super> KEY_B
|
||||
binding_browser = <super> KEY_B
|
||||
binding_gamma = <super> KEY_G
|
||||
binding_kanshi = <super> KEY_K
|
||||
binding_display = <super> KEY_K
|
||||
binding_launcher = <super> KEY_SPACE
|
||||
binding_matrix = <super> KEY_E
|
||||
binding_messaging = <super> KEY_E
|
||||
binding_mute = <shift> <super> KEY_LEFTBRACE
|
||||
binding_next = <super> KEY_APOSTROPHE
|
||||
binding_playpause = <super> KEY_SEMICOLON
|
||||
|
@ -66,16 +66,16 @@ binding_screenshot_interactive = KEY_SYSRQ
|
|||
binding_terminal = <super> KEY_ENTER
|
||||
binding_volumedown = <super> KEY_LEFTBRACE
|
||||
binding_volumeup = <super> KEY_RIGHTBRACE
|
||||
binding_vscode = <super> KEY_V
|
||||
binding_editor = <super> KEY_V
|
||||
binding_waybar = <super> KEY_W
|
||||
binding_wlogout = <super> KEY_SLASH
|
||||
command_audio = pavucontrol
|
||||
command_filer = Thunar
|
||||
command_firefox = firefox
|
||||
command_browser = firefox
|
||||
command_gamma = wlsunset -l 52.0 -L 5.9 -t 3000
|
||||
command_kanshi = kanshi
|
||||
command_display = kanshi
|
||||
command_launcher = fuzzel
|
||||
command_matrix = element-desktop
|
||||
command_messaging = element-desktop
|
||||
command_mute = pamixer -t
|
||||
command_next = playerctl next
|
||||
command_playpause = playerctl play-pause
|
||||
|
|
Loading…
Reference in a new issue