Compare commits
No commits in common. "6d8d9fe28c9587469ba3cadd9017dc8f2056511e" and "00152f179ef10089e4fc9bda8ffc52b010eb1c71" have entirely different histories.
6d8d9fe28c
...
00152f179e
|
@ -26,11 +26,8 @@ with lib; {
|
||||||
|
|
||||||
window = {
|
window = {
|
||||||
hideEdgeBorders = "both";
|
hideEdgeBorders = "both";
|
||||||
titlebar = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
workspaceLayout = "tabbed";
|
|
||||||
|
|
||||||
colors = {
|
colors = {
|
||||||
focused = {
|
focused = {
|
||||||
background = "#222222";
|
background = "#222222";
|
||||||
|
@ -62,16 +59,16 @@ with lib; {
|
||||||
command = "${pkgs.networkmanagerapplet}/bin/nm-applet";
|
command = "${pkgs.networkmanagerapplet}/bin/nm-applet";
|
||||||
notification = false;
|
notification = false;
|
||||||
}
|
}
|
||||||
#todo: sería nice hostear esta imagen en el server y fetchearla si no existe
|
# sería nice hostear esta imagen en el server y fetchearla si no existe
|
||||||
{
|
{
|
||||||
command = "${pkgs.feh}/bin/feh --bg-fill ${config.home.homeDirectory}/Pictures/wallpapers/jupiter.png";
|
command = "${pkgs.feh}/bin/feh --bg-fill ${config.home.homeDirectory}/Pictures/wallpapers/jupiter.png";
|
||||||
notification = false;
|
notification = false;
|
||||||
always = true;
|
always = true;
|
||||||
}
|
}
|
||||||
{ #todo: move this to browsers module
|
{
|
||||||
command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace 1; exec ${pkgs.firefox}/bin/firefox'";
|
command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace 1; exec ${pkgs.firefox}/bin/firefox'";
|
||||||
}
|
}
|
||||||
{ #todo: move this to telegram module
|
{
|
||||||
command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace 2; exec ${pkgs.tdesktop}/bin/telegram-desktop'";
|
command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace 2; exec ${pkgs.tdesktop}/bin/telegram-desktop'";
|
||||||
}
|
}
|
||||||
#{
|
#{
|
||||||
|
|
Loading…
Reference in a new issue