mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-25 05:42:22 +00:00
asdf
This commit is contained in:
parent
91a10aa219
commit
ad3e5cd7d5
8 changed files with 19 additions and 9 deletions
|
@ -1 +1 @@
|
||||||
/nix/store/779hx56lbl9an0x5ahlicmc42ygmxhcm-home-manager-files/.config/htop/htoprc
|
/nix/store/hz5lddpqns8cg8zwrc68jy8abklcvn1h-home-manager-files/.config/htop/htoprc
|
|
@ -23,8 +23,8 @@ shadow = true;
|
||||||
#shadow-offset-y = 3;
|
#shadow-offset-y = 3;
|
||||||
#shadow-opacity = 0.6;
|
#shadow-opacity = 0.6;
|
||||||
shadow-radius = 18;
|
shadow-radius = 18;
|
||||||
shadow-offset-x = -14;
|
shadow-offset-x = -19;
|
||||||
shadow-offset-y = -10;
|
shadow-offset-y = -15;
|
||||||
shadow-opacity = 1.0;
|
shadow-opacity = 1.0;
|
||||||
# shadow-red = 0.0;
|
# shadow-red = 0.0;
|
||||||
# shadow-green = 0.0;
|
# shadow-green = 0.0;
|
||||||
|
@ -88,6 +88,7 @@ blur-background-exclude = [
|
||||||
"name = 'xfce4-notifyd'",
|
"name = 'xfce4-notifyd'",
|
||||||
"name *= 'compton'",
|
"name *= 'compton'",
|
||||||
"name *= 'picom'",
|
"name *= 'picom'",
|
||||||
|
"class_g *= 'boox'",
|
||||||
"class_g ?= 'Xfce4-notifyd'",
|
"class_g ?= 'Xfce4-notifyd'",
|
||||||
"class_g ?= 'Xfce4-power-manager'",
|
"class_g ?= 'Xfce4-power-manager'",
|
||||||
"_GTK_FRAME_EXTENTS@:c",
|
"_GTK_FRAME_EXTENTS@:c",
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
;background = #88282828
|
;background = #88282828
|
||||||
;background = #88282828
|
;background = #88282828
|
||||||
;background = #aa282c34
|
;background = #aa282c34
|
||||||
|
;background = #00282828
|
||||||
background = #ff282828
|
background = #ff282828
|
||||||
;background = #222
|
;background = #222
|
||||||
background-alt = #444
|
background-alt = #444
|
||||||
|
@ -41,6 +42,7 @@ alert = #bd2c40
|
||||||
;; Bar config ----------------------------------------- {{{
|
;; Bar config ----------------------------------------- {{{
|
||||||
|
|
||||||
[global/wm]
|
[global/wm]
|
||||||
|
;margin-bottom = -23
|
||||||
margin-bottom = 0
|
margin-bottom = 0
|
||||||
|
|
||||||
[bar/main]
|
[bar/main]
|
||||||
|
@ -84,8 +86,8 @@ border-color = #00000000
|
||||||
padding-left = 0
|
padding-left = 0
|
||||||
padding-right = 2
|
padding-right = 2
|
||||||
|
|
||||||
module-margin-left = 0
|
module-margin-left = 1
|
||||||
module-margin-right = 0
|
module-margin-right = 1
|
||||||
|
|
||||||
;font-0 = fixed:pixelsize=10;2
|
;font-0 = fixed:pixelsize=10;2
|
||||||
;font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
;font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
;font = Iosevka Nerd Font Medium 12
|
;font = Iosevka Nerd Font Medium 12
|
||||||
;font = Cozette 10
|
;font = Cozette 10
|
||||||
font = Terminus (TTF) 12
|
font = Terminus (TTF) 12
|
||||||
|
;font = creep 10
|
||||||
;font = scientifica Regular 12
|
;font = scientifica Regular 12
|
||||||
;font = Victor mono 13
|
;font = Victor mono 13
|
||||||
;font = jetbrains mono Nerd Font 12
|
;font = jetbrains mono Nerd Font 12
|
||||||
|
|
|
@ -132,7 +132,7 @@ scratchpads =
|
||||||
where
|
where
|
||||||
--launchWhatsapp = "gtk-launch chrome-hnpfjngllnobngcgfapefoaidbinmjnm-Default.desktop"
|
--launchWhatsapp = "gtk-launch chrome-hnpfjngllnobngcgfapefoaidbinmjnm-Default.desktop"
|
||||||
launchWhatsapp = "google-chrome-stable --start-fullscreen -kiosk --app='https://web.whatsapp.com'"
|
launchWhatsapp = "google-chrome-stable --start-fullscreen -kiosk --app='https://web.whatsapp.com'"
|
||||||
launchDiscord = "discord"
|
launchDiscord = "Discord"
|
||||||
--launchDiscord = "beautifuldiscord --css /home/leon/.config/beautifuldiscord/custom_discord.css"
|
--launchDiscord = "beautifuldiscord --css /home/leon/.config/beautifuldiscord/custom_discord.css"
|
||||||
|
|
||||||
|
|
||||||
|
@ -433,7 +433,7 @@ myKeys = concat [ zoomRowBindings, tabbedBindings, multiMonitorBindings, program
|
||||||
[ ("screenshot", spawn $ scriptFile "screenshot.sh")
|
[ ("screenshot", spawn $ scriptFile "screenshot.sh")
|
||||||
, ("screenshot to file", spawn $ scriptFile "screenshot.sh --tofile")
|
, ("screenshot to file", spawn $ scriptFile "screenshot.sh --tofile")
|
||||||
, ("screenshot full to file", spawn $ scriptFile "screenshot.sh --tofile --fullscreen")
|
, ("screenshot full to file", spawn $ scriptFile "screenshot.sh --tofile --fullscreen")
|
||||||
, ("screenvideo to file", spawn (scriptFile "screenvid.sh") >> notify "video" "stop video-recording with M-S-C-g")
|
, ("screenvideo to file", spawn (scriptFile "screenvideo.sh") >> notify "video" "stop video-recording with M-S-C-g")
|
||||||
, ("screengif to file", spawn (scriptFile "screengif.sh") >> notify "gif" "stop gif-recording with M-S-C-g")
|
, ("screengif to file", spawn (scriptFile "screengif.sh") >> notify "gif" "stop gif-recording with M-S-C-g")
|
||||||
, ("toggleOptimal", sendMessage ToggleGaps >> toggleWindowSpacingEnabled)
|
, ("toggleOptimal", sendMessage ToggleGaps >> toggleWindowSpacingEnabled)
|
||||||
, ("toggleSpacing", toggleWindowSpacingEnabled)
|
, ("toggleSpacing", toggleWindowSpacingEnabled)
|
||||||
|
|
|
@ -32,5 +32,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
imports = [ ./modules ];
|
imports = [ ./modules ];
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,12 +18,14 @@ in
|
||||||
(pkgs.callPackage ../packages/bashtop.nix { })
|
(pkgs.callPackage ../packages/bashtop.nix { })
|
||||||
(pkgs.callPackage ../packages/liquidctl.nix { })
|
(pkgs.callPackage ../packages/liquidctl.nix { })
|
||||||
(pkgs.callPackage ../packages/scr.nix { })
|
(pkgs.callPackage ../packages/scr.nix { })
|
||||||
(pkgs.callPackage ../packages/boox.nix { })
|
#(pkgs.callPackage ../packages/boox.nix { })
|
||||||
(pkgs.callPackage ../packages/mmutils.nix { })
|
(pkgs.callPackage ../packages/mmutils.nix { })
|
||||||
|
|
||||||
cool-retro-term
|
cool-retro-term
|
||||||
gromit-mpx
|
gromit-mpx
|
||||||
dragon-drop
|
dragon-drop
|
||||||
|
polybarFull
|
||||||
|
discord
|
||||||
#simplescreenrecorder
|
#simplescreenrecorder
|
||||||
#hyper-haskell
|
#hyper-haskell
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
rec_filename="$HOME/Bilder/screenvids/$(date '+%Y-%m-%d_%H-%M-%S').mp4"
|
rec_filename="$HOME/Bilder/screenvids/$(date '+%Y-%m-%d_%H-%M-%S').mp4"
|
||||||
scr -m s -f 30 -c "$rec_filename"
|
scr -m s -c "$rec_filename"
|
||||||
dragon --and-exit "$rec_filename"
|
dragon --and-exit "$rec_filename"
|
||||||
|
|
Loading…
Reference in a new issue