Added credits and the one copyright
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# Originally created by - https://github.com/gh0stzk
|
||||
|
||||
font:
|
||||
normal:
|
||||
family: JetBrainsMono NF
|
||||
|
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# Originally created by - https://github.com/gh0stzk
|
||||
|
||||
PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Originally created by - https://github.com/gh0stzk
|
||||
|
||||
[global]
|
||||
title = Dunst
|
||||
class = Dunst
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Originally created by - https://github.com/gh0stzk
|
||||
|
||||
# Available backends "xrender" "glx" "egl" "xr_glx_hybrid"
|
||||
backend = "glx";
|
||||
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Originally created by - https://github.com/gh0stzk
|
||||
|
||||
[global/wm]
|
||||
|
||||
margin-bottom = 0
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Originally created by - https://github.com/gh0stzk
|
||||
|
||||
[module/date]
|
||||
type = internal/date
|
||||
|
||||
|
@@ -1,3 +1,6 @@
|
||||
// Originally created by - https://github.com/gh0stzk
|
||||
|
||||
//----- Main Configuration -----//
|
||||
configuration {
|
||||
modi: "drun";
|
||||
icon-theme: "Papirus-Dark";
|
||||
@@ -11,7 +14,7 @@ configuration {
|
||||
me-accept-entry: "MousePrimary";
|
||||
}
|
||||
|
||||
/*****----- Global Properties -----*****/
|
||||
//----- Global Properties -----//
|
||||
* {
|
||||
font: "Terminess Nerd Font Mono Bold 10";
|
||||
background: #1f2329;
|
||||
@@ -20,7 +23,7 @@ configuration {
|
||||
selected: #3f5273;
|
||||
}
|
||||
|
||||
/*****----- Main Window -----*****/
|
||||
//----- Main Window -----//
|
||||
window {
|
||||
/* properties for window widget */
|
||||
transparency: "real";
|
||||
@@ -40,7 +43,7 @@ window {
|
||||
background-color: @background;
|
||||
}
|
||||
|
||||
/*****----- Main Box -----*****/
|
||||
//----- Main Box -----//
|
||||
mainbox {
|
||||
enabled: true;
|
||||
spacing: 0px;
|
||||
@@ -57,7 +60,7 @@ listbox {
|
||||
children: [ "listview" ];
|
||||
}
|
||||
|
||||
/*****----- Inputbar -----*****/
|
||||
//----- Inputbar -----//
|
||||
inputbar {
|
||||
enabled: true;
|
||||
spacing: 10px;
|
||||
@@ -90,7 +93,7 @@ entry {
|
||||
|
||||
|
||||
|
||||
/*****----- Listview -----*****/
|
||||
//----- Listview -----//
|
||||
listview {
|
||||
enabled: true;
|
||||
columns: 3;
|
||||
@@ -109,7 +112,7 @@ listview {
|
||||
cursor: "default";
|
||||
}
|
||||
|
||||
/*****----- Elements -----*****/
|
||||
//----- Elements -----//
|
||||
element {
|
||||
enabled: true;
|
||||
spacing: 10px;
|
||||
@@ -141,7 +144,7 @@ element-text {
|
||||
horizontal-align: 0.0;
|
||||
}
|
||||
|
||||
/*****----- Message -----*****/
|
||||
//----- Message -----//
|
||||
message {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Originally created by - https://github.com/gh0stzk
|
||||
|
||||
#|||----- Applications -----|||#
|
||||
|
||||
# Open Terminal (alacritty)
|
||||
|
Reference in New Issue
Block a user