mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-11 16:10:22 +02:00
Compare commits
3 commits
d71ffd7618
...
6059330a7c
Author | SHA1 | Date | |
---|---|---|---|
6059330a7c | |||
2cddae12da | |||
e973951099 |
7 changed files with 51 additions and 8 deletions
|
@ -134,6 +134,7 @@ urgent=yes
|
||||||
color=eff1f5 dc8a78
|
color=eff1f5 dc8a78
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
|
alpha=0.9
|
||||||
foreground=4c4f69
|
foreground=4c4f69
|
||||||
background=eff1f5
|
background=eff1f5
|
||||||
|
|
||||||
|
|
15
home-manager/dotfiles/mako/config
Normal file
15
home-manager/dotfiles/mako/config
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# behaviour
|
||||||
|
default-timeout=4800
|
||||||
|
|
||||||
|
# style
|
||||||
|
border-radius=12
|
||||||
|
|
||||||
|
# Colors
|
||||||
|
|
||||||
|
background-color=#eff1f5
|
||||||
|
text-color=#4c4f69
|
||||||
|
border-color=#8839ef
|
||||||
|
progress-color=over #ccd0da
|
||||||
|
|
||||||
|
[urgency=high]
|
||||||
|
border-color=#fe640b
|
|
@ -253,7 +253,7 @@ layout {
|
||||||
// Additionally, clients will be informed that they are tiled, removing some client-side rounded corners.
|
// Additionally, clients will be informed that they are tiled, removing some client-side rounded corners.
|
||||||
// This option will also fix border/focus ring drawing behind some semitransparent windows.
|
// This option will also fix border/focus ring drawing behind some semitransparent windows.
|
||||||
// After enabling or disabling this, you need to restart the apps for this to take effect.
|
// After enabling or disabling this, you need to restart the apps for this to take effect.
|
||||||
// prefer-no-csd
|
prefer-no-csd
|
||||||
|
|
||||||
// You can change the path where screenshots are saved.
|
// You can change the path where screenshots are saved.
|
||||||
// A ~ at the front will be expanded to the home directory.
|
// A ~ at the front will be expanded to the home directory.
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
|
"position": "top",
|
||||||
"modules-left": ["custom/launcher", "niri/workspaces", "niri/window"],
|
"modules-left": ["custom/launcher", "niri/workspaces", "niri/window"],
|
||||||
"modules-center": [],
|
"modules-center": [],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
|
|
|
@ -23,24 +23,47 @@
|
||||||
font-size: 14px; /* set only the font size to be bigger, which in turn will adjust the height of other elements */
|
font-size: 14px; /* set only the font size to be bigger, which in turn will adjust the height of other elements */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modules-left {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.modules-right {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
#battery,
|
#battery,
|
||||||
#cpu,
|
#cpu,
|
||||||
#wireplumber,
|
#wireplumber,
|
||||||
#bluetooth,
|
#bluetooth,
|
||||||
#network {
|
#network {
|
||||||
|
margin-top: 6px;
|
||||||
padding: 4px 12px;
|
padding: 4px 12px;
|
||||||
background-color: @surface0;
|
background-color: @surface0;
|
||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
|
margin-top: 6px;
|
||||||
|
margin-right: 16px;
|
||||||
|
border-radius: 0 12px 12px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces {
|
||||||
|
margin-top: 6px;
|
||||||
|
margin-left: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
padding-left: 3px;
|
||||||
|
padding-right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#bluetooth {
|
||||||
|
border-radius: 12px;
|
||||||
|
margin-right: 6px;
|
||||||
|
}
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
box-shadow: inherit;
|
box-shadow: inherit;
|
||||||
text-shadow: inherit;
|
text-shadow: inherit;
|
||||||
|
@ -50,8 +73,8 @@
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
background-color: @surface1;
|
background-color: @surface1;
|
||||||
color: #fff;
|
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
border: solid 1px #7287fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
|
@ -61,11 +84,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#privacy-item.screenshare {
|
#privacy-item.screenshare {
|
||||||
|
margin-top: 6px;
|
||||||
|
border-radius: 12px;
|
||||||
color: #000;
|
color: #000;
|
||||||
background-color: #ff5733;
|
background-color: #ff5733;
|
||||||
}
|
}
|
||||||
|
|
||||||
#privacy-item.audio-in {
|
#privacy-item.audio-in {
|
||||||
|
margin-top: 6px;
|
||||||
|
border-radius: 12px;
|
||||||
color: #000;
|
color: #000;
|
||||||
background-color: #ffae42;
|
background-color: #ffae42;
|
||||||
}
|
}
|
||||||
|
@ -74,12 +101,9 @@
|
||||||
border-radius: 12px 0 0 12px;
|
border-radius: 12px 0 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
|
||||||
border-radius: 0 12px 12px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray {
|
#tray {
|
||||||
background-color: @surface0;
|
background-color: @surface0;
|
||||||
|
margin-top: 6px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
|
@ -89,7 +113,7 @@
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
background-color: @surface0;
|
background-color: @surface0;
|
||||||
font-family: "light";
|
font-family: "light";
|
||||||
|
margin-top: 6px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
color: @text;
|
color: @text;
|
||||||
|
|
|
@ -114,6 +114,7 @@
|
||||||
".config/hyfetch.json".source = dotfiles/hyfetch/hyfetch.json;
|
".config/hyfetch.json".source = dotfiles/hyfetch/hyfetch.json;
|
||||||
".config/niri".source = dotfiles/niri;
|
".config/niri".source = dotfiles/niri;
|
||||||
".config/fuzzel/fuzzel.ini".source = dotfiles/fuzzel/fuzzel.ini;
|
".config/fuzzel/fuzzel.ini".source = dotfiles/fuzzel/fuzzel.ini;
|
||||||
|
".config/mako".source = dotfiles/mako;
|
||||||
|
|
||||||
# # You can also set the file content immediately.
|
# # You can also set the file content immediately.
|
||||||
# ".gradle/gradle.properties".text = ''
|
# ".gradle/gradle.properties".text = ''
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
hunspellDicts.en-gb-large
|
hunspellDicts.en-gb-large
|
||||||
|
|
||||||
# video editing software
|
# video editing software
|
||||||
davinci-resolve
|
#davinci-resolve
|
||||||
|
|
||||||
# recording software
|
# recording software
|
||||||
obs-studio
|
obs-studio
|
||||||
|
@ -54,6 +54,7 @@
|
||||||
ente-auth
|
ente-auth
|
||||||
ente-web
|
ente-web
|
||||||
jetbrains.rider
|
jetbrains.rider
|
||||||
|
revolt-desktop
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.kdeconnect.enable = true;
|
programs.kdeconnect.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue