1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 23:51:57 +01:00

minor tweaks

This commit is contained in:
Nick Boughton 2021-02-23 14:57:29 +00:00
parent e787124d77
commit b19c0552e9
7 changed files with 20 additions and 36 deletions

1
.gitignore vendored

@ -56,3 +56,4 @@ tilix/
QtProject.conf QtProject.conf
pipewire/ pipewire/
oomox/ oomox/
shalarm/

@ -26,8 +26,8 @@ window:
# Blank space added around the window in pixels. This padding is scaled # 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. # by DPI and the specified value is always added at both opposing sides.
padding: padding:
x: 15 x: 25
y: 15 y: 25
# Window decorations # 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 ~/.screenlayout/default.sh
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec --no-startup-id ~/.fehbg exec --no-startup-id ~/.fehbg
exec --no-startup-id redshift-gtk
exec --no-startup-id picom -b exec --no-startup-id picom -b
exec --no-startup-id dunst exec --no-startup-id dunst
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork

@ -1,8 +1,8 @@
[colors] [colors]
background = #2e3440 background = #2e3440
background-alt = #3b4252 background-alt = #3b4252
foreground = #d8dee9 foreground = #8fbcbb
foreground-alt = #e5e9f0 foreground-alt = #88c0d0
primary = #5e81ac primary = #5e81ac
secondary = #81a1c1 secondary = #81a1c1
alert = #bf616a alert = #bf616a
@ -33,13 +33,13 @@ padding-right = 2
module-margin-left = 3 module-margin-left = 3
module-margin-right = 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-1 = unifont:fontformat=truetype:size=8:antialias=true;2
font-2 = siji:pixelsize=10;2 font-2 = siji:pixelsize=10;2
modules-left = i3 xwindow modules-left = i3 xwindow
modules-center = cpu memory swap date root_storage home_storage battery 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-position = right
tray-padding = 2 tray-padding = 2

@ -1,4 +1,5 @@
* { * {
font-family: "Kanit Medium";
selected-normal-foreground: #e5e9f0; selected-normal-foreground: #e5e9f0;
foreground: #d8dee9; foreground: #d8dee9;
normal-foreground: @foreground; normal-foreground: @foreground;

@ -7,7 +7,7 @@ indicator-thickness=20
inside-color=4c566aee inside-color=4c566aee
inside-clear-color=b48eadee inside-clear-color=b48eadee
inside-ver-color=a3be8cee inside-ver-color=8fbcbbee
inside-wrong-color=bf616aee inside-wrong-color=bf616aee
line-uses-inside line-uses-inside
@ -16,7 +16,7 @@ layout-border-color=434c5eee
ring-color=8fbcbbee ring-color=8fbcbbee
ring-clear-color=ebcb8bee ring-clear-color=ebcb8bee
ring-ver-color=a3be8cee ring-ver-color=8fbcbbee
ring-wrong-color=bf616aee ring-wrong-color=bf616aee
separator-color=5e81acee separator-color=5e81acee
@ -26,6 +26,8 @@ text-ver-color=2e3440ee
text-wrong-color=2e3440ee text-wrong-color=2e3440ee
# Swaylock Effects options # Swaylock Effects options
timestr=%H:%M
datestr=%a %d %b
fade-in=1 fade-in=1
grace=5 grace=5
indicator indicator

@ -56,10 +56,6 @@ window#waybar.top {
border-bottom-left-radius: 0px; border-bottom-left-radius: 0px;
} }
/*#custom-updates {
font-family: "Symbols Nerd Font";
}*/
/* Base styling for modules */ /* Base styling for modules */
#workspaces, #workspaces,
#mode, #mode,
@ -85,7 +81,6 @@ window#waybar.top {
#tray { #tray {
padding: 1px 10px 0px 10px; padding: 1px 10px 0px 10px;
margin: 5px 0px 5px 0px; margin: 5px 0px 5px 0px;
/*text-shadow: 1px 1px 1px black;*/
border-radius: 6px; border-radius: 6px;
background: @bgkgrey; background: @bgkgrey;
} }
@ -136,18 +131,6 @@ window#waybar.top {
margin-right: 5px; 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, #battery.warning,
#cpu.warning, #cpu.warning,
#custom-updates.checking, #custom-updates.checking,
@ -157,18 +140,21 @@ window#waybar.top {
#memory.warning { #memory.warning {
color: @yellow; color: @yellow;
} }
#battery.critical, #battery.critical,
#cpu.critical, #cpu.critical,
#custom-updates.error,
#custom-auroch.error, #custom-auroch.error,
#custom-covid.UP,
#custom-updates.error,
#disk.1.critical, #disk.1.critical,
#disk.2.critical, #disk.2.critical,
#memory.critical { #memory.critical {
color: @orange; color: @orange;
} }
#custom-updates.no-updates, #custom-auroch.no-updates,
#custom-auroch.no-updates { #custom-covid.DOWN,
#custom-updates.no-updates {
color: @green; color: @green;
} }
#custom-updates.updates, #custom-updates.updates,
@ -189,7 +175,7 @@ window#waybar.top {
#taskbar button { #taskbar button {
color: @lightblue; color: @lightblue;
border-radius: 6px; border-radius: 6px;
padding: 5px 2px 0px 2px; padding: 5px 3px 1px 3px;
} }
#taskbar button.active { #taskbar button.active {
background: @nord3; background: @nord3;
@ -200,10 +186,3 @@ window#waybar.top {
padding: 5px 0px 5px 0px; padding: 5px 0px 5px 0px;
} }
#custom-covid.DOWN {
color: @green;
}
#custom-covid.UP {
color: @orange;
}