aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/btop/btop.conf5
-rw-r--r--config/niri/config.kdl8
-rw-r--r--config/waybar/style.css13
3 files changed, 10 insertions, 16 deletions
diff --git a/config/btop/btop.conf b/config/btop/btop.conf
index c706619..142ae84 100644
--- a/config/btop/btop.conf
+++ b/config/btop/btop.conf
@@ -1,4 +1,4 @@
-#? Config file for btop v. 1.4.5
+#? Config file for btop v. 1.4.4
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
@@ -109,9 +109,6 @@ cpu_bottom = False
#* Shows the system uptime in the CPU box.
show_uptime = True
-#* Shows the CPU package current power consumption in watts. Requires running `make setcap` or `make setuid` or running with sudo.
-show_cpu_watts = True
-
#* Show cpu temperature.
check_temp = True
diff --git a/config/niri/config.kdl b/config/niri/config.kdl
index af5eab5..454db2f 100644
--- a/config/niri/config.kdl
+++ b/config/niri/config.kdl
@@ -73,7 +73,7 @@ input {
// Find more information on the wiki:
// https://github.com/YaLTeR/niri/wiki/Configuration:-Outputs
// Remember to uncomment the node by removing "/-"!
-/-output "eDP-1" {
+output "eDP-1" {
// Uncomment this line to disable this output.
// off
@@ -83,10 +83,10 @@ input {
// for the resolution.
// If the mode is omitted altogether or is invalid, niri will pick one automatically.
// Run `niri msg outputs` while inside a niri instance to list all outputs and their modes.
- mode "1920x1080@120.030"
+ mode "3024x1964@60.000"
// You can use integer or fractional scale, for example use 1.5 for 150% scale.
- scale 2
+ scale 1.68
// Transform allows to rotate the output counter-clockwise, valid values are:
// normal, 90, 180, 270, flipped, flipped-90, flipped-180 and flipped-270.
@@ -288,7 +288,7 @@ window-rule {
window-rule {
match is-focused=false
- opacity 0.85
+ opacity 0.8
}
// Open the Firefox picture-in-picture player as floating by default.
diff --git a/config/waybar/style.css b/config/waybar/style.css
index 90489da..52799bb 100644
--- a/config/waybar/style.css
+++ b/config/waybar/style.css
@@ -4,9 +4,8 @@
}
window#waybar {
- /* background-color: #0F261F; */
- background-color: rgba(15, 38, 31, 0.95);
- color: #DAE6E3;
+ background-color: rgba(255, 255, 250, 0.95);
+ color: #0F261F;
transition-property: background-color;
transition-duration: .5s;
}
@@ -28,8 +27,8 @@ button:hover {
}
#workspaces button {
- color: #DAE6E3;
- padding: 0 5px;
+ color: #8096A2;
+ padding: 0 8px;
background-color: transparent;
}
@@ -39,7 +38,6 @@ button:hover {
}
#workspaces button.active {
- padding: 0 5px;
background-color: #23C17C;
color: #0F261F;
}
@@ -147,7 +145,7 @@ menu {
}
menuitem {
- color: #DAE6E3;
+ color: #0F261F;
border: none;
border-radius: 0;
padding: 5px 0;
@@ -156,7 +154,6 @@ menuitem:hover {
background: #4F8FE6;
}
menu separator {
- background-color: #90A6A2;
margin: 5px 0;
}