mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-22 14:51:56 +01:00
tweaked i3 stuff
This commit is contained in:
parent
70a9a265f4
commit
fd1c13f6d5
@ -1,7 +1,7 @@
|
||||
shadow = true;
|
||||
shadow-radius = 20;
|
||||
shadow-offset-x = -10;
|
||||
shadow-offset-y = -10;
|
||||
shadow-offset-x = -20;
|
||||
shadow-offset-y = -20;
|
||||
|
||||
shadow-exclude = [
|
||||
"name = 'Notification'",
|
||||
@ -26,14 +26,12 @@ blur-background-exclude = [
|
||||
"_GTK_FRAME_EXTENTS@:c"
|
||||
];
|
||||
|
||||
# backend = 'glx'
|
||||
backend = "xrender";
|
||||
backend = "glx";
|
||||
vsync = true;
|
||||
mark-wmwin-focused = true;
|
||||
mark-ovredir-focused = true;
|
||||
detect-rounded-corners = true;
|
||||
detect-client-opacity = true;
|
||||
# refresh-rate = 60
|
||||
refresh-rate = 0;
|
||||
detect-transient = true;
|
||||
detect-client-leader = true;
|
||||
@ -45,8 +43,8 @@ corner-radius = 5;
|
||||
wintypes:
|
||||
{
|
||||
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
|
||||
dock = { shadow = false; }
|
||||
dnd = { shadow = false; }
|
||||
dock = { shadow = true; }
|
||||
dnd = { shadow = true; }
|
||||
popup_menu = { opacity = 0.9; }
|
||||
dropdown_menu = { opacity = 0.9; }
|
||||
};
|
||||
|
@ -98,7 +98,7 @@ ws-icon-default =
|
||||
[module/xbacklight]
|
||||
type = internal/xbacklight
|
||||
|
||||
format = <label>
|
||||
format = <label>
|
||||
label = %percentage%
|
||||
|
||||
[module/backlight-acpi]
|
||||
@ -141,7 +141,7 @@ format-volume = <label-volume>
|
||||
label-volume = %percentage%%
|
||||
label-volume-foreground = ${root.foreground}
|
||||
|
||||
label-muted =
|
||||
label-muted =
|
||||
label-muted-foreground = ${colors.foreground}
|
||||
|
||||
interval = 1
|
||||
@ -197,10 +197,10 @@ menu-0-1-exec = menu-open-2
|
||||
menu-1-0 = cancel
|
||||
menu-1-0-exec = menu-open-0
|
||||
menu-1-1 = reboot
|
||||
menu-1-1-exec = reboot
|
||||
menu-1-1-exec = systemctl reboot
|
||||
|
||||
menu-2-0 = power off
|
||||
menu-2-0-exec = poweroff
|
||||
menu-2-0-exec = systemctl -i poweroff
|
||||
menu-2-1 = cancel
|
||||
menu-2-1-exec = menu-open-0
|
||||
|
||||
@ -283,7 +283,7 @@ tray-padding = 2
|
||||
;font-4 = Font Awesome 5 Regular:pixelsize=8;2
|
||||
;font-0 = Fira Code:style=Medium:size=8;2
|
||||
|
||||
;modules-left =
|
||||
;modules-left =
|
||||
;modules-center =
|
||||
;modules-right = powermenu
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
~/.config/waybar/modules/covid/covid-checker ltla E07000012 | jq -jr '[.class, .text] | join(" ")' | sed -e 's/DOWN//' | sed -e 's/UP//'
|
||||
~/.config/waybar/modules/covid/covid-checker ltla E07000012 | jq -jr '[.class, .text] | join(" ")' | sed -e 's/DOWN//' | sed -e 's/UP//'
|
||||
|
@ -3,7 +3,7 @@ font=Fira Code 9
|
||||
max-visible=5
|
||||
anchor=top-right
|
||||
|
||||
width=400
|
||||
width=350
|
||||
height=1000
|
||||
margin=20
|
||||
border-size=3
|
||||
|
Loading…
Reference in New Issue
Block a user