mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-22 14:51:56 +01:00
minor tweaks
This commit is contained in:
parent
e787124d77
commit
b19c0552e9
1
.gitignore
vendored
1
.gitignore
vendored
@ -56,3 +56,4 @@ tilix/
|
||||
QtProject.conf
|
||||
pipewire/
|
||||
oomox/
|
||||
shalarm/
|
||||
|
@ -26,8 +26,8 @@ window:
|
||||
# Blank space added around the window in pixels. This padding is scaled
|
||||
# by DPI and the specified value is always added at both opposing sides.
|
||||
padding:
|
||||
x: 15
|
||||
y: 15
|
||||
x: 25
|
||||
y: 25
|
||||
|
||||
# Window decorations
|
||||
#
|
||||
|
@ -30,6 +30,7 @@ exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
exec --no-startup-id ~/.screenlayout/default.sh
|
||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec --no-startup-id ~/.fehbg
|
||||
exec --no-startup-id redshift-gtk
|
||||
exec --no-startup-id picom -b
|
||||
exec --no-startup-id dunst
|
||||
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
||||
|
@ -1,8 +1,8 @@
|
||||
[colors]
|
||||
background = #2e3440
|
||||
background-alt = #3b4252
|
||||
foreground = #d8dee9
|
||||
foreground-alt = #e5e9f0
|
||||
foreground = #8fbcbb
|
||||
foreground-alt = #88c0d0
|
||||
primary = #5e81ac
|
||||
secondary = #81a1c1
|
||||
alert = #bf616a
|
||||
@ -33,13 +33,13 @@ padding-right = 2
|
||||
module-margin-left = 3
|
||||
module-margin-right = 3
|
||||
|
||||
font-0 = roboto:fontformat=truetype:size=8:antialias=true;2
|
||||
font-0 = kanitMedium:fontformat=truetype:size=8:antialias=true;2
|
||||
font-1 = unifont:fontformat=truetype:size=8:antialias=true;2
|
||||
font-2 = siji:pixelsize=10;2
|
||||
|
||||
modules-left = i3 xwindow
|
||||
modules-center = cpu memory swap date root_storage home_storage battery
|
||||
modules-right = covid updates my-updates backlight-acpi pulseaudio powermenu
|
||||
modules-right = covid weather updates my-updates backlight-acpi pulseaudio powermenu
|
||||
|
||||
tray-position = right
|
||||
tray-padding = 2
|
||||
|
@ -1,4 +1,5 @@
|
||||
* {
|
||||
font-family: "Kanit Medium";
|
||||
selected-normal-foreground: #e5e9f0;
|
||||
foreground: #d8dee9;
|
||||
normal-foreground: @foreground;
|
||||
|
@ -7,7 +7,7 @@ indicator-thickness=20
|
||||
|
||||
inside-color=4c566aee
|
||||
inside-clear-color=b48eadee
|
||||
inside-ver-color=a3be8cee
|
||||
inside-ver-color=8fbcbbee
|
||||
inside-wrong-color=bf616aee
|
||||
line-uses-inside
|
||||
|
||||
@ -16,7 +16,7 @@ layout-border-color=434c5eee
|
||||
|
||||
ring-color=8fbcbbee
|
||||
ring-clear-color=ebcb8bee
|
||||
ring-ver-color=a3be8cee
|
||||
ring-ver-color=8fbcbbee
|
||||
ring-wrong-color=bf616aee
|
||||
separator-color=5e81acee
|
||||
|
||||
@ -26,6 +26,8 @@ text-ver-color=2e3440ee
|
||||
text-wrong-color=2e3440ee
|
||||
|
||||
# Swaylock Effects options
|
||||
timestr=%H:%M
|
||||
datestr=%a %d %b
|
||||
fade-in=1
|
||||
grace=5
|
||||
indicator
|
||||
|
@ -56,10 +56,6 @@ window#waybar.top {
|
||||
border-bottom-left-radius: 0px;
|
||||
}
|
||||
|
||||
/*#custom-updates {
|
||||
font-family: "Symbols Nerd Font";
|
||||
}*/
|
||||
|
||||
/* Base styling for modules */
|
||||
#workspaces,
|
||||
#mode,
|
||||
@ -85,7 +81,6 @@ window#waybar.top {
|
||||
#tray {
|
||||
padding: 1px 10px 0px 10px;
|
||||
margin: 5px 0px 5px 0px;
|
||||
/*text-shadow: 1px 1px 1px black;*/
|
||||
border-radius: 6px;
|
||||
background: @bgkgrey;
|
||||
}
|
||||
@ -136,18 +131,6 @@ window#waybar.top {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#clock {
|
||||
color: @lightblue;
|
||||
}
|
||||
|
||||
/*#custom-swap,
|
||||
#battery.good,
|
||||
#cpu.good,
|
||||
#disk.1.good,
|
||||
#disk.2.good,
|
||||
#memory.good {
|
||||
background: rgba(163, 190, 140, 0.7);
|
||||
}*/
|
||||
#battery.warning,
|
||||
#cpu.warning,
|
||||
#custom-updates.checking,
|
||||
@ -157,18 +140,21 @@ window#waybar.top {
|
||||
#memory.warning {
|
||||
color: @yellow;
|
||||
}
|
||||
|
||||
#battery.critical,
|
||||
#cpu.critical,
|
||||
#custom-updates.error,
|
||||
#custom-auroch.error,
|
||||
#custom-covid.UP,
|
||||
#custom-updates.error,
|
||||
#disk.1.critical,
|
||||
#disk.2.critical,
|
||||
#memory.critical {
|
||||
color: @orange;
|
||||
}
|
||||
|
||||
#custom-updates.no-updates,
|
||||
#custom-auroch.no-updates {
|
||||
#custom-auroch.no-updates,
|
||||
#custom-covid.DOWN,
|
||||
#custom-updates.no-updates {
|
||||
color: @green;
|
||||
}
|
||||
#custom-updates.updates,
|
||||
@ -189,7 +175,7 @@ window#waybar.top {
|
||||
#taskbar button {
|
||||
color: @lightblue;
|
||||
border-radius: 6px;
|
||||
padding: 5px 2px 0px 2px;
|
||||
padding: 5px 3px 1px 3px;
|
||||
}
|
||||
#taskbar button.active {
|
||||
background: @nord3;
|
||||
@ -200,10 +186,3 @@ window#waybar.top {
|
||||
padding: 5px 0px 5px 0px;
|
||||
}
|
||||
|
||||
#custom-covid.DOWN {
|
||||
color: @green;
|
||||
}
|
||||
|
||||
#custom-covid.UP {
|
||||
color: @orange;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user