aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dotfiles/waybar/config.jsonc4
-rw-r--r--dotfiles/waybar/style.css9
-rw-r--r--hosts/pad/mounts.nix15
3 files changed, 25 insertions, 3 deletions
diff --git a/dotfiles/waybar/config.jsonc b/dotfiles/waybar/config.jsonc
index 99d253c..9e90083 100644
--- a/dotfiles/waybar/config.jsonc
+++ b/dotfiles/waybar/config.jsonc
@@ -9,7 +9,8 @@
"reload_style_on_change": true,
// Choose the order of the modules
"modules-left": [
- "wlr/taskbar",
+ // "wlr/taskbar",
+ "tray"
],
"modules-center": [
"clock",
@@ -20,7 +21,6 @@
"bluetooth",
"battery",
"custom/languages",
- "tray",
"custom/power"
],
// Modules configuration
diff --git a/dotfiles/waybar/style.css b/dotfiles/waybar/style.css
index 2c6a482..2e94a94 100644
--- a/dotfiles/waybar/style.css
+++ b/dotfiles/waybar/style.css
@@ -175,7 +175,7 @@ button:hover {
menu {
padding: 5px 0;
- background-color: @bg-color;
+ background-color: @background-color;
color: @text-color;
border-radius: 5px;
}
@@ -189,3 +189,10 @@ menuitem:hover {
background-color: @hover-color;
color: @dark-text-color;
}
+
+tooltip {
+ padding: 5px 0;
+ background-color: @background-color;
+ color: @text-color;
+ border-radius: 5px;
+}
diff --git a/hosts/pad/mounts.nix b/hosts/pad/mounts.nix
new file mode 100644
index 0000000..8ca4536
--- /dev/null
+++ b/hosts/pad/mounts.nix
@@ -0,0 +1,15 @@
+{
+ fileSystems."/home/aethrvmn/nas" = {
+ device = "//192.168.10.15/home/Drive";
+ fsType = "cifs";
+ options = [
+ "credentials=/home/aethrvmn/.creds/rousicreds"
+ "uid=1000"
+ "gid=100"
+ "auto"
+ "x-systemd.automount"
+ ];
+ };
+}
+
+
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.