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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue